oipage 1.9.0-alpha.0 → 2.0.0-alpha.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.
Files changed (89) hide show
  1. package/CHANGELOG +15 -2
  2. package/README.md +13 -35
  3. package/nodejs/animation/index.js +0 -4
  4. package/nodejs/cmdlog/index.js +0 -4
  5. package/nodejs/disk/index.js +0 -4
  6. package/nodejs/format/index.js +0 -4
  7. package/nodejs/json/index.js +0 -4
  8. package/nodejs/logform/index.js +0 -4
  9. package/nodejs/reader/index.js +0 -4
  10. package/nodejs/throttle/index.js +0 -4
  11. package/package.json +5 -17
  12. package/web/XMLHttpRequest/index.js +0 -4
  13. package/web/animation/index.js +0 -4
  14. package/web/format/index.js +0 -4
  15. package/web/json/index.js +0 -4
  16. package/web/onReady/index.js +0 -4
  17. package/web/performChunk/index.js +0 -4
  18. package/web/reader/index.js +0 -4
  19. package/web/style/index.js +0 -4
  20. package/web/throttle/index.js +0 -4
  21. package/bin/WebSocket/decodeWsFrame.js +0 -43
  22. package/bin/WebSocket/encodeWsFrame.js +0 -28
  23. package/bin/WebSocket/headersToJSON.js +0 -26
  24. package/bin/WebSocket/index.js +0 -80
  25. package/bin/data/mineTypes.json +0 -105
  26. package/bin/disk.js +0 -43
  27. package/bin/help.js +0 -49
  28. package/bin/images/file.png +0 -0
  29. package/bin/images/folder.png +0 -0
  30. package/bin/intercept.js +0 -16
  31. package/bin/network.js +0 -22
  32. package/bin/proxy.js +0 -75
  33. package/bin/run +0 -132
  34. package/bin/serve.d.ts +0 -72
  35. package/bin/serve.js +0 -188
  36. package/bin/template/404.html +0 -187
  37. package/bin/tools/deleteEmptyFolder.js +0 -24
  38. package/bin/tools/format.js +0 -76
  39. package/bin/tools/network.js +0 -43
  40. package/bin/tools/openBrowser.js +0 -26
  41. package/bin/tools/resolve404.js +0 -84
  42. package/bin/tools/resolveImport.js +0 -89
  43. package/bin/website-htmls/components/ui-select-file/index.html +0 -8
  44. package/bin/website-htmls/components/ui-select-file/index.js +0 -38
  45. package/bin/website-htmls/components/ui-select-file/index.scss +0 -45
  46. package/bin/website-htmls/dialogs/imageSize/index.html +0 -55
  47. package/bin/website-htmls/dialogs/imageSize/index.js +0 -53
  48. package/bin/website-htmls/dialogs/imageSize/index.scss +0 -139
  49. package/bin/website-htmls/dialogs/index.js +0 -53
  50. package/bin/website-htmls/images/addFile.svg +0 -1
  51. package/bin/website-htmls/images/chart.png +0 -0
  52. package/bin/website-htmls/images/image-editor.png +0 -0
  53. package/bin/website-htmls/images/img-to-pdf.svg +0 -1
  54. package/bin/website-htmls/images/lock.png +0 -0
  55. package/bin/website-htmls/images/logo.png +0 -0
  56. package/bin/website-htmls/images/mosaic.png +0 -0
  57. package/bin/website-htmls/images/size.png +0 -0
  58. package/bin/website-htmls/index.html +0 -18
  59. package/bin/website-htmls/main.js +0 -14
  60. package/bin/website-htmls/pages/App/index.html +0 -7
  61. package/bin/website-htmls/pages/App/index.js +0 -23
  62. package/bin/website-htmls/pages/App/index.scss +0 -44
  63. package/bin/website-htmls/pages/appStore/index.html +0 -6
  64. package/bin/website-htmls/pages/appStore/index.js +0 -20
  65. package/bin/website-htmls/pages/appStore/index.scss +0 -44
  66. package/bin/website-htmls/pages/chart/index.html +0 -9
  67. package/bin/website-htmls/pages/chart/index.js +0 -73
  68. package/bin/website-htmls/pages/chart/index.scss +0 -72
  69. package/bin/website-htmls/pages/home/index.html +0 -16
  70. package/bin/website-htmls/pages/home/index.js +0 -20
  71. package/bin/website-htmls/pages/home/index.scss +0 -88
  72. package/bin/website-htmls/pages/image-editor/index.html +0 -28
  73. package/bin/website-htmls/pages/image-editor/index.js +0 -107
  74. package/bin/website-htmls/pages/image-editor/index.scss +0 -70
  75. package/bin/website-htmls/pages/img-to-pdf/index.html +0 -4
  76. package/bin/website-htmls/pages/img-to-pdf/index.js +0 -45
  77. package/bin/website-htmls/pages/img-to-pdf/index.scss +0 -10
  78. package/bin/website-htmls/router.config.js +0 -27
  79. package/bin/website-htmls/styles/common.css +0 -44
  80. package/bin/website-htmls/styles/normalize.css +0 -95
  81. package/bin/website-plugins/intercept/chart.js +0 -34
  82. package/bin/website-plugins/intercept/getPackage.js +0 -18
  83. package/bin/website-plugins/intercept/head.js +0 -9
  84. package/bin/website-plugins/intercept/index.js +0 -9
  85. package/bin/website-plugins/intercept/oipage-vislite-intercept.js +0 -31
  86. package/bin/website-plugins/intercept/oipage-zipaper-intercept.js +0 -37
  87. package/bin/website-plugins/loader/index.js +0 -12
  88. package/bin/website-plugins/loader/oipage-html-loader.js +0 -8
  89. package/bin/website-plugins/loader/oipage-scss-loader.js +0 -150
package/CHANGELOG CHANGED
@@ -169,8 +169,21 @@ v1.8.1:
169
169
  changes:
170
170
  - 修复bug
171
171
  1、开发服务器删除多余的打印语句
172
+ v1.8.2:
173
+ date:2026-02-07
174
+ changes:
175
+ - 修复bug
176
+ 1、修复oipage-cli disk --delempty 命令错误
172
177
  v1.9.0:
173
- date:
178
+ date:2026-03-04
174
179
  changes:
175
180
  - 优化改造
176
- 1、针对应用市场优化UI设计
181
+ 1、调整打包若干细节
182
+ 2、针对应用市场优化UI设计
183
+ 3、优化oipage-cli disk --delempty 命令路径不存在时提示
184
+ v2.0.0:
185
+ date:
186
+ changes:
187
+ - 基于更长远的考虑,原命令行功能将独立一个分支继续维护: https://github.com/oi-contrib/oipage-cli
188
+ (原v1.x的功能将独立一个分支:https://github.com/oi-contrib/OIPage/blob/v1.x/CHANGELOG 保持对原命令行功能的支持和维护)
189
+
package/README.md CHANGED
@@ -29,54 +29,32 @@
29
29
  <img src="https://nodei.co/npm/oipage.png?downloads=true&amp;downloadRank=true&amp;stars=true" alt="NPM">
30
30
 
31
31
  # [OIPage](https://github.com/oi-contrib/OIPage)
32
- 前端网页或应用快速开发助手,包括开发服务器、辅助命令、实用API等。官网地址:[https://oi-contrib.github.io/OIPage](https://oi-contrib.github.io/OIPage)
32
+ 主要是提供前端开发中常用的API接口,支持nodejs和浏览器端使用。官网地址:[https://oi-contrib.github.io/OIPage](https://oi-contrib.github.io/OIPage)
33
33
 
34
34
  ## 如何使用?
35
35
 
36
- 你可以作为一个命令行使用,那么你需要全局安装:
37
-
38
- ```shell
39
- npm install -g oipage
40
- ```
41
-
42
- 也可以作为项目开发中的一个功能加强,在 package.json 中配置命令或nodejs文件中引入需要的模块使用,那么就在项目中执行安装命令:
36
+ 首先需要在项目中进行安装:
43
37
 
44
38
  ```shell
45
39
  npm install oipage --save
46
40
  ```
47
41
 
48
- 安装后,就可以直接作为命令行使用了。你可以打印帮助查看:
49
-
50
- ```shell
51
- oipage-cli
52
- ```
53
-
54
- 比如会出现类似下列内容:
42
+ 我们提供了若干前端开发基础API,现在就可以在项目中使用了。
55
43
 
56
- ```
57
- OIPage@v1.2.0
58
-
59
- 可以使用的命令如下:
60
-
61
- 【1】oipage-cli serve 开发服务器
62
- --port|-p 端口号
63
- --baseUrl 服务器根目录
64
- ......
65
- ```
66
-
67
- 根据提示我们知道,比如第一个命令,其提供了一个快速访问本地资源服务器的功能,比如执行:
68
-
69
- ```shell
70
- oipage-cli serve -p 8080
71
- ```
44
+ 比如:
72
45
 
73
- 启动成功后,直接访问: http://localhost:8080/ 即可。
46
+ ### nodejs端
74
47
 
75
- 如果你需要在项目中使用,我们也提供了一些有用的API,具体可以访问[ 在线文档 ](https://oi-contrib.github.io/OIPage)进行了解。
48
+ - 命令行打印单行打印
49
+ - 终端表单输入
50
+ - 常用的磁盘操作
51
+ - 等...
76
52
 
77
- ## 应用市场
53
+ ### 浏览器
78
54
 
79
- 为了方便日常使用,内置了一个应用市场网站,比如有如下功能:群聊天、图片编辑器等。
55
+ - 空闲执行分片函数
56
+ - XHR请求埋点
57
+ - 等...
80
58
 
81
59
  已有功能或更多功能我们将根据实际情况逐步完善和维护,当然,你可以通过 [issue](https://github.com/oi-contrib/OIPage/issues) 给我们留言,告诉我们你的改进意见。
82
60
 
@@ -1,7 +1,3 @@
1
- /*!
2
- * animation of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  //当前正在运动的动画的tick函数堆栈
7
3
  var $timers = [];
@@ -1,7 +1,3 @@
1
- /*!
2
- * cmdlog of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  // 预定义的常量
7
3
  const MOVE_LEFT = Buffer.from('1b5b3130303044', 'hex').toString();
@@ -1,7 +1,3 @@
1
- /*!
2
- * disk of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  const { join } = require("path");
7
3
  const { existsSync, readdirSync, lstatSync, unlinkSync, rmdirSync, mkdirSync, copyFileSync, symlinkSync } = require("fs");
@@ -1,7 +1,3 @@
1
- /*!
2
- * format of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  function numberFormat(input) {
7
3
  if (!input && input !== 0) {
@@ -1,7 +1,3 @@
1
- /*!
2
- * json of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
  const {reader} = require("../reader/index.js");
6
2
  let calcValue = function (word) {
7
3
  if (word.type != 'string' && word.type != 'object') {
@@ -1,7 +1,3 @@
1
- /*!
2
- * logform of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
  const {linelog} = require("../cmdlog/index.js");
6
2
  let getTitle = function (title) {
7
3
  return "➤ " + title;
@@ -1,7 +1,3 @@
1
- /*!
2
- * reader of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  function reader(plain) {
7
3
 
@@ -1,7 +1,3 @@
1
- /*!
2
- * throttle of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  function throttle(callback, _option) {
7
3
 
package/package.json CHANGED
@@ -1,19 +1,12 @@
1
1
  {
2
2
  "name": "oipage",
3
- "version": "1.9.0-alpha.0",
4
- "description": "前端网页或应用快速开发助手,包括开发服务器、辅助命令、实用API",
3
+ "version": "2.0.0-alpha.0",
4
+ "description": "主要是提供前端开发中常用的API接口,支持nodejs和浏览器端使用",
5
5
  "sideEffects": false,
6
6
  "typings": "./types/index.d.ts",
7
7
  "scripts": {
8
- "dev": "node ./bin/run run \"node ./build/index.js watch\" \"npm run serve\"",
9
- "build": "node ./build/index.js",
10
- "serve": "node ./bin/run serve --config ./oipage.config.js --open",
11
- "dev:issue10": "node ./bin/run serve --proxy /proxydemo http://127.0.0.1:8080/docs -p 20000",
12
- "bug:issue5": "node ./bin/run run \"node ./bin/run serve\"",
13
- "bug:issue4": "node ./bin/run run \"node ./test/logform/index.spec.js\""
14
- },
15
- "bin": {
16
- "oipage-cli": "bin/run"
8
+ "dev": "node ./build/index.js watch",
9
+ "build": "node ./build/index.js"
17
10
  },
18
11
  "repository": {
19
12
  "type": "git",
@@ -37,10 +30,5 @@
37
30
  "bugs": {
38
31
  "url": "https://github.com/oi-contrib/OIPage/issues"
39
32
  },
40
- "homepage": "https://oi-contrib.github.io/OIPage",
41
- "dependencies": {
42
- "vislite": "^1.9.0",
43
- "xhtml-to-json": "^0.1.0",
44
- "zipaper": "^0.2.1"
45
- }
33
+ "homepage": "https://oi-contrib.github.io/OIPage"
46
34
  }
@@ -1,7 +1,3 @@
1
- /*!
2
- * XMLHttpRequest of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  export function XHRIntercept(callbackFactory) {
7
3
 
@@ -1,7 +1,3 @@
1
- /*!
2
- * animation of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  //当前正在运动的动画的tick函数堆栈
7
3
  var $timers = [];
@@ -1,7 +1,3 @@
1
- /*!
2
- * format of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  export function numberFormat(input) {
7
3
  if (!input && input !== 0) {
package/web/json/index.js CHANGED
@@ -1,7 +1,3 @@
1
- /*!
2
- * json of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
  import {reader} from "../reader/index.js";
6
2
  let calcValue = function (word) {
7
3
  if (word.type != 'string' && word.type != 'object') {
@@ -1,7 +1,3 @@
1
- /*!
2
- * onReady of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  export function onReady(callback) {
7
3
  var readyState = document.readyState;
@@ -1,7 +1,3 @@
1
- /*!
2
- * performChunk of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  export function performChunk(chunkFun) {
7
3
  let isRuning = true;
@@ -1,7 +1,3 @@
1
- /*!
2
- * reader of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  export function reader(plain) {
7
3
 
@@ -1,7 +1,3 @@
1
- /*!
2
- * style of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  export function setStyle(el, styles) {
7
3
  for (var key in styles) {
@@ -1,7 +1,3 @@
1
- /*!
2
- * throttle of OIPage v1.9.0-alpha.0
3
- * git+https://github.com/oi-contrib/OIPage.git
4
- */
5
1
 
6
2
  export function throttle(callback, _option) {
7
3
 
@@ -1,43 +0,0 @@
1
-
2
- // 处理收到的数据
3
- module.exports = function decodeWsFrame(data) {
4
- let start = 0;
5
- let frame = {
6
- isFinal: (data[start] & 0x80) === 0x80,
7
- opcode: data[start++] & 0xF,
8
- masked: (data[start] & 0x80) === 0x80,
9
- payloadLen: data[start++] & 0x7F,
10
- maskingKey: '',
11
- payloadData: null
12
- };
13
-
14
- if (frame.payloadLen === 126) {
15
- frame.payloadLen = (data[start++] << 8) + data[start++];
16
- } else if (frame.payloadLen === 127) {
17
- frame.payloadLen = 0;
18
- for (let i = 7; i >= 0; --i) {
19
- frame.payloadLen += (data[start++] << (i * 8));
20
- }
21
- }
22
-
23
- if (frame.payloadLen) {
24
- if (frame.masked) {
25
- const maskingKey = [
26
- data[start++],
27
- data[start++],
28
- data[start++],
29
- data[start++]
30
- ];
31
-
32
- frame.maskingKey = maskingKey;
33
-
34
- frame.payloadData = data
35
- .slice(start, start + frame.payloadLen)
36
- .map((byte, idx) => byte ^ maskingKey[idx % 4]);
37
- } else {
38
- frame.payloadData = data.slice(start, start + frame.payloadLen);
39
- }
40
- }
41
-
42
- return frame;
43
- };
@@ -1,28 +0,0 @@
1
-
2
- // 处理发出的数据
3
- module.exports = function encodeWsFrame(data) {
4
- const isFinal = data.isFinal !== undefined ? data.isFinal : true,
5
- opcode = data.opcode !== undefined ? data.opcode : 1,
6
- payloadData = data.payloadData ? Buffer.from(data.payloadData) : null,
7
- payloadLen = payloadData ? payloadData.length : 0;
8
-
9
- let frame = [];
10
-
11
- if (isFinal) frame.push((1 << 7) + opcode);
12
- else frame.push(opcode);
13
-
14
- if (payloadLen < 126) {
15
- frame.push(payloadLen);
16
- } else if (payloadLen < 65536) {
17
- frame.push(126, payloadLen >> 8, payloadLen & 0xFF);
18
- } else {
19
- frame.push(127);
20
- for (let i = 7; i >= 0; --i) {
21
- frame.push((payloadLen & (0xFF << (i * 8))) >> (i * 8));
22
- }
23
- }
24
-
25
- frame = payloadData ? Buffer.concat([Buffer.from(frame), payloadData]) : Buffer.from(frame);
26
-
27
- return frame;
28
- };
@@ -1,26 +0,0 @@
1
- module.exports = function (headersStr) {
2
-
3
- let headersArray = headersStr.split(/\r{0,1}\n/);
4
- let headersJSON = {};
5
-
6
- // 第一行的内容:GET / HTTP/1.1
7
- let firstLine = headersArray.shift().split(' ');
8
- headersJSON.method = firstLine[0];
9
- headersJSON.url = firstLine[1];
10
- headersJSON.protocol = firstLine[2];
11
-
12
- for (let item of headersArray) {
13
- let temp = item.split(':');
14
-
15
- if (temp.length > 1) {
16
-
17
- let key = temp.shift();
18
- let value = temp.join(':');
19
-
20
- headersJSON[key] = value.trim();
21
-
22
- }
23
- }
24
-
25
- return headersJSON;
26
- };
@@ -1,80 +0,0 @@
1
- const net = require('net');
2
- const crypto = require('crypto');
3
-
4
- const headersToJSON = require('./headersToJSON');
5
- const decodeWsFrame = require('./decodeWsFrame');
6
- const encodeWsFrame = require('./encodeWsFrame');
7
-
8
- module.exports = function (port, name, version) {
9
- let sockets = [];
10
-
11
- let handler = {
12
- notifyBrowser: (msg) => {
13
- for (let socket of sockets) {
14
- socket.write(encodeWsFrame(msg));
15
- }
16
- }
17
- };
18
-
19
- const server = net.createServer(socket => {
20
-
21
- // 错误
22
- socket.on('error', (error) => {
23
- console.log('Connection error:', error.message);
24
- });
25
-
26
- // 数据
27
- socket.on('data', buffer => {
28
- console.log('Connection data:' + (decodeWsFrame(buffer).payloadData?.toString() || "断开连接......"));
29
- });
30
-
31
- // 连接
32
- socket.once('data', buffer => {
33
-
34
- // 把请求头变成容易操作的json
35
- const headers = headersToJSON(buffer.toString());
36
-
37
- // 如果是ws请求
38
- // 就需要建立连接
39
- if (headers.Upgrade == 'websocket') {
40
-
41
- if (headers['Sec-WebSocket-Version'] !== '13') {
42
- console.log('\r\n警告:当前WebSocket版本为' + headers['Sec-WebSocket-Version'] + ",可能存在兼容问题~\r\n");
43
- }
44
-
45
- // 开始连接
46
- /*
47
- 协议中规定的校验用GUID,可参考如下链接:
48
- https://tools.ietf.org/html/rfc6455#section-5.5.2
49
- https://stackoverflow.com/questions/13456017/what-does-258eafa5-e914-47da-95ca-c5ab0dc85b11-means-in-websocket-protocol
50
- */
51
- const GUID = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
52
- const key = headers['Sec-WebSocket-Key'];
53
- const hash = crypto.createHash('sha1'); // 创建一个签名算法为sha1的哈希对象
54
-
55
- hash.update(`${key}${GUID}`); // 将key和GUID连接后,更新到hash
56
- const result = hash.digest('base64'); // 生成base64字符串
57
- const header = `HTTP/1.1 101 Switching Protocols\r\nServer: Powered by ${name}@${version}\r\nUpgrade: websocket\r\nConnection: Upgrade\r\nSec-Websocket-Accept: ${result}\r\n\r\n`; // 生成供前端校验用的请求头
58
-
59
- socket.write(header); // 返回HTTP头,告知客户端校验结果,HTTP状态码101表示切换协议:https://httpstatuses.com/101。
60
- // 若客户端校验结果正确,在控制台的Network模块可以看到HTTP请求的状态码变为101 Switching Protocols,同时客户端的ws.onopen事件被触发。
61
-
62
- sockets.push(socket);
63
- }
64
-
65
- // 否则就普通的,
66
- // 普通的由http服务器提供支持
67
- else {
68
- socket.end();
69
-
70
- }
71
- });
72
- });
73
-
74
- // 启动
75
- server.listen(port);
76
-
77
- console.log('<i> \x1b[1m\x1b[32m[' + name + '] Loopback: \x1b[36mws://localhost:' + port + '/\x1b[0m\n');
78
-
79
- return handler;
80
- };
@@ -1,105 +0,0 @@
1
- {
2
- "html": "text/html",
3
- "htm": "text/html",
4
- "shtml": "text/html",
5
- "css": "text/css",
6
- "xml": "text/xml",
7
- "gif": "image/gif",
8
- "jpeg": "image/jpeg",
9
- "jpg": "image/jpeg",
10
- "js": "application/javascript",
11
- "atom": "application/atom+xml",
12
- "rss": "application/rss+xml",
13
- "mml": "text/mathml",
14
- "txt": "text/plain",
15
- "jad": "text/vnd.sun.j2me.app-descriptor",
16
- "wml": "text/vnd.wap.wml",
17
- "htc": "text/x-component",
18
- "png": "image/png",
19
- "tif": "image/tiff",
20
- "tiff": "image/tiff",
21
- "wbmp": "image/vnd.wap.wbmp",
22
- "ico": "image/x-icon",
23
- "jng": "image/x-jng",
24
- "bmp": "image/x-ms-bmp",
25
- "svg": "image/svg+xml",
26
- "svgz": "image/svg+xml",
27
- "webp": "image/webp",
28
- "woff": "application/font-woff",
29
- "jar": "application/java-archive",
30
- "war": "application/java-archive",
31
- "ear": "application/java-archive",
32
- "json": "application/json",
33
- "hqx": "application/mac-binhex40",
34
- "doc": "application/msword",
35
- "pdf": "application/pdf",
36
- "ps": "application/postscript",
37
- "eps": "application/postscript",
38
- "ai": "application/postscript",
39
- "rtf": "application/rtf",
40
- "m3u8": "application/vnd.apple.mpegurl",
41
- "xls": "application/vnd.ms-excel",
42
- "eot": "application/vnd.ms-fontobject",
43
- "ppt": "application/vnd.ms-powerpoint",
44
- "wmlc": "application/vnd.wap.wmlc",
45
- "kml": "application/vnd.google-earth.kml+xml",
46
- "kmz": "application/vnd.google-earth.kmz",
47
- "7z": "application/x-7z-compressed",
48
- "cco": "application/x-cocoa",
49
- "jardiff": "application/x-java-archive-diff",
50
- "jnlp": "application/x-java-jnlp-file",
51
- "run": "application/x-makeself",
52
- "pl": "application/x-perl",
53
- "pm": "application/x-perl",
54
- "prc": "application/x-pilot",
55
- "pdb": "application/x-pilot",
56
- "rar": "application/x-rar-compressed",
57
- "rpm": "application/x-redhat-package-manager",
58
- "sea": "application/x-sea",
59
- "swf": "application/x-shockwave-flash",
60
- "sit": "application/x-stuffit",
61
- "tcl": "application/x-tcl",
62
- "tk": "application/x-tcl",
63
- "der": "application/x-x509-ca-cert",
64
- "pem": "application/x-x509-ca-cert",
65
- "crt": "application/x-x509-ca-cert",
66
- "xpi": "application/x-xpinstall",
67
- "xhtml": "application/xhtml+xml",
68
- "xspf": "application/xspf+xml",
69
- "zip": "application/zip",
70
- "bin": "application/octet-stream",
71
- "exe": "application/octet-stream",
72
- "dll": "application/octet-stream",
73
- "deb": "application/octet-stream",
74
- "dmg": "application/octet-stream",
75
- "iso": "application/octet-stream",
76
- "img": "application/octet-stream",
77
- "msi": "application/octet-stream",
78
- "msp": "application/octet-stream",
79
- "msm": "application/octet-stream",
80
- "docx": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
81
- "xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
82
- "pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
83
- "mid": "audio/midi",
84
- "midi": "audio/midi",
85
- "kar": "audio/midi",
86
- "mp3": "audio/mpeg",
87
- "ogg": "audio/ogg",
88
- "m4a": "audio/x-m4a",
89
- "ra": "audio/x-realaudio",
90
- "3gpp": "video/3gpp",
91
- "3gp": "video/3gpp",
92
- "ts": "video/mp2t",
93
- "mp4": "video/mp4",
94
- "mpeg": "video/mpeg",
95
- "mpg": "video/mpeg",
96
- "mov": "video/quicktime",
97
- "webm": "video/webm",
98
- "flv": "video/x-flv",
99
- "m4v": "video/x-m4v",
100
- "mng": "video/x-mng",
101
- "asx": "video/x-ms-asf",
102
- "asf": "video/x-ms-asf",
103
- "wmv": "video/x-ms-wmv",
104
- "avi": "video/x-msvideo"
105
- }
package/bin/disk.js DELETED
@@ -1,43 +0,0 @@
1
- const { join } = require("path");
2
- const { deleteDisk, copyDisk, moveDisk, linkDisk } = require("../nodejs/disk");
3
- const deleteEmptyFolder = require("./tools/deleteEmptyFolder");
4
-
5
- module.exports = function (config) {
6
- let isForce = false;
7
-
8
- // 判断是否开启强制执行
9
- for (let i = 0; i < config.value.length; i++) {
10
- if (config.value[i].name === "--force") isForce = true;
11
- }
12
-
13
- // 执行一个个任务
14
- for (let i = 0; i < config.value.length; i++) {
15
-
16
- // 删除文件或文件夹
17
- if (config.value[i].name === "--delete") {
18
- for (let j = 0; j < config.value[i].value.length; j++) {
19
- deleteDisk(config.value[i].value[j]);
20
- }
21
- }
22
-
23
- // 移动文件或文件夹
24
- else if (config.value[i].name === "--move") {
25
- moveDisk(config.value[i].value[0], config.value[i].value[1], isForce);
26
- }
27
-
28
- // 复制文件或文件夹
29
- else if (config.value[i].name === "--copy") {
30
- copyDisk(config.value[i].value[0], config.value[i].value[1], isForce);
31
- }
32
-
33
- // 创建磁盘链接
34
- else if (config.value[i].name === "--link") {
35
- linkDisk(config.value[i].value[0], config.value[i].value[1], isForce);
36
- }
37
-
38
- // 删除空文件夹
39
- else if (config.value[i].name === "--delempty") {
40
- deleteEmptyFolder(join(process.cwd(), config.value[i].value[0]));
41
- }
42
- }
43
- };
package/bin/help.js DELETED
@@ -1,49 +0,0 @@
1
- const packageValue = require("../package.json");
2
-
3
- module.exports = function () {
4
- console.log(`\x1b[36m
5
- OIPage@v${packageValue.version}
6
-
7
- 可以使用的命令如下:
8
-
9
- 【1】oipage-cli serve 开发服务器
10
- --port|-p [端口号]
11
- 默认8080
12
- --baseUrl [文件夹地址]
13
- 服务器根目录
14
- --open
15
- 自动打开浏览器
16
- (也可以设置打开地址,比如 oipage-cli serve --open docs/index.html)
17
- --config|-c [配置文件地址]
18
- 设置配置文件,相对地址是相对当前命令行
19
- --cache [true|false]
20
- 是否启用304(默认true表示开启)
21
- (eg: oipage-cli serve -p 20000 )
22
- --proxy [转发前缀] [转发地址]
23
- (注意:转发前缀会被替换为空,相当于设置了 pathRewrite: { '^/demo': '' })
24
-
25
- 【2】oipage-cli disk 磁盘操作
26
- --force|-f
27
- 强制执行,如果目标地址已有内容,会直接强制删除已有内容
28
- --delete|-d [文件或文件夹地址]
29
- 删除文件或文件夹
30
- --delempty [文件夹地址]
31
- 删除空文件夹
32
- --move|-m [源地址] [软链接地址]
33
- 移动文件或文件夹
34
- --copy|-c [源地址] [目标地址]
35
- 复制文件或文件夹
36
- --link|-l [源地址] [软链接地址]
37
- 创建磁盘链接
38
- (eg: oipage-cli disk -m ./test.js ~/test.js -f )
39
-
40
- 【3】oipage-cli run "任务一" "任务二" ... 运行多命令
41
- ( 如果希望动态给任务传递参数,可以查看: https://github.com/oi-contrib/OIPage/issues/5 )
42
-
43
- 【4】oipage-cli network 网络相关
44
- --log
45
- 打印网络信息
46
- (eg: oipage-cli network --log )
47
- \x1b[0m`);
48
-
49
- };
Binary file
Binary file