feat(theme): 实现主题切换系统并优化经销商相关页面

- 新增主题切换系统,支持智能主题和手动选择
- 更新经销商首页、团队、订单、提现等页面样式
- 添加主题相关的Hook和样式工具函数
- 优化部分组件样式以适配新主题
This commit is contained in:
2025-08-19 00:08:26 +08:00
parent 8efeb9a5bd
commit 9d9762ef17
23 changed files with 739 additions and 264 deletions

View File

@@ -90,7 +90,7 @@ const DealerInfo: React.FC = () => {
</CellGroup>
{/* 操作按钮 */}
<View className="mt-6 space-y-3">
<View className="mt-6 gap-2">
<Button
type="primary"
size="large"
@@ -104,7 +104,7 @@ const DealerInfo: React.FC = () => {
{/* 经销商权益 */}
<View className="bg-white mx-4 mt-4 rounded-lg p-4">
<Text className="font-semibold mb-3"></Text>
<View className="space-y-2">
<View className="gap-2">
<Text className="text-sm text-gray-600">
</Text>