提交 9cc3dae2 编写于 作者: D DCloud_LXH

chore: 特殊 string name 和 表格分开

上级 8376ae62
{"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 |"
}
}
......@@ -392,7 +392,9 @@ let str5 = nstr3 as string // 类型为string
* 编译至 Kotlin 平台时,最大长度受系统内存的限制,超出限制会报错:`java.lang.OutOfMemoryError: char[] of length xxx would overflow`
* 编译至 Swift 平台时,最大长度也受系统内存的限制,超出限制目前没有返回信息。
<!-- SPECIALSTRINGJSON.specialString -->
<!-- SPECIALSTRINGJSON.specialString.name -->
<!-- SPECIALSTRINGJSON.specialString.table -->
## any类型 @any
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册