first commit
This commit is contained in:
30
Website/package.json
Normal file
30
Website/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"updateVersion": [
|
||||
{
|
||||
"id": 1,
|
||||
"version": "1.0.0",
|
||||
"downUrl": "http://127.0.0.1:9000/PugToHtml-1.0.3-mac.zip",
|
||||
"introduce": [
|
||||
{ "id": 1, "text": "项目第一次上传" },
|
||||
{ "id": 2, "text": "实现核心功能" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"version": "1.0.3",
|
||||
"downUrl": "http://127.0.0.1:9000/PugToHtml-1.0.3-mac.zip",
|
||||
"introduce": [
|
||||
{ "id": 1, "text": "实现开机自启" },
|
||||
{ "id": 2, "text": "实现主题切换" },
|
||||
{ "id": 3, "text": "实现检查更新功能" },
|
||||
{ "id": 4, "text": "实现启动欢迎页面" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user