提交 5ae463a3 编写于 作者: DCloud_iOS_WZT's avatar DCloud_iOS_WZT

调整平台兼容性

上级 b7c1ab0c
...@@ -89,9 +89,9 @@ interface Uni { ...@@ -89,9 +89,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.6.11", * "uniVer": "3.6.11",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -116,9 +116,9 @@ interface Uni { ...@@ -116,9 +116,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.6.11", * "uniVer": "3.6.11",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
......
...@@ -31,9 +31,9 @@ export interface Uni { ...@@ -31,9 +31,9 @@ export interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -55,9 +55,9 @@ export interface Uni { ...@@ -55,9 +55,9 @@ export interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
......
...@@ -82,9 +82,9 @@ export type SetUserCaptureScreen = (options : SetUserCaptureScreenOptions) => vo ...@@ -82,9 +82,9 @@ export type SetUserCaptureScreen = (options : SetUserCaptureScreenOptions) => vo
export interface Uni { export interface Uni {
/** /**
* 开启截屏监听 * 开启截屏监听
* *
* @param {UserCaptureScreenCallback} callback * @param {UserCaptureScreenCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#onusercapturescreen
* @uniPlatform { * @uniPlatform {
* "app": { * "app": {
...@@ -94,9 +94,9 @@ export interface Uni { ...@@ -94,9 +94,9 @@ export interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "3.9.0" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -106,9 +106,9 @@ export interface Uni { ...@@ -106,9 +106,9 @@ export interface Uni {
*/ */
onUserCaptureScreen(callback : UserCaptureScreenCallback | null) : void, onUserCaptureScreen(callback : UserCaptureScreenCallback | null) : void,
/** /**
* 关闭截屏监听 * 关闭截屏监听
* *
* @param {UserCaptureScreenCallback} callback * @param {UserCaptureScreenCallback} callback
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#offusercapturescreen
* @uniPlatform { * @uniPlatform {
* "app": { * "app": {
...@@ -118,9 +118,9 @@ export interface Uni { ...@@ -118,9 +118,9 @@ export interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "3.9.0" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -130,9 +130,9 @@ export interface Uni { ...@@ -130,9 +130,9 @@ export interface Uni {
*/ */
offUserCaptureScreen(callback : UserCaptureScreenCallback | null) : void, offUserCaptureScreen(callback : UserCaptureScreenCallback | null) : void,
/** /**
* 设置防截屏 * 设置防截屏
* *
* @param {SetUserCaptureScreenOptions} options * @param {SetUserCaptureScreenOptions} options
* @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen * @tutorial https://uniapp.dcloud.net.cn/api/system/capture-screen.html#setusercapturescreen
* @uniPlatform { * @uniPlatform {
* "app": { * "app": {
...@@ -144,7 +144,7 @@ export interface Uni { ...@@ -144,7 +144,7 @@ export interface Uni {
* "ios": { * "ios": {
* "osVer": "13.0", * "osVer": "13.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "3.9.0" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -152,4 +152,4 @@ export interface Uni { ...@@ -152,4 +152,4 @@ export interface Uni {
* @uniVueVersion 2,3 //支持的vue版本 * @uniVueVersion 2,3 //支持的vue版本
*/ */
setUserCaptureScreen(options : SetUserCaptureScreenOptions) : void setUserCaptureScreen(options : SetUserCaptureScreenOptions) : void
} }
\ No newline at end of file
...@@ -120,9 +120,9 @@ interface Uni { ...@@ -120,9 +120,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -144,9 +144,9 @@ interface Uni { ...@@ -144,9 +144,9 @@ interface Uni {
* "unixVer": "x" * "unixVer": "x"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -166,9 +166,9 @@ interface Uni { ...@@ -166,9 +166,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -207,9 +207,9 @@ interface Uni { ...@@ -207,9 +207,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -231,9 +231,9 @@ interface Uni { ...@@ -231,9 +231,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -271,9 +271,9 @@ interface Uni { ...@@ -271,9 +271,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -295,9 +295,9 @@ interface Uni { ...@@ -295,9 +295,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -319,9 +319,9 @@ interface Uni { ...@@ -319,9 +319,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -343,9 +343,9 @@ interface Uni { ...@@ -343,9 +343,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
...@@ -367,9 +367,9 @@ interface Uni { ...@@ -367,9 +367,9 @@ interface Uni {
* "unixVer": "3.9.0" * "unixVer": "3.9.0"
* }, * },
* "ios": { * "ios": {
* "osVer": "9.0", * "osVer": "12.0",
* "uniVer": "3.7.7", * "uniVer": "3.7.7",
* "unixVer": "x" * "unixVer": "4.11"
* } * }
* } * }
* } * }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册