Commit Graph

32 Commits

Author SHA1 Message Date
1e4c2d540e build: 简化Go安装流程,移除冗余代码 2025-09-10 15:12:47 +08:00
af3a297bb4 build(workflows): 优化Go安装方式,使用国内镜像并调整artifact版本
All checks were successful
构建上传工具 / build (push) Successful in 59s
部署开发环境 / build-and-deploy (push) Successful in 1m11s
2025-09-09 23:46:26 +08:00
eb88f4b231 ops(workflow): 添加开发环境部署配置并优化生产环境部署
Some checks failed
构建上传工具 / build (push) Failing after 5m47s
部署开发环境 / build-and-deploy (push) Successful in 1m21s
2025-09-09 23:37:36 +08:00
cf4287ddd9 build(tool): 添加Windows上传工具构建工作流
Some checks failed
构建上传工具 / build (push) Failing after 5m58s
构建Docker镜像 / build-and-deploy (push) Successful in 1m31s
2025-09-09 23:29:23 +08:00
88aee26105 更新 .gitea/workflows/deploy.yaml
All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 3m5s
2025-09-09 12:55:42 +00:00
b6ce840400 feat(token): 添加备注功能和相关接口
All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 1m41s
2025-09-06 17:43:20 +08:00
333882c9e0 feat(auth): 修改管理员密码和路由路径
Some checks failed
构建Docker镜像 / build-and-deploy (push) Has been cancelled
2025-09-05 20:16:39 +08:00
640b1aa99e feat(auth): 重构权限管理系统和路由结构
All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 1m33s
2025-09-04 13:08:48 +08:00
509b274c5c ops(ci): 添加测试服务器部署流程
All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 1m37s
2025-09-04 09:25:39 +08:00
4c1e0d417d feat(data): 添加数据格式支持 更改数据写入读取
All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 1m33s
2025-09-03 20:10:19 +08:00
deb958b71b build: 修改构建脚本
All checks were successful
构建Docker镜像 / build-and-deploy (push) Successful in 1m5s
2025-09-03 01:03:02 +08:00
ad1f450b19 build: 修改构建脚本
Some checks failed
构建Docker镜像 / build (push) Has been cancelled
2025-09-03 01:02:15 +08:00
c675324d6d build: 修改构建脚本
All checks were successful
构建Docker镜像 / build (push) Successful in 1m3s
2025-09-03 00:57:53 +08:00
9a31fa96b5 build: 修改构建脚本
All checks were successful
构建Docker镜像 / build (push) Successful in 1m48s
构建Docker镜像 / deploy (push) Successful in 47s
2025-09-02 22:55:15 +08:00
fb4709e59a build: 修改构建脚本
Some checks failed
构建Docker镜像 / build (push) Successful in 1m48s
构建Docker镜像 / deploy (push) Failing after 45s
2025-09-02 22:50:21 +08:00
7e6f5e3a19 build: 修改构建脚本
Some checks failed
构建Docker镜像 / build (push) Successful in 1m49s
构建Docker镜像 / deploy (push) Failing after 43s
2025-09-02 22:43:57 +08:00
f2e7d7a5c4 build: 修改构建脚本
Some checks failed
构建Docker镜像 / build (push) Successful in 1m40s
构建Docker镜像 / deploy (push) Failing after 46s
2025-09-02 22:33:19 +08:00
7adcebee75 ops: 添加CI/CD构建和部署流程
Some checks failed
构建Docker镜像 / build (push) Failing after 1m16s
构建Docker镜像 / deploy (push) Has been skipped
2025-09-02 22:29:39 +08:00
94e472a6c4 build: Gitea Actions测试
All checks were successful
构建Docker镜像 / build (push) Successful in 58s
2025-09-02 21:24:50 +08:00
da7f40642e build: Gitea Actions测试
All checks were successful
构建Docker镜像 / build (push) Successful in 54s
2025-09-02 20:38:42 +08:00
2d80cac3fd build: Gitea Actions测试
Some checks failed
构建Docker镜像 / build (push) Failing after 1m54s
2025-09-02 20:24:50 +08:00
e20ff1a3b7 build: Gitea Actions测试
Some checks failed
构建Docker镜像 / build (push) Failing after 16s
2025-09-02 20:22:14 +08:00
f2e9afc8aa build: Gitea Actions测试
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
2025-09-02 17:31:36 +08:00
315d43a16e refactor: 修改SecId字段名,添加上传工具进度展示和映射更改 2025-09-02 17:01:38 +08:00
5ee4291356 fix: 优化token信息获取逻辑 添加空值校验 2025-09-02 12:38:20 +08:00
b47e1fa881 refactor(serve): 重构静态文件服务实现 2025-09-02 12:33:34 +08:00
c938e5b770 feat: 添加管理员权限控制和状态持久化 2025-09-02 12:31:48 +08:00
652b913930 docs: 添加项目简介描述 2025-09-01 14:04:06 +08:00
b2c643cf73 feat: 优化Redis上传操作 添加文件上传工具
使用Lua脚本确保Redis数据检测重复与插入的原子化
2025-09-01 13:56:30 +08:00
b22b4786e6 refactor: 移除token和key选项 2025-09-01 08:51:31 +08:00
b9fbe07b70 feat: 首次提交,添加Web界面和Redis支持的数据管理系统 2025-09-01 00:45:37 +08:00
7abb872b2c Initial commit 2025-08-19 07:11:09 +00:00