Initial commit

This commit is contained in:
TYt50
2026-02-01 15:12:59 +08:00
commit 783080af35
10 changed files with 7039 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Backup Manager
便携式备份管理工具 (Portable Backup Management Tool)
## 项目介绍
这是一个基于 Electron 的便携式代码/数据备份管理工具。
## 运行与开发
安装依赖:
```bash
npm install
```
启动开发环境:
```bash
npm start
```
构建便携版:
```bash
npm run build
```