ol-base-components 2.8.16 → 2.8.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol-base-components",
3
- "version": "2.8.16",
3
+ "version": "2.8.17",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "bin": {
package/src/api/api.js CHANGED
@@ -11,6 +11,7 @@ const modulesDir = process.argv[3] ? process.argv[3] : "src/api/modules";
11
11
  const defaultRemark = `/**
12
12
  * ⚠️ 警告:此文件由脚本自动生成,请勿手动编辑!
13
13
  * �� swagger更新后请重新运行生成脚本
14
+ * 服务地址:${process.argv[2]}
14
15
  */\n\n`;
15
16
  // * 📅 生成时间: ${new Date().toLocaleString()}
16
17
  const spinnerChars = ["|", "/", "-", "\\"];
package/src/api/run.js CHANGED
@@ -11,6 +11,7 @@ const outputPath = process.argv[3] || "src/api/swagger.js";
11
11
  const defaultRemark = `/**
12
12
  * ⚠️ 警告:此文件由脚本自动生成,请勿手动编辑!
13
13
  * �� swagger更新后请重新运行生成脚本
14
+ * 服务地址:${process.argv[2]}
14
15
  *
15
16
  */\n\n`;
16
17
  // * 📅 生成时间: ${new Date().toLocaleString()}