oipage 1.1.0-alpha.2 → 1.1.0

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/CHANGELOG CHANGED
@@ -18,7 +18,7 @@ v1.0.0:
18
18
  3、命令(oipage-cli)
19
19
  * serve 开发服务器
20
20
  v1.1.0:
21
- date:
21
+ date:2025-02-18
22
22
  changes:
23
23
  - 修复bug
24
24
  1、通过路径类型判断以修复开发服务器无法设置绝对路径问题
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * animation of OIPage v1.1.0-alpha.2
2
+ * animation of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * cmdlog of OIPage v1.1.0-alpha.2
2
+ * cmdlog of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * disk of OIPage v1.1.0-alpha.2
2
+ * disk of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -46,7 +46,7 @@ function copyDisk(sourcePath, targetPath, isForce) {
46
46
  // 如果源文件不存在
47
47
  if (!existsSync(sourcePath)) {
48
48
  console.log("\x1b[0m\x1b[31m" + sourcePath + "\x1b[0m");
49
- throw new Error("OIPage: The source path does not exist");
49
+ throw new Error("OIPage: The source path does not exist.");
50
50
  }
51
51
 
52
52
  // 如果模板文件已经存在
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * logform of OIPage v1.1.0-alpha.2
2
+ * logform of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
  const {linelog} = require("../cmdlog/index.js");
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * throttle of OIPage v1.1.0-alpha.2
2
+ * throttle of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oipage",
3
- "version": "1.1.0-alpha.2",
3
+ "version": "1.1.0",
4
4
  "description": "前端网页或应用快速开发助手,包括开发服务器、辅助命令、实用API等",
5
5
  "sideEffects": false,
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * animation of OIPage v1.1.0-alpha.2
2
+ * animation of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * onReady of OIPage v1.1.0-alpha.2
2
+ * onReady of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * style of OIPage v1.1.0-alpha.2
2
+ * style of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * throttle of OIPage v1.1.0-alpha.2
2
+ * throttle of OIPage v1.1.0
3
3
  * git+https://github.com/oi-contrib/OIPage.git
4
4
  */
5
5