cuxml 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@ CU: `'Can Use'` or `'customUI'`, whatever……
4
4
 
5
5
  ## What is it?
6
6
 
7
- 1. 可以将 costomUI XML 设置的回调函数转成 JavaScript 函数,以便于在 WPS Office JS插件中使用,当然只是些简单的模版,复杂的还是需要自己写。
8
- > Can convert the callback functions of costomUI XML settings to JavaScript functions, so that they can be used in WPS Office JS plug-ins. Of course, it is just some simple templates, and complex ones need to be written by yourself.
7
+ 1. 可以将 customUI XML 设置的回调函数转成 JavaScript 函数,以便于在 WPS Office JS插件中使用,当然只是些简单的模版,复杂的还是需要自己写。
8
+ > Can convert the callback functions of customUI XML settings to JavaScript functions, so that they can be used in WPS Office JS plug-ins. Of course, it is just some simple templates, and complex ones need to be written by yourself.
9
9
 
10
10
  3. 根据 CustomUI Ribbon 元素的布局规则和标准,帮助你快速粗略地检查 XML 文件是否符合规范。[simple types](https://learn.microsoft.com/en-us/openspecs/office_standards/ms-customui/869c8c9a-45f8-4119-b068-f61e76d04322)
11
11
  > According to the layout rules and standards of CustomUI Ribbon elements, help you quickly and roughly check whether the XML file conforms to the specification.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cuxml",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A tool to help use ribbon UI for your WPS Office Client JS add-in project.",
5
5
  "keywords": [
6
6
  "wps office",