Commit Graph

11 Commits

Author SHA1 Message Date
b76cab97db chore: 更新工作流配置为使用Docker
Some checks failed
Build Server / Compile DLL (push) Failing after 19s
- 更新工作流配置为使用Docker进行编译、登录和推送操作。
2025-07-08 00:20:03 +08:00
dac1400009 feat: 添加微信OCR功能并整合Hono应用程序
All checks were successful
Build Server / Compile DLL (push) Successful in 1m26s
- 添加"hono"作为项目的依赖项。
- 添加 Dockerfile 以构建 WeChat OCR 应用程序。
- 新增hono库依赖到package.json文件。
- 将微信OCR集成替换为简单的Hono应用程序。
- 添加微信OCR功能以实现基于路径的图片文字识别。
2025-07-08 00:13:44 +08:00
6a258b71a9 chore: 引入nodejs优化构建流程配置
All checks were successful
Build Server / Compile DLL (push) Successful in 1m30s
- 添加名称标签并引入nodejs作为依赖来增强构建流程的可读性和功能性。
2025-07-08 00:01:44 +08:00
532e07fdb7 fix: 修复CMakeLists.txt中的abseil-cpp库问题
Some checks failed
Build Server / Compile DLL (push) Failing after 1m30s
- 修复CMakeLists.txt中的版本问题以解决abseil-cpp库的已知问题。
2025-07-07 23:58:08 +08:00
b1f99e3743 chore: 更新构建流程移除无效注释
Some checks failed
Build Server / Compile DLL (push) Failing after 1m34s
- 在构建过程中安装Python并移除CMake版本修复步骤的注释。
2025-07-07 23:56:11 +08:00
0113596aba chore: 更新安装cmake的命令
Some checks failed
Build Server / Compile DLL (push) Failing after 31s
- 替换为不确认安装cmake的命令。
2025-07-07 23:54:26 +08:00
c7bf295245 chore: 更换编译环境为 Arch Linux 容器
Some checks failed
Build Server / Compile DLL (push) Failing after 17s
- 使用 Arch Linux 容器替换 Ubuntu 环境以编译 DLL。
2025-07-07 23:52:53 +08:00
7fa96e26cb chore: 优化工件上传配置
All checks were successful
Build Server / Compile DLL (push) Successful in 1m22s
- 优化构建脚本中的工件上传配置。
2025-07-07 23:44:56 +08:00
a6bfd32885 chore: 配置ESLint并优化依赖与代码规范
All checks were successful
Build Server / Compile DLL (push) Successful in 1m25s
- 在 VSCode 配置中禁用默认格式化工具并使用 ESLint 进行自动修复和代码验证。
- 添加和更新包依赖以增强代码格式化功能。
- 添加新的eslint配置文件以启用antfu规则集并自定义特定代码规范。
- 新增eslint修复脚本和格式化插件,并调整typescript为peer依赖。
- 通过优化导入语法和字符串处理方式,增强代码可读性和性能。
2025-07-07 23:39:03 +08:00
0f9a1a55bb chore: 更新依赖以提高兼容性和代码质量
All checks were successful
Build Server / Compile DLL (push) Successful in 1m20s
- 更新 `bun.lock` 文件以添加和调整多个依赖项的版本。
- 调整开发和对等依赖版本以提高兼容性和代码质量。
2025-07-07 23:19:18 +08:00
7fe0f135f5 init
All checks were successful
Build Server / Compile DLL (push) Successful in 1m17s
2025-07-07 16:48:43 +08:00