first commit

This commit is contained in:
编码猿
2024-09-27 01:11:00 +08:00
commit ebaaceaa05
122 changed files with 11359 additions and 0 deletions

30
Website/package.json Normal file
View 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"
}
}