Commit Graph

9 Commits

Author SHA1 Message Date
Grand-cocoa
4f37aace85 feat(service): 添加 JM 下载功能
All checks were successful
Sakura-Miki-build / Automatic-Packaging (push) Successful in 2m27s
- 新增 DownloadUtil 工具类,用于处理 JMComic 下载任务
- 添加 JmDownloadService 服务类,实现 /JmDownload 命令的处理
- 更新 .gitea/workflows/build-test.yaml,重命名为 package.yaml 并调整工作流名称- 修改 MFAGenerateService、RandomPhotoService 和 ExampleService,优化命令前缀和参数处理
- 新增 JsonUtil 工具类,用于解析 JSON 数据
- 更新 AlistUtil 依赖版本至 1.0.1-spring
2025-03-24 17:23:13 +08:00
Grand-cocoa
ceaebd100f ci: 更新 Docker 镜像构建命令
All checks were successful
Sakura-Miki-build / Explore-Gitea-Actions (push) Successful in 1m24s
- 添加了 ./ 指定 Dockerfile 所在目录
2025-03-18 18:48:48 +08:00
Grand-cocoa
a0961f59bf ci: 更新构建测试工作流
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 1m50s
- 添加了安装 AlistUtil 依赖的步骤
2025-03-18 18:45:45 +08:00
Grand-cocoa
f16ed3e6fd ci: 更新 Maven 构建配置
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 1m14s
- 移除 Set up Maven 步骤
- 使用 ./mvnw 替代 mvn命令
2025-03-18 18:39:51 +08:00
Grand-cocoa
ae63e0f199 ci(gitea): 更新 Maven 设置
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Has been cancelled
- 添加 Set up Maven 步骤,配置 Maven 版本为 3.8.2
2025-03-18 18:32:26 +08:00
Grand-cocoa
bee67be58e ci(gitea): 更新构建测试工作流
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 3m18s
- 将 checkout动作升级到 v4 版本
- 添加设置 JDK 17 环境步骤
- 修改 Maven 构建命令,去掉 ./mvnw
- 移除 Docker 构建步骤
2025-03-18 18:19:19 +08:00
Grand-cocoa
913d129a34 ci: 更新 checkout 动作版本
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 11s
- 将 checkout 动作的引用从 'actions/checkout@4' 更新为 'actions/checkout@40a16ebeed7da831425b665e600750cb36b38d06'
2025-03-18 18:11:33 +08:00
Grand-cocoa
4143badef1 ci: 更新 GitHub Actions 依赖- 将 actions/checkout@v4 替换为 https://git.alina-dace.info/actions/checkout@4
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 9s
- 删除了多余的步骤,简化了工作流配置
2025-03-18 18:06:39 +08:00
Grand-cocoa
9f286f3dc9 feat(mfa): 实现 MFA 绑定和生成服务
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 33s
- 新增 MFA 相关的实体类、Mapper 和服务类
- 实现 MFA 绑定和生成的逻辑
- 添加 MFA 工具类,用于生成验证码
- 更新 RandomPhotoService 的 entrance 方法
- 修改日志级别为 info
- 添加 Dockerfile 和 Gitea Actions 配置
2025-03-18 17:51:41 +08:00