zero-ai 0.3.30 → 0.3.31

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.
@@ -377,7 +377,7 @@ Ec.fxError(fnChecked, 10001, arg1, arg2);
377
377
  <br class="clear">
378
378
 
379
379
  <footer>
380
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:25:27 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
380
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:31:31 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
381
381
  </footer>
382
382
 
383
383
  <script>prettyPrint();</script>
@@ -346,7 +346,7 @@
346
346
  <br class="clear">
347
347
 
348
348
  <footer>
349
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:25:27 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
349
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:31:31 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
350
350
  </footer>
351
351
 
352
352
  <script>prettyPrint();</script>
@@ -141,7 +141,7 @@
141
141
  <br class="clear">
142
142
 
143
143
  <footer>
144
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:25:27 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
144
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:31:31 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
145
145
  </footer>
146
146
 
147
147
  <script>prettyPrint();</script>
@@ -1865,7 +1865,7 @@ a1ddb2ce-eabf-4a95-968d-8e4655207f44
1865
1865
  <br class="clear">
1866
1866
 
1867
1867
  <footer>
1868
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:25:27 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1868
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:31:31 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1869
1869
  </footer>
1870
1870
 
1871
1871
  <script>prettyPrint();</script>
@@ -1031,7 +1031,7 @@ Resolving deltas: 100% (719/719), done.
1031
1031
  <br class="clear">
1032
1032
 
1033
1033
  <footer>
1034
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:25:27 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1034
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:31:31 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1035
1035
  </footer>
1036
1036
 
1037
1037
  <script>prettyPrint();</script>
@@ -606,7 +606,7 @@
606
606
  <br class="clear">
607
607
 
608
608
  <footer>
609
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:25:27 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
609
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sun Jul 23 2023 12:31:31 GMT+0800 (China Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
610
610
  </footer>
611
611
 
612
612
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-ai",
3
- "version": "0.3.30",
3
+ "version": "0.3.31",
4
4
  "description": "Zero Ecotope AI",
5
5
  "main": "src/ai.js",
6
6
  "bin": {
@@ -28,7 +28,7 @@ module.exports = () => {
28
28
  console.info(generated);
29
29
  content.push(generated);
30
30
  }
31
- Ec.outMacOs(content.join('\n'))
31
+ Ec.outCopy(content.join('\n'))
32
32
  .then(sign => Ec.info(`生成的随机字符串已经全部成功拷贝到剪切板中!`))
33
33
  } else {
34
34
  /*
@@ -78,7 +78,7 @@ module.exports = () => {
78
78
  "src/skin/aroma-library/index.js",
79
79
  "src/skin/aroma-library/__.theme.shared/",
80
80
  // SCSS 风格专用代码
81
- "src/style/@old/",
81
+ // "src/style/@old/",
82
82
  "src/style/connect/",
83
83
  "src/style/macrocosm/index.scss",
84
84
  "src/style/macrocosm/mod.screen.scss",