zero-ai 0.3.25 → 0.3.26
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.
- package/README.md +8 -3
- package/document/doc-web/E.html +2 -2
- package/document/doc-web/index.html +2 -2
- package/document/doc-web/module-_debug.html +2 -2
- package/document/doc-web/module-_epic.html +2 -2
- package/document/doc-web/module-ai.html +2 -2
- package/document/doc-web/module-aj.html +171 -23
- package/package.json +1 -1
- package/src/art.js +0 -0
- package/src/commander/ai.zero +3 -1
- package/src/commander-ai/fn.init.js +10 -6
- package/src/commander-ai/fn.sync.js +111 -0
- package/src/commander-ai/index.js +2 -0
- package/src/commander-aj/fn.j.bundle.js +43 -0
- package/src/commander-aj/fn.j.init.js +5 -5
- package/src/commander-aj/fn.j.permission.js +5 -4
- package/src/commander-aj/fn.j.plugin.js +12 -12
package/README.md
CHANGED
|
@@ -13,7 +13,10 @@ Zero工具箱为一个工具类型的项目,主要为后端项目和前端项
|
|
|
13
13
|
使用以下命令安装该工具
|
|
14
14
|
|
|
15
15
|
```
|
|
16
|
+
# 旧版
|
|
16
17
|
npm install -g vertx-ai
|
|
18
|
+
# 新版(从 0.3.25)
|
|
19
|
+
npm install -g zero-ai
|
|
17
20
|
```
|
|
18
21
|
|
|
19
22
|
等你看到下边的输出信息后,证明安装过程已完成,目前最新版本:**0.3.0**。
|
|
@@ -21,7 +24,8 @@ npm install -g vertx-ai
|
|
|
21
24
|
```
|
|
22
25
|
/usr/local/bin/ai -> /usr/local/lib/node_modules/vertx-ai/src/ai.js
|
|
23
26
|
/usr/local/bin/aj -> /usr/local/lib/node_modules/vertx-ai/src/aj.js
|
|
24
|
-
|
|
27
|
+
/usr/local/bin/art -> /usr/local/lib/node_modules/vertx-ai/src/ar.js
|
|
28
|
+
+ zero-ai@0.3.25
|
|
25
29
|
added 77 packages from 119 contributors in 8.417s
|
|
26
30
|
```
|
|
27
31
|
|
|
@@ -29,8 +33,9 @@ added 77 packages from 119 contributors in 8.417s
|
|
|
29
33
|
|
|
30
34
|
> 下边是工具列表,主要分为两种:独立工具/Zero专用工具
|
|
31
35
|
|
|
32
|
-
*
|
|
33
|
-
*
|
|
36
|
+
* 基础自动化工具:可直接调用`ai xxx`方式执行的工具。
|
|
37
|
+
* 后端工具:调用`aj xxx`,部分命令需要设置对应环境变量。
|
|
38
|
+
* 前端工具:调用`art xxx`。
|
|
34
39
|
|
|
35
40
|
### 2.1. 环境变量表
|
|
36
41
|
|
package/document/doc-web/E.html
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
<input type="text" id="nav-search" placeholder="Search" />
|
|
38
38
|
|
|
39
|
-
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.
|
|
39
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.bundle">bundle</a></li><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.init">init</a></li><li data-type='method'><a href="module-aj.html#.perm">perm</a></li><li data-type='method'><a href="module-aj.html#.plugin">plugin</a></li></ul></li></ul>
|
|
40
40
|
</nav>
|
|
41
41
|
|
|
42
42
|
<div id="main">
|
|
@@ -380,7 +380,7 @@ Ec.fxError(fnChecked, 10001, arg1, arg2);
|
|
|
380
380
|
<br class="clear">
|
|
381
381
|
|
|
382
382
|
<footer>
|
|
383
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
383
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Jun 16 2023 17:06:34 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
384
384
|
</footer>
|
|
385
385
|
|
|
386
386
|
<script>prettyPrint();</script>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
<input type="text" id="nav-search" placeholder="Search" />
|
|
38
38
|
|
|
39
|
-
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.
|
|
39
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.bundle">bundle</a></li><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.init">init</a></li><li data-type='method'><a href="module-aj.html#.perm">perm</a></li><li data-type='method'><a href="module-aj.html#.plugin">plugin</a></li></ul></li></ul>
|
|
40
40
|
</nav>
|
|
41
41
|
|
|
42
42
|
<div id="main">
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
<br class="clear">
|
|
248
248
|
|
|
249
249
|
<footer>
|
|
250
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
250
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Jun 16 2023 17:06:34 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
251
251
|
</footer>
|
|
252
252
|
|
|
253
253
|
<script>prettyPrint();</script>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
<input type="text" id="nav-search" placeholder="Search" />
|
|
38
38
|
|
|
39
|
-
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.
|
|
39
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.bundle">bundle</a></li><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.init">init</a></li><li data-type='method'><a href="module-aj.html#.perm">perm</a></li><li data-type='method'><a href="module-aj.html#.plugin">plugin</a></li></ul></li></ul>
|
|
40
40
|
</nav>
|
|
41
41
|
|
|
42
42
|
<div id="main">
|
|
@@ -1089,7 +1089,7 @@ Ec.fxError(fnChecked, 10001, arg1, arg2);
|
|
|
1089
1089
|
<br class="clear">
|
|
1090
1090
|
|
|
1091
1091
|
<footer>
|
|
1092
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
1092
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Jun 16 2023 17:06:34 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1093
1093
|
</footer>
|
|
1094
1094
|
|
|
1095
1095
|
<script>prettyPrint();</script>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
<input type="text" id="nav-search" placeholder="Search" />
|
|
38
38
|
|
|
39
|
-
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.
|
|
39
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.bundle">bundle</a></li><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.init">init</a></li><li data-type='method'><a href="module-aj.html#.perm">perm</a></li><li data-type='method'><a href="module-aj.html#.plugin">plugin</a></li></ul></li></ul>
|
|
40
40
|
</nav>
|
|
41
41
|
|
|
42
42
|
<div id="main">
|
|
@@ -1616,7 +1616,7 @@
|
|
|
1616
1616
|
<br class="clear">
|
|
1617
1617
|
|
|
1618
1618
|
<footer>
|
|
1619
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
1619
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Jun 16 2023 17:06:34 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1620
1620
|
</footer>
|
|
1621
1621
|
|
|
1622
1622
|
<script>prettyPrint();</script>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
<input type="text" id="nav-search" placeholder="Search" />
|
|
38
38
|
|
|
39
|
-
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.
|
|
39
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.bundle">bundle</a></li><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.init">init</a></li><li data-type='method'><a href="module-aj.html#.perm">perm</a></li><li data-type='method'><a href="module-aj.html#.plugin">plugin</a></li></ul></li></ul>
|
|
40
40
|
</nav>
|
|
41
41
|
|
|
42
42
|
<div id="main">
|
|
@@ -1686,7 +1686,7 @@ a1ddb2ce-eabf-4a95-968d-8e4655207f44
|
|
|
1686
1686
|
<br class="clear">
|
|
1687
1687
|
|
|
1688
1688
|
<footer>
|
|
1689
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
1689
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Jun 16 2023 17:06:34 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1690
1690
|
</footer>
|
|
1691
1691
|
|
|
1692
1692
|
<script>prettyPrint();</script>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
<input type="text" id="nav-search" placeholder="Search" />
|
|
38
38
|
|
|
39
|
-
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.
|
|
39
|
+
<h2><a href="index.html">Home</a></h2><h2><a href="http://www.vertxai.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ai</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui</a></h2><h2><a href="http://www.vertxui.cn/document/doc-web-extension/index.html" target="_blank" class="menu-item" id="website_link" >「Api」Zero Ui Extension</a></h2><h2><a href="http://www.vertxui.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero UI</a></h2><h2><a href="http://www.vertxai.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Ai</a></h2><h2><a href="http://www.vertxup.cn" target="_blank" class="menu-item" id="website_link" >「Home」Zero Framework</a></h2><h2><a href="http://www.origin-x.cn" target="_blank" class="menu-item" id="website_link" >「Home」Origin X Engine</a></h2><h3>Classes</h3><ul><li><a href="E.html">E</a></li></ul><h3>Modules</h3><ul><li><a href="module-_debug.html">_debug</a><ul class='methods'><li data-type='method'><a href="module-_debug.html#.error">error</a></li><li data-type='method'><a href="module-_debug.html#.fxContinue">fxContinue</a></li><li data-type='method'><a href="module-_debug.html#.fxError">fxError</a></li><li data-type='method'><a href="module-_debug.html#.fxSorter">fxSorter</a></li><li data-type='method'><a href="module-_debug.html#.info">info</a></li><li data-type='method'><a href="module-_debug.html#.warn">warn</a></li></ul></li><li><a href="module-_epic.html">_epic</a><ul class='methods'><li data-type='method'><a href="module-_epic.html#.elementUnique">elementUnique</a></li><li data-type='method'><a href="module-_epic.html#.elementZip">elementZip</a></li><li data-type='method'><a href="module-_epic.html#.executeBody">executeBody</a></li><li data-type='method'><a href="module-_epic.html#.executeHeader">executeHeader</a></li><li data-type='method'><a href="module-_epic.html#.executeInput">executeInput</a></li><li data-type='method'><a href="module-_epic.html#.itArray">itArray</a></li><li data-type='method'><a href="module-_epic.html#.parseArgs">parseArgs</a></li><li data-type='method'><a href="module-_epic.html#.parseZero">parseZero</a></li></ul></li><li><a href="module-ai.html">ai</a><ul class='methods'><li data-type='method'><a href="module-ai.html#.csv">csv</a></li><li data-type='method'><a href="module-ai.html#.data">data</a></li><li data-type='method'><a href="module-ai.html#.init">init</a></li><li data-type='method'><a href="module-ai.html#.key">key</a></li><li data-type='method'><a href="module-ai.html#.md5">md5</a></li><li data-type='method'><a href="module-ai.html#.str">str</a></li><li data-type='method'><a href="module-ai.html#.uk">uk</a></li><li data-type='method'><a href="module-ai.html#.uuid">uuid</a></li></ul></li><li><a href="module-aj.html">aj</a><ul class='methods'><li data-type='method'><a href="module-aj.html#.bundle">bundle</a></li><li data-type='method'><a href="module-aj.html#.icomplex">icomplex</a></li><li data-type='method'><a href="module-aj.html#.iform">iform</a></li><li data-type='method'><a href="module-aj.html#.init">init</a></li><li data-type='method'><a href="module-aj.html#.perm">perm</a></li><li data-type='method'><a href="module-aj.html#.plugin">plugin</a></li></ul></li></ul>
|
|
40
40
|
</nav>
|
|
41
41
|
|
|
42
42
|
<div id="main">
|
|
@@ -241,6 +241,133 @@
|
|
|
241
241
|
|
|
242
242
|
|
|
243
243
|
<h3 class="subsection-title">Methods</h3>
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
<h4 class="name" id=".bundle"><span class="type-signature">(static) </span>bundle<span class="signature">()</span><span class="type-signature"></span></h4>
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
<dl class="details">
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
</dl>
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
<div class="description usertext">
|
|
297
|
+
<h2><code>aj bundle</code></h2>
|
|
298
|
+
<h3>1. 命令</h3>
|
|
299
|
+
<p>使用该命令生成一个 OSGI Bundle 专用的目录结构</p>
|
|
300
|
+
<h3>2. 执行</h3>
|
|
301
|
+
<h4>2.1. 基本介绍</h4>
|
|
302
|
+
<pre class="prettyprint source lang-shell"><code># 2.1.1. 命令语法
|
|
303
|
+
aj bundle -p <path>
|
|
304
|
+
|
|
305
|
+
# 2.1.2. 执行测试
|
|
306
|
+
ai bundle -p <path>
|
|
307
|
+
|
|
308
|
+
[Zero AI] Zero Ecotope AI工具项 : <专用工具>
|
|
309
|
+
[Zero AI] HomePage : http://www.vertxai.cn
|
|
310
|
+
[Zero AI] Github : https://github.com/silentbalanceyh/vertx-ai.git
|
|
311
|
+
[Zero AI] Version : 0.3.25 「确认您的Node版本 ( >= 18.x ) 支持ES6, ES7.」
|
|
312
|
+
[Zero AI] AI 系统启动......
|
|
313
|
+
[Zero AI] Zero AI 加载输入参数:
|
|
314
|
+
{
|
|
315
|
+
"path": "."
|
|
316
|
+
}
|
|
317
|
+
[Zero AI] Bundle规范目录创建:.
|
|
318
|
+
[Zero AI] 即将拷贝说明文件:
|
|
319
|
+
[Zero AI] (Async)成功将数据写入到文件:./specification.txt!
|
|
320
|
+
</code></pre>
|
|
321
|
+
<h3>3. 选项</h3>
|
|
322
|
+
<h4>3.1. 基本说明</h4>
|
|
323
|
+
<table>
|
|
324
|
+
<thead>
|
|
325
|
+
<tr>
|
|
326
|
+
<th>短参</th>
|
|
327
|
+
<th>全参</th>
|
|
328
|
+
<th>类型</th>
|
|
329
|
+
<th>默认</th>
|
|
330
|
+
<th style="text-align:left">含义</th>
|
|
331
|
+
</tr>
|
|
332
|
+
</thead>
|
|
333
|
+
<tbody>
|
|
334
|
+
<tr>
|
|
335
|
+
<td>-p</td>
|
|
336
|
+
<td>--path</td>
|
|
337
|
+
<td>String</td>
|
|
338
|
+
<td>无</td>
|
|
339
|
+
<td style="text-align:left">生成目录规范的主目录。</td>
|
|
340
|
+
</tr>
|
|
341
|
+
</tbody>
|
|
342
|
+
</table>
|
|
343
|
+
</div>
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
244
371
|
|
|
245
372
|
|
|
246
373
|
|
|
@@ -629,7 +756,7 @@ aj iform -u UI.Basic
|
|
|
629
756
|
|
|
630
757
|
|
|
631
758
|
|
|
632
|
-
<h4 class="name" id=".
|
|
759
|
+
<h4 class="name" id=".init"><span class="type-signature">(static) </span>init<span class="signature">()</span><span class="type-signature"></span></h4>
|
|
633
760
|
|
|
634
761
|
|
|
635
762
|
|
|
@@ -676,15 +803,15 @@ aj iform -u UI.Basic
|
|
|
676
803
|
|
|
677
804
|
|
|
678
805
|
<div class="description usertext">
|
|
679
|
-
<h2><code>aj
|
|
806
|
+
<h2><code>aj init</code></h2>
|
|
680
807
|
<h3>1. 命令</h3>
|
|
681
808
|
<p>vertx-zero-scaffold项目脚手架初始化专用命令。</p>
|
|
682
809
|
<h3>2. 执行</h3>
|
|
683
810
|
<pre class="prettyprint source lang-shell"><code># 2.1. 命令语法
|
|
684
|
-
aj
|
|
811
|
+
aj init -name <name>
|
|
685
812
|
|
|
686
813
|
# 2.2. 执行测试
|
|
687
|
-
aj
|
|
814
|
+
aj init -name test-demo-api
|
|
688
815
|
[Zero AI] Zero AI 代码生成工具 : <标准工具>
|
|
689
816
|
[Zero AI] HomePage : http://www.vertxai.cn
|
|
690
817
|
[Zero AI] Github : https://github.com/silentbalanceyh/vertx-ai.git
|
|
@@ -760,7 +887,7 @@ Resolving deltas: 100% (719/719), done.
|
|
|
760
887
|
|
|
761
888
|
|
|
762
889
|
|
|
763
|
-
<h4 class="name" id=".
|
|
890
|
+
<h4 class="name" id=".perm"><span class="type-signature">(static) </span>perm<span class="signature">()</span><span class="type-signature"></span></h4>
|
|
764
891
|
|
|
765
892
|
|
|
766
893
|
|
|
@@ -807,28 +934,49 @@ Resolving deltas: 100% (719/719), done.
|
|
|
807
934
|
|
|
808
935
|
|
|
809
936
|
<div class="description usertext">
|
|
810
|
-
<h2><code>aj
|
|
937
|
+
<h2><code>aj perm</code></h2>
|
|
811
938
|
<h3>1. 命令</h3>
|
|
812
939
|
<p>使用该命令生成某个角色的专用权限文件目录(内置所有Zero Extension标准权限)</p>
|
|
813
940
|
<h3>2. 执行</h3>
|
|
814
941
|
<h4>2.1. 基本介绍</h4>
|
|
815
942
|
<pre class="prettyprint source lang-shell"><code># 2.1.1. 命令语法
|
|
816
|
-
aj
|
|
943
|
+
aj perm -r <role> -i <input>
|
|
817
944
|
|
|
818
945
|
# 2.1.2. 执行测试
|
|
819
|
-
ai
|
|
946
|
+
ai perm -r ccc -i input
|
|
820
947
|
|
|
821
948
|
[Zero AI] Zero AI 1. 准备生成角色对应权限:ID = "ccc" ...
|
|
822
949
|
[Zero AI] Zero AI 2. 生成 Zero Extension 权限...
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
950
|
+
</code></pre>
|
|
951
|
+
<h3>3. 选项</h3>
|
|
952
|
+
<h4>3.1. 基本说明</h4>
|
|
953
|
+
<table>
|
|
954
|
+
<thead>
|
|
955
|
+
<tr>
|
|
956
|
+
<th>短参</th>
|
|
957
|
+
<th>全参</th>
|
|
958
|
+
<th>类型</th>
|
|
959
|
+
<th>默认</th>
|
|
960
|
+
<th style="text-align:left">含义</th>
|
|
961
|
+
</tr>
|
|
962
|
+
</thead>
|
|
963
|
+
<tbody>
|
|
964
|
+
<tr>
|
|
965
|
+
<td>-c</td>
|
|
966
|
+
<td>--role</td>
|
|
967
|
+
<td>String</td>
|
|
968
|
+
<td>无</td>
|
|
969
|
+
<td style="text-align:left">系统中角色的UUID。</td>
|
|
970
|
+
</tr>
|
|
971
|
+
<tr>
|
|
972
|
+
<td>-i</td>
|
|
973
|
+
<td>--input</td>
|
|
974
|
+
<td>String</td>
|
|
975
|
+
<td>无</td>
|
|
976
|
+
<td style="text-align:left">另外一个目录,用来合并新权限。</td>
|
|
977
|
+
</tr>
|
|
978
|
+
</tbody>
|
|
979
|
+
</table>
|
|
832
980
|
</div>
|
|
833
981
|
|
|
834
982
|
|
|
@@ -863,7 +1011,7 @@ ai jperm -r ccc -i input
|
|
|
863
1011
|
|
|
864
1012
|
|
|
865
1013
|
|
|
866
|
-
<h4 class="name" id=".
|
|
1014
|
+
<h4 class="name" id=".plugin"><span class="type-signature">(static) </span>plugin<span class="signature">()</span><span class="type-signature"></span></h4>
|
|
867
1015
|
|
|
868
1016
|
|
|
869
1017
|
|
|
@@ -910,16 +1058,16 @@ ai jperm -r ccc -i input
|
|
|
910
1058
|
|
|
911
1059
|
|
|
912
1060
|
<div class="description usertext">
|
|
913
|
-
<h2><code>aj
|
|
1061
|
+
<h2><code>aj plugin</code></h2>
|
|
914
1062
|
<h3>1. 命令</h3>
|
|
915
1063
|
<p>使用该命令执行插件项目初始化,设置第三方集成项目模板专用。</p>
|
|
916
1064
|
<h3>2. 执行</h3>
|
|
917
1065
|
<h4>2.1. 基本介绍</h4>
|
|
918
1066
|
<pre class="prettyprint source lang-shell"><code># 2.1.1. 命令语法
|
|
919
|
-
aj
|
|
1067
|
+
aj plugin -m pbc
|
|
920
1068
|
|
|
921
1069
|
# 2.1.2. 执行测试
|
|
922
|
-
aj
|
|
1070
|
+
aj plugin -m pbc
|
|
923
1071
|
# ...省略部分...
|
|
924
1072
|
[Zero AI] Zero AI 系统启动......
|
|
925
1073
|
[Zero AI] Zero AI 加载输入参数:
|
|
@@ -1066,7 +1214,7 @@ aj jplugin -m pbc
|
|
|
1066
1214
|
<br class="clear">
|
|
1067
1215
|
|
|
1068
1216
|
<footer>
|
|
1069
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
1217
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Fri Jun 16 2023 17:06:34 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1070
1218
|
</footer>
|
|
1071
1219
|
|
|
1072
1220
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
package/src/art.js
CHANGED
|
File without changes
|
package/src/commander/ai.zero
CHANGED
|
@@ -5,6 +5,8 @@ csv, executeCsv, 将JsonArray数据转换成csv,
|
|
|
5
5
|
uk, executeUk, 检查数据文件中的Data数据是否符合唯一值规范, p=输入数据文件路径, f=需要检查的字段名
|
|
6
6
|
data, executeData, 根据配置文件生成数据, c=配置文件路径, o=「.」输出文件基本路径, j=「false」是否Array, n=「23」如果是Array则生效
|
|
7
7
|
key, executeKey, 为数据模板添加key属性(UUID格式), p=输入数据文件路径, f=「key」标识key的字段名
|
|
8
|
-
init, executeInit, 初始化Zero Ui工程, n=项目名称(必须填写,最终写入package.json)
|
|
9
8
|
str, executeString, 生成随机字符串,可直接拷贝, n=「1」生成的数量, l=「64」长度信息(默认64)
|
|
10
9
|
md5, executeMD5, 加密字符串,可直接拷贝, i=输入字符串
|
|
10
|
+
init, executeInit, 初始化Zero Ui工程, n=项目名称(必须填写,最终写入package.json)
|
|
11
|
+
sync, executeSync, 同步Zero Ui最新框架, p=配置文件路径
|
|
12
|
+
|
|
@@ -5,9 +5,7 @@ module.exports = () => {
|
|
|
5
5
|
[
|
|
6
6
|
['-n', '--name']
|
|
7
7
|
],
|
|
8
|
-
[
|
|
9
|
-
['-n', '--name']
|
|
10
|
-
]
|
|
8
|
+
[]
|
|
11
9
|
);
|
|
12
10
|
// 第一步:环境检查
|
|
13
11
|
if (Ec.isExist(".git")) {
|
|
@@ -30,8 +28,7 @@ module.exports = () => {
|
|
|
30
28
|
// 后期脚本
|
|
31
29
|
const commands = [
|
|
32
30
|
`rm -rf ${target}/.zero/*`,
|
|
33
|
-
`rm -rf ${target}/document/doc-web
|
|
34
|
-
`rm -rf ${target}/document/doc-web-extension/*`,
|
|
31
|
+
`rm -rf ${target}/document/doc-web`,
|
|
35
32
|
`rm -rf ${target}/guide/`,
|
|
36
33
|
`rm -rf ${target}/_config.yml`,
|
|
37
34
|
`rm -rf ${target}/CNAME`,
|
|
@@ -39,12 +36,19 @@ module.exports = () => {
|
|
|
39
36
|
`rm -rf ${target}/LICENSE`,
|
|
40
37
|
`rm -rf ${target}/package-lock.json`,
|
|
41
38
|
`rm -rf ${target}/yarn.lock`,
|
|
39
|
+
`rm -rf ${target}/run-cache.sh`,
|
|
40
|
+
`rm -rf ${target}/run-ux.sh`,
|
|
41
|
+
`rm -rf ${target}/run-zero-dependency.sh`,
|
|
42
|
+
`rm -rf ${target}/SUMMARY.md`,
|
|
42
43
|
]
|
|
43
44
|
Ec.info(`执行后期处理:......`.yellow);
|
|
44
45
|
commands.forEach(command => {
|
|
45
46
|
Ec.info(`资源清理中:${command.prompt}`);
|
|
46
47
|
child.execSync(command, {stdio: 'inherit'})
|
|
47
|
-
})
|
|
48
|
+
});
|
|
49
|
+
// 重铸 .gitignore 文件
|
|
50
|
+
Ec.info(`重铸 .gitignore`);
|
|
51
|
+
child.execSync(`mv ${target}/.gitignore.tpl ${target}/.gitignore`, {stdio: 'inherit'})
|
|
48
52
|
Ec.info(`工程初始化完成:${target},您可以开始您的Zero Ui之行了!`.help);
|
|
49
53
|
}
|
|
50
54
|
/**
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
const Ec = require("../epic");
|
|
2
|
+
const child = require('child_process');
|
|
3
|
+
|
|
4
|
+
module.exports = () => {
|
|
5
|
+
const actual = Ec.executeInput(
|
|
6
|
+
[],
|
|
7
|
+
[
|
|
8
|
+
['-p', '--path', '.zero']
|
|
9
|
+
]
|
|
10
|
+
);
|
|
11
|
+
// 1. 环境检查
|
|
12
|
+
if (!Ec.isExist(".git")) {
|
|
13
|
+
Ec.error("请选择带`.git`或`vertx-ui`的目录执行当前命令!");
|
|
14
|
+
return;
|
|
15
|
+
}
|
|
16
|
+
const path = actual.path;
|
|
17
|
+
// 2. 创建 .zero 目录
|
|
18
|
+
const cmdDir = `mkdir -p ${path}`;
|
|
19
|
+
child.execSync(cmdDir, {stdio: 'inherit'});
|
|
20
|
+
// 3. 删除 .zero/vertx-ui 目录
|
|
21
|
+
if (Ec.isExist(`${path}/vertx-ui`)) {
|
|
22
|
+
Ec.info(`发现存在旧代码,正在删除:${path}/vertx-ui`);
|
|
23
|
+
const cmdDel = `rm -rf ${path}/vertx-ui`;
|
|
24
|
+
child.execSync(cmdDel, {stdio: 'inherit'});
|
|
25
|
+
}
|
|
26
|
+
// 4. 重新拉取代码
|
|
27
|
+
const pathSource = `${path}/vertx-ui`
|
|
28
|
+
Ec.info(`拉取最新代码:${pathSource}`);
|
|
29
|
+
const cmdGit = `git clone https://gitee.com/silentbalanceyh/vertx-ui.git ${pathSource}`;
|
|
30
|
+
child.execSync(cmdGit, {stdio: 'inherit'});
|
|
31
|
+
const cmdRm = `rm -rf ${pathSource}/.git`;
|
|
32
|
+
child.execSync(cmdRm, {stdio: 'inherit'});
|
|
33
|
+
|
|
34
|
+
// 5. 拷贝 Ignore 文件全部指令
|
|
35
|
+
const commands = [
|
|
36
|
+
"run-default.sh",
|
|
37
|
+
"run-doc.sh",
|
|
38
|
+
"run-zero.sh",
|
|
39
|
+
"run-zero.bat",
|
|
40
|
+
"run-update.sh",
|
|
41
|
+
// 核心配置
|
|
42
|
+
"document/",
|
|
43
|
+
"scripts/",
|
|
44
|
+
"config/",
|
|
45
|
+
// 资源文件:暂时只考虑中文
|
|
46
|
+
"src/cab/cn/cerebration/",
|
|
47
|
+
"src/cab/cn/extension/",
|
|
48
|
+
"src/cab/cn/economy/",
|
|
49
|
+
"src/cab/cn/shared.json",
|
|
50
|
+
// 层代码
|
|
51
|
+
"src/economy/",
|
|
52
|
+
"src/entity@em/",
|
|
53
|
+
"src/extension/",
|
|
54
|
+
"src/environment/",
|
|
55
|
+
// Skin 风格专用代码
|
|
56
|
+
"src/skin/index.d.ts",
|
|
57
|
+
"src/skin/index.entry.js",
|
|
58
|
+
"src/skin/index.js",
|
|
59
|
+
"src/skin/plot.fn.mix.attr.js",
|
|
60
|
+
"src/skin/plot.fn.of.document.js",
|
|
61
|
+
"src/skin/wait._.v.locale.definition.js",
|
|
62
|
+
"src/skin/wait.fn.skin.initialize.js",
|
|
63
|
+
"src/skin/aroma-library/index.js",
|
|
64
|
+
"src/skin/aroma-library/__.theme.shared/",
|
|
65
|
+
// SCSS 风格专用代码
|
|
66
|
+
"src/style/@old/",
|
|
67
|
+
"src/style/connect/",
|
|
68
|
+
"src/style/macrocosm/index.scss",
|
|
69
|
+
"src/style/macrocosm/mod.screen.scss",
|
|
70
|
+
"src/style/microcosm/",
|
|
71
|
+
"src/style/uca/",
|
|
72
|
+
"src/style/unstable/",
|
|
73
|
+
"src/style/ux@legacy/",
|
|
74
|
+
// Ui
|
|
75
|
+
"src/ui/",
|
|
76
|
+
// Ex
|
|
77
|
+
"src/unfold/",
|
|
78
|
+
"src/upper/",
|
|
79
|
+
"src/utter/",
|
|
80
|
+
// Ux
|
|
81
|
+
"src/ux/",
|
|
82
|
+
"src/zero/",
|
|
83
|
+
"src/zest@web/",
|
|
84
|
+
"src/zion/",
|
|
85
|
+
"src/zither@em/",
|
|
86
|
+
"src/zodiac/",
|
|
87
|
+
"src/zoe@em/",
|
|
88
|
+
"src/zone/",
|
|
89
|
+
"src/index.js"
|
|
90
|
+
]
|
|
91
|
+
|
|
92
|
+
Ec.info(`开始更新主框架:......`.yellow);
|
|
93
|
+
commands.forEach(command => {
|
|
94
|
+
Ec.info(`处理目录:${command.green}`);
|
|
95
|
+
let cmd;
|
|
96
|
+
if (command.endsWith("/")) {
|
|
97
|
+
// 目录拷贝
|
|
98
|
+
if (!Ec.isExist(command)) {
|
|
99
|
+
const cmdDir = `mkdir -p ${command}`;
|
|
100
|
+
child.execSync(cmdDir, {stdio: 'inherit'});
|
|
101
|
+
}
|
|
102
|
+
cmd = `cp -rf ${pathSource}/${command}* ./${command}`;
|
|
103
|
+
child.execSync(cmd, {stdio: 'inherit'});
|
|
104
|
+
} else {
|
|
105
|
+
// 文件拷贝
|
|
106
|
+
cmd = `cp -rf ${pathSource}/${command} ./${command}`;
|
|
107
|
+
child.execSync(cmd, {stdio: 'inherit'});
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
Ec.info(`主框架更新完成:${pathSource}!`.help);
|
|
111
|
+
}
|
|
@@ -6,6 +6,7 @@ const executeData = require('./fn.data');
|
|
|
6
6
|
const executeInit = require('./fn.init');
|
|
7
7
|
const executeString = require('./fn.random');
|
|
8
8
|
const executeMD5 = require('./fn.md5');
|
|
9
|
+
const executeSync = require('./fn.sync');
|
|
9
10
|
const exported = {
|
|
10
11
|
executeUuid, // ai uuid
|
|
11
12
|
executeCsv, // ai csv
|
|
@@ -15,5 +16,6 @@ const exported = {
|
|
|
15
16
|
executeInit, // ai init
|
|
16
17
|
executeString, // ai str
|
|
17
18
|
executeMD5, // ai md5
|
|
19
|
+
executeSync, // ai sync
|
|
18
20
|
};
|
|
19
21
|
module.exports = exported;
|
|
@@ -49,3 +49,46 @@ module.exports = () => {
|
|
|
49
49
|
Ec.info(`即将拷贝说明文件:`);
|
|
50
50
|
Ec.ioCopy(path.join(__dirname, "./bundle/specification.txt"), inputPath + "/specification.txt");
|
|
51
51
|
}
|
|
52
|
+
/**
|
|
53
|
+
* ## `aj bundle`
|
|
54
|
+
*
|
|
55
|
+
* ### 1. 命令
|
|
56
|
+
*
|
|
57
|
+
* 使用该命令生成一个 OSGI Bundle 专用的目录结构
|
|
58
|
+
*
|
|
59
|
+
* ### 2. 执行
|
|
60
|
+
*
|
|
61
|
+
* #### 2.1. 基本介绍
|
|
62
|
+
*
|
|
63
|
+
* ```shell
|
|
64
|
+
* # 2.1.1. 命令语法
|
|
65
|
+
* aj bundle -p <path>
|
|
66
|
+
*
|
|
67
|
+
* # 2.1.2. 执行测试
|
|
68
|
+
* ai bundle -p <path>
|
|
69
|
+
*
|
|
70
|
+
* [Zero AI] Zero Ecotope AI工具项 : <专用工具>
|
|
71
|
+
* [Zero AI] HomePage : http://www.vertxai.cn
|
|
72
|
+
* [Zero AI] Github : https://github.com/silentbalanceyh/vertx-ai.git
|
|
73
|
+
* [Zero AI] Version : 0.3.25 「确认您的Node版本 ( >= 18.x ) 支持ES6, ES7.」
|
|
74
|
+
* [Zero AI] AI 系统启动......
|
|
75
|
+
* [Zero AI] Zero AI 加载输入参数:
|
|
76
|
+
* {
|
|
77
|
+
* "path": "."
|
|
78
|
+
* }
|
|
79
|
+
* [Zero AI] Bundle规范目录创建:.
|
|
80
|
+
* [Zero AI] 即将拷贝说明文件:
|
|
81
|
+
* [Zero AI] (Async)成功将数据写入到文件:./specification.txt!
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* ### 3. 选项
|
|
85
|
+
*
|
|
86
|
+
* #### 3.1. 基本说明
|
|
87
|
+
*
|
|
88
|
+
* |短参|全参|类型|默认|含义|
|
|
89
|
+
* |---|---|---|---|:---|
|
|
90
|
+
* |-p|--path|String|无|生成目录规范的主目录。|
|
|
91
|
+
*
|
|
92
|
+
* @memberOf module:aj
|
|
93
|
+
* @method bundle
|
|
94
|
+
**/
|
|
@@ -23,10 +23,10 @@ module.exports = () => {
|
|
|
23
23
|
Ec.info(`执行工程初始化:${target}`);
|
|
24
24
|
const cmdGit = `rm -rf ${target}/.git`;
|
|
25
25
|
child.execSync(cmdGit, {stdio: 'inherit'});
|
|
26
|
-
|
|
26
|
+
Ec.info(`工程初始化完成:${target},您可以开始您的Zero Api之行了!`.help);
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
* ## `aj
|
|
29
|
+
* ## `aj init`
|
|
30
30
|
*
|
|
31
31
|
* ### 1. 命令
|
|
32
32
|
*
|
|
@@ -36,10 +36,10 @@ module.exports = () => {
|
|
|
36
36
|
*
|
|
37
37
|
* ```shell
|
|
38
38
|
* # 2.1. 命令语法
|
|
39
|
-
* aj
|
|
39
|
+
* aj init -name <name>
|
|
40
40
|
*
|
|
41
41
|
* # 2.2. 执行测试
|
|
42
|
-
* aj
|
|
42
|
+
* aj init -name test-demo-api
|
|
43
43
|
* [Zero AI] Zero AI 代码生成工具 : <标准工具>
|
|
44
44
|
* [Zero AI] HomePage : http://www.vertxai.cn
|
|
45
45
|
* [Zero AI] Github : https://github.com/silentbalanceyh/vertx-ai.git
|
|
@@ -68,5 +68,5 @@ module.exports = () => {
|
|
|
68
68
|
* |-n|--name|String|(无)|项目名称以及目录名称。|
|
|
69
69
|
*
|
|
70
70
|
* @memberOf module:aj
|
|
71
|
-
* @method
|
|
71
|
+
* @method init
|
|
72
72
|
*/
|
|
@@ -26,7 +26,7 @@ module.exports = () => {
|
|
|
26
26
|
Ec.excelRun(configuration);
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
|
-
* ## `aj
|
|
29
|
+
* ## `aj perm`
|
|
30
30
|
*
|
|
31
31
|
* ### 1. 命令
|
|
32
32
|
*
|
|
@@ -38,13 +38,14 @@ module.exports = () => {
|
|
|
38
38
|
*
|
|
39
39
|
* ```shell
|
|
40
40
|
* # 2.1.1. 命令语法
|
|
41
|
-
* aj
|
|
41
|
+
* aj perm -r <role> -i <input>
|
|
42
42
|
*
|
|
43
43
|
* # 2.1.2. 执行测试
|
|
44
|
-
* ai
|
|
44
|
+
* ai perm -r ccc -i input
|
|
45
45
|
*
|
|
46
46
|
* [Zero AI] Zero AI 1. 准备生成角色对应权限:ID = "ccc" ...
|
|
47
47
|
* [Zero AI] Zero AI 2. 生成 Zero Extension 权限...
|
|
48
|
+
* ```
|
|
48
49
|
*
|
|
49
50
|
* ### 3. 选项
|
|
50
51
|
*
|
|
@@ -56,5 +57,5 @@ module.exports = () => {
|
|
|
56
57
|
* |-i|--input|String|无|另外一个目录,用来合并新权限。|
|
|
57
58
|
*
|
|
58
59
|
* @memberOf module:aj
|
|
59
|
-
* @method
|
|
60
|
+
* @method perm
|
|
60
61
|
**/
|
|
@@ -14,20 +14,20 @@ module.exports = () => {
|
|
|
14
14
|
Ec.cxExist(actual.config);
|
|
15
15
|
// 基本环境
|
|
16
16
|
const configuration = Ec.javaConfig({
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"." === actual.path ? process.cwd(): actual.path,
|
|
17
|
+
filename: actual.config,
|
|
18
|
+
module: actual.module,
|
|
19
|
+
tpl: {
|
|
20
|
+
type: 'plugin'
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"." === actual.path ? process.cwd() : actual.path,
|
|
24
24
|
Ec.Cfg.detectPlugin
|
|
25
25
|
);
|
|
26
|
-
if(configuration) Ec.pluginRun(configuration);
|
|
26
|
+
if (configuration) Ec.pluginRun(configuration);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* ## `aj
|
|
30
|
+
* ## `aj plugin`
|
|
31
31
|
*
|
|
32
32
|
* ### 1. 命令
|
|
33
33
|
*
|
|
@@ -39,10 +39,10 @@ module.exports = () => {
|
|
|
39
39
|
*
|
|
40
40
|
* ```shell
|
|
41
41
|
* # 2.1.1. 命令语法
|
|
42
|
-
* aj
|
|
42
|
+
* aj plugin -m pbc
|
|
43
43
|
*
|
|
44
44
|
* # 2.1.2. 执行测试
|
|
45
|
-
* aj
|
|
45
|
+
* aj plugin -m pbc
|
|
46
46
|
* # ...省略部分...
|
|
47
47
|
* [Zero AI] Zero AI 系统启动......
|
|
48
48
|
* [Zero AI] Zero AI 加载输入参数:
|
|
@@ -116,5 +116,5 @@ module.exports = () => {
|
|
|
116
116
|
* |-c|--config|String|`workspace.json`|配置文件路径。|
|
|
117
117
|
*
|
|
118
118
|
* @memberOf module:aj
|
|
119
|
-
* @method
|
|
119
|
+
* @method plugin
|
|
120
120
|
**/
|