File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,9 @@ release:
187187 ### 🔧 使用说明
188188 1. 下载对应架构的二进制文件
189189 2. 解压后直接运行 `./nodepassdash`(无需外部依赖)
190- 3. 首次运行会自动解压前端文件到 `dist/` 目录
191- 4. 默认监听 `http://localhost:3000`
192- 5. 首次运行会自动创建管理员账户
190+ 3. 默认监听 `http://localhost:3000`
193191
194192 ### 📝 部署说明
195193 - **单文件部署**: 只需要一个可执行文件即可运行
196194 - **自动初始化**: 程序会自动创建所需的文件和目录
197- - **数据持久化**: 数据库文件保存在 `public/sqlite .db`
195+ - **数据持久化**: 数据库文件保存在 `db/database .db`
Original file line number Diff line number Diff line change 22 <img src =" docs/nodepassdash-logo.svg " alt =" NodePassDash " height =" 80 " >
33</div >
44
5- ![ Version] ( https://img.shields.io/badge/version-3.1.1 -blue.svg )
5+ ![ Version] ( https://img.shields.io/badge/version-3.1.2 -blue.svg )
66![ GitHub license] ( https://img.shields.io/github/license/NodePassProject/NodePassDash )
77
88NodePassDash是一个现代化的 NodePass 管理界面,基于 Go 后端 + React + Vite、HeroUI 和 TypeScript 构建。提供实时隧道监控、流量统计和端点管理功能。
Original file line number Diff line number Diff line change 11{
22 "name" : " NodePassDash" ,
33 "private" : true ,
4- "version" : " 3.1.1 " ,
4+ "version" : " 3.1.2 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments