chore(repo): 完善仓库维护与自动化

This commit is contained in:
Awuqing
2026-08-09 19:42:02 +08:00
parent bdd16dafa8
commit 14b61b23a2
32 changed files with 479 additions and 157 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ description: Get a BackupX dev environment running — backend, frontend, tests.
# Development Setup
**Requirements:** Go ≥ 1.25, Node.js ≥ 20, npm.
**Requirements:** Go ≥ 1.25, Node.js 24 LTS, npm 11 or later.
## Clone & install
@@ -51,7 +51,7 @@ The installer:
## From source
Requires Go ≥ 1.25 and Node.js ≥ 20.
Requires Go ≥ 1.25, Node.js 24 LTS, and npm 11 or later.
```bash
git clone https://github.com/Awuqing/BackupX.git && cd BackupX
@@ -6,7 +6,7 @@ description: 搭建 BackupX 本地开发环境 — 后端、前端、测试。
# 开发环境
**环境要求:** Go ≥ 1.25Node.js ≥ 20npm
**环境要求:** Go ≥ 1.25Node.js 24 LTS、npm 11 或更高版本
## 克隆与依赖
@@ -51,7 +51,7 @@ sudo ./install.sh # 创建系统用户、安装到 /opt/backupx、配置
## 从源码构建
依赖:Go ≥ 1.25Node.js ≥ 20
依赖:Go ≥ 1.25Node.js 24 LTS、npm 11 或更高版本
```bash
git clone https://github.com/Awuqing/BackupX.git && cd BackupX
+1 -1
View File
@@ -25,7 +25,7 @@
"typescript": "~6.0.2"
},
"engines": {
"node": ">=20.0"
"node": ">=24.0"
}
},
"node_modules/@11ty/gray-matter": {
+1 -1
View File
@@ -44,6 +44,6 @@
]
},
"engines": {
"node": ">=20.0"
"node": ">=24.0"
}
}