Commit Graph

3 Commits

Author SHA1 Message Date
Lexcubia 0203d8513c refactor(.gitignore): 添加 dist.zip 文件到忽略列表
- 在 .gitignore 文件中添加 dist.zip,避免打包文件被版本控制

fix(styles): 优化 setTheme 函数的参数处理

- 在 setTheme 函数中增加了对 themeName 类型的检查
- 确保只有在 themeName 是字符串时才使用它,否则使用默认主题
- 这样可以防止非字符串类型的 themeName 导致的错误
2025-04-22 20:53:12 +08:00
Lexcubia 756c380d7b update: Integrate Electron support with new main and preload scripts, update package.json for Electron build configurations, and adjust API base URL handling in request utility for compatibility 2025-04-20 22:07:15 +08:00
Lexcubia ce52a06ee7 初始化项目:添加基础项目结构和配置 2025-04-18 20:09:21 +08:00