mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-15 04:53:18 +08:00
feat: 增强主题支持与自定义样式功能
* 移除旧的主题颜色变量,改为支持自定义 CSS 样式,提升用户界面的灵活性。 * 在 `App.vue` 中实现自定义 CSS 的加载与应用,确保用户设置的实时更新。 * 更新 `SettingsModal.vue`,允许用户输入自定义 CSS,增强个性化体验。 * 优化多个组件的样式,确保在不同主题下的视觉一致性。 * 删除不再使用的主题相关文件,简化代码结构。
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
<li>
|
||||
• 如果您觉得咱这小工具好用,请移步
|
||||
<a
|
||||
href="https://github.com/Moe-Sakura/SearchGal"
|
||||
href="https://github.com/Moe-Sakura"
|
||||
target="_blank"
|
||||
class="text-indigo-600 hover:underline font-semibold"
|
||||
>GitHub</a>
|
||||
|
||||
Reference in New Issue
Block a user