arms-app 1.0.2 → 1.0.11
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/REAMDE.md +2 -0
- package/docs/.gitkeep +0 -0
- package/index.js +1 -15
- package/package.json +11 -10
- package/plugin/.gitkeep +0 -0
- package/plugin/devtools-8.0.5.zip +0 -0
- package/plugin/dracula-theme-1.17.2.zip +0 -0
- package/plugin/pkgccpejnmalmdinmhkkfafefagiiiad.crx +0 -0
- package/README.md +0 -28
- package/VSCodeUserSetup-x64-1.106.1.exe +0 -0
package/REAMDE.md
ADDED
package/docs/.gitkeep
ADDED
|
File without changes
|
package/index.js
CHANGED
|
@@ -1,15 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* arms-app - 一个功能强大的应用程序工具包
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
console.log('arms-app loaded successfully!');
|
|
6
|
-
|
|
7
|
-
// 在这里导出你的模块功能
|
|
8
|
-
module.exports = {
|
|
9
|
-
// 示例功能函数
|
|
10
|
-
greet: function(name) {
|
|
11
|
-
return `Hello, ${name}! Welcome to arms-app.`;
|
|
12
|
-
},
|
|
13
|
-
|
|
14
|
-
// 你可以在这里添加更多功能
|
|
15
|
-
};
|
|
1
|
+
console.log('Happy developing ✨')
|
package/package.json
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arms-app",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.11",
|
|
4
|
+
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
+
"发布": "npm publish",
|
|
8
|
+
"修订 ": "npm version patch",
|
|
9
|
+
"次版本": "version minor",
|
|
10
|
+
"主版本": "npm version major",
|
|
7
11
|
"一键发布": "npm version patch && npm publish"
|
|
8
12
|
},
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"author": "arms-app developer",
|
|
15
|
-
"license": "ISC",
|
|
16
|
-
"type": "commonjs"
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public",
|
|
15
|
+
"registry": "https://registry.npmjs.org"
|
|
16
|
+
},
|
|
17
|
+
"private": false
|
|
17
18
|
}
|
package/plugin/.gitkeep
ADDED
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/README.md
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
# arms-app
|
|
2
|
-
|
|
3
|
-
一个功能强大的应用程序工具包。
|
|
4
|
-
|
|
5
|
-
## 安装
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install arms-app
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## 使用方法
|
|
12
|
-
|
|
13
|
-
```javascript
|
|
14
|
-
// 使用示例
|
|
15
|
-
const armsApp = require('arms-app');
|
|
16
|
-
|
|
17
|
-
// 你的代码逻辑
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## 功能特点
|
|
21
|
-
|
|
22
|
-
- 功能完整的应用程序框架
|
|
23
|
-
- 易于使用和扩展
|
|
24
|
-
- 支持 CommonJS 模块系统
|
|
25
|
-
|
|
26
|
-
## 许可证
|
|
27
|
-
|
|
28
|
-
本项目采用 ISC 许可证。
|
|
Binary file
|