提交 e08c6c57 编写于 作者: D DCloud_LXH

chore: 解决 data-type.md 冲突

{"specialString":"### 特殊 String @special-string\n| 名称 | 描述 |\n| :- | :- |\n| AttrString | 元素上的某个属性 |\n| AttrValueString | 元素上的某个属性的值 |\n| ClassString | 元素全局属性class的值 |\n| IDString | 元素全局属性id的值 |\n| HTMLEventString | 元素上的事件 |\n| cssPropertyString | 元素中CSS属性的名称 |\n| cssPropertyValueString | 元素中CSS的属性值 |\n| cssSelectorString | 元素中CSS的选择器名称 |\n| ColorString | 元素中CSS用到的颜色值 |\n| ParentField | uniCloud db schema中parentKey的值 |\n| RequireCommonString | 提示common模块 以及js文件路径 |\n| ValidateFunctionString | uniCloud db schema中validateFunction的值 |\n| VueI18NKeyString | 国际化翻译的key |\n| SchemaField | uniCloud db schema中required数组的值 |\n| URIString | 任意文件类型的文件路径 |\n| CSSURIString | css文件的文件路径 |\n| JSURIString | js文件的文件路径 |\n| HTMLURIString | html文件的文件路径 |\n| ImageURIString | 图片文件的文件路径 |\n| PageURIString | vue页面文件的文件路径 |\n| NPageURIString | nvue页面文件的文件路径 |\n| CssImportURIString | css文件, 引用的文件路径 |\n| ScssImportURIString | scss文件, 引用的文件路径 |\n| LessImportURIString | less文件, 引用的文件路径 |\n| ImportURIString | js文件, 引用的文件路径 |\n| FontURIString | 字体文件的文件路径 |\n| AudioURIString | 音频文件的文件路径 |\n| VideoURIString | 视频文件的文件路径 |\n| MarkdownURIString | markdown文件的文件路径 |\n| ClientDBActionString | uniCloud 数据库操作需要执行的action名称 |\n| CloudFunctionString | uniCloud 云函数名 |\n| CloudObjectString | uniCloud 云对象名 |\n| DBCollectionString | uniCloud 数据库集合的名称 |\n| DBFieldString | uniCloud 数据库字段名称 |\n| JQLString | uniCloud 数据库要操作的集合, 要查询的字段 |\n| VueDataString | vue默认参数data中的属性名称 |\n| VueEventString | vue-router的路径字符串 |\n| VuexDispatchString | vuex 中 actions 的名称 |\n| VuexCommitString | vuex 中 mutations 的名称 |\n| VideoIdString | video 组件的 id |\n| WebviewIdString | web-view 组件的 id |"}
\ No newline at end of file
{
"specialString": {
"name": "### 特殊 String @special-string",
"table": "| 名称 | 描述 |\n| :- | :- |\n| AttrString | 元素上的某个属性 |\n| AttrValueString | 元素上的某个属性的值 |\n| ClassString | 元素全局属性class的值 |\n| IDString | 元素全局属性id的值 |\n| HTMLEventString | 元素上的事件 |\n| cssPropertyString | 元素中CSS属性的名称 |\n| cssPropertyValueString | 元素中CSS的属性值 |\n| cssSelectorString | 元素中CSS的选择器名称 |\n| ColorString | 元素中CSS用到的颜色值 |\n| ParentField | uniCloud db schema中parentKey的值 |\n| RequireCommonString | 提示common模块 以及js文件路径 |\n| ValidateFunctionString | uniCloud db schema中validateFunction的值 |\n| VueI18NKeyString | 国际化翻译的key |\n| SchemaField | uniCloud db schema中required数组的值 |\n| URIString | 任意文件类型的文件路径 |\n| CSSURIString | css文件的文件路径 |\n| JSURIString | js文件的文件路径 |\n| HTMLURIString | html文件的文件路径 |\n| ImageURIString | 图片文件的文件路径 |\n| PageURIString | vue页面文件的文件路径 |\n| NPageURIString | nvue页面文件的文件路径 |\n| CssImportURIString | css文件, 引用的文件路径 |\n| ScssImportURIString | scss文件, 引用的文件路径 |\n| LessImportURIString | less文件, 引用的文件路径 |\n| ImportURIString | js文件, 引用的文件路径 |\n| FontURIString | 字体文件的文件路径 |\n| AudioURIString | 音频文件的文件路径 |\n| VideoURIString | 视频文件的文件路径 |\n| MarkdownURIString | markdown文件的文件路径 |\n| ClientDBActionString | uniCloud 数据库操作需要执行的action名称 |\n| CloudFunctionString | uniCloud 云函数名 |\n| CloudObjectString | uniCloud 云对象名 |\n| DBCollectionString | uniCloud 数据库集合的名称 |\n| DBFieldString | uniCloud 数据库字段名称 |\n| JQLString | uniCloud 数据库要操作的集合, 要查询的字段 |\n| VueDataString | vue默认参数data中的属性名称 |\n| VueEventString | vue-router的路径字符串 |\n| VuexDispatchString | vuex 中 actions 的名称 |\n| VuexCommitString | vuex 中 mutations 的名称 |\n| VideoIdString | video 组件的 id |\n| WebviewIdString | web-view 组件的 id |"
}
}
......@@ -394,6 +394,8 @@ let str5 = nstr3 as string // 类型为string
* 编译至 Kotlin 平台时,最大长度受系统内存的限制,超出限制会报错:`java.lang.OutOfMemoryError: char[] of length xxx would overflow`
* 编译至 Swift 平台时,最大长度也受系统内存的限制,超出限制目前没有返回信息。
<!-- SPECIALSTRINGJSON.specialString.table -->
## any类型 @any
有时会遇到在编程阶段还不清楚类型的变量。这些值可能来自于动态的内容,比如来自用户输入或第三方代码库。
......@@ -1637,4 +1639,4 @@ HBuilder支持给变量定义特殊值域string类型,这些类型在HBuilder
## 联合类型
目前uts支持的
\ No newline at end of file
目前uts支持的
......@@ -9402,10 +9402,10 @@ vuepress-plugin-zooming@^1.1.8:
dependencies:
zooming "^2.1.1"
vuepress-theme-uni-app-test@^1.3.16:
version "1.3.16"
resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.16.tgz#84495e8b6a3088fdbd302186998194c1d65e73f1"
integrity sha512-gSwskq0WqHTQM4GKuyZi/A/qa4DqFlFy9luG5zpGdLtH9z/duwGF0DrXZsd9DfXlQ0WmyiLqnEInBYrJN6YgUg==
vuepress-theme-uni-app-test@^1.3.17:
version "1.3.17"
resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.17.tgz#664bb9f0d943da27d1137803a074094c289b27f3"
integrity sha512-eYC1XCjYQpRT9qZtuoKeirVRMfi1q3pjVxaCAcf53YFNdWKtxljqThxCTGo8UFmvU1EpWD4Hhx+I04FOJBqChA==
dependencies:
"@vuepress/plugin-back-to-top" "^1.9.5"
"@vuepress/theme-default" "^1.8.2"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册