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

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

- 在 setTheme 函数中增加了对 themeName 类型的检查
- 确保只有在 themeName 是字符串时才使用它,否则使用默认主题
- 这样可以防止非字符串类型的 themeName 导致的错误
2025-04-22 20:53:12 +08:00
..
themes feat(style): 优化主题和显示模式 2025-04-22 20:36:03 +08:00
element-variables.scss feat(style): 优化主题和显示模式 2025-04-22 20:36:03 +08:00
style.css feat(style): 优化主题和显示模式 2025-04-22 20:36:03 +08:00
theme.js refactor(.gitignore): 添加 dist.zip 文件到忽略列表 2025-04-22 20:53:12 +08:00