重构真境剧诗页面UI,优化组件结构与样式

This commit is contained in:
BTMuli
2025-12-06 20:36:53 +08:00
parent 58c2044f47
commit 2ca77b9944
16 changed files with 575 additions and 231 deletions

View File

@@ -1,7 +1,6 @@
/**
* @file assets/themes/dark.css
* @description 主题样式文件-深色主题
* @since Beta v0.7.2
* 主题样式文件-深色主题
* @since v0.8.9
*/
/* dark mode */
@@ -30,6 +29,7 @@ html.dark {
--box-text-4: var(--tgc-white-4);
--box-text-5: var(--tgc-red-1);
--box-text-7: var(--tgc-white-5);
--box-text-8: var(--tgc-yellow-1);
/* button */
--btn-text: var(--tgc-yellow-1);

View File

@@ -1,7 +1,6 @@
/**
* @file assets/themes/default.css
* @description 主题样式文件-默认(浅色)主题
* @since Beta v0.7.2
* 主题样式文件-默认(浅色)主题
* @since v0.8.9
*/
/* default(light) theme */
@@ -30,6 +29,7 @@ html.default {
--box-text-4: var(--tgc-blue-3); /* subtitle */
--box-text-5: var(--tgc-pink-1); /* tag */
--box-text-7: var(--tgc-dark-7); /* quote */
--box-text-8: var(--tgc-od-orange); /* sth hint */
/* button */
--btn-text: var(--tgc-yellow-2); /* with tgc-btn-1 */