wip: 重构临时提交

This commit is contained in:
ray
2025-08-04 07:48:37 +08:00
parent 2c6fdbd23b
commit d0baa003e1
6 changed files with 12 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="app-container">
<view class="app-container dark:text-[var(--wot-dark-color)]">
<!-- 页面标题 -->
<view class="page-header">
<text class="page-title">主题设置</text>
@@ -73,7 +73,7 @@
<!-- 预览区域 -->
<wd-card class="setting-section">
<view class="section-header">
<wd-icon name="eye" size="20" color="#666" />
<wd-icon name="eye" size="20" />
<text class="section-title">效果预览</text>
</view>
@@ -81,7 +81,7 @@
<wd-grid :column="2" border>
<wd-grid-item>
<wd-button type="primary" size="small">主要按钮</wd-button>
<wd-button type="primary">主要按钮</wd-button>
</wd-grid-item>
<wd-grid-item>
<text class="preview-text" :style="{ color: currentThemeColor }">主题色文本</text>
@@ -353,7 +353,7 @@ onShow(() => {
.color-name {
font-size: 22rpx;
color: var(--wot-color-text-secondary, #666);
color: var(--wot-color-text-secondary);
text-align: center;
}