optimize(projects): optimize radius settings

This commit is contained in:
Soybean
2025-10-25 14:52:10 +08:00
parent 3549c4dbd5
commit 87a66a4236
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"warning": "#d4bb9d", "warning": "#d4bb9d",
"error": "#c49a9a" "error": "#c49a9a"
}, },
"themeRadius": 8, "themeRadius": 6,
"isInfoFollowPrimary": true, "isInfoFollowPrimary": true,
"layout": { "layout": {
"mode": "vertical-mix", "mode": "vertical-mix",

View File

@@ -14,7 +14,7 @@
"warning": "#faad14", "warning": "#faad14",
"error": "#f5222d" "error": "#f5222d"
}, },
"themeRadius": 8, "themeRadius": 6,
"isInfoFollowPrimary": true, "isInfoFollowPrimary": true,
"layout": { "layout": {
"mode": "vertical", "mode": "vertical",

View File

@@ -14,7 +14,7 @@
"warning": "#faad14", "warning": "#faad14",
"error": "#f5222d" "error": "#f5222d"
}, },
"themeRadius": 8, "themeRadius": 6,
"isInfoFollowPrimary": true, "isInfoFollowPrimary": true,
"layout": { "layout": {
"mode": "vertical", "mode": "vertical",

View File

@@ -14,7 +14,7 @@
"warning": "#faad14", "warning": "#faad14",
"error": "#f5222d" "error": "#f5222d"
}, },
"themeRadius": 8, "themeRadius": 6,
"isInfoFollowPrimary": true, "isInfoFollowPrimary": true,
"layout": { "layout": {
"mode": "vertical", "mode": "vertical",

View File

@@ -5,7 +5,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
colourWeakness: false, colourWeakness: false,
recommendColor: false, recommendColor: false,
themeColor: '#646cff', themeColor: '#646cff',
themeRadius: 8, themeRadius: 6,
otherColor: { otherColor: {
info: '#2080f0', info: '#2080f0',
success: '#52c41a', success: '#52c41a',

View File

@@ -23,7 +23,7 @@ export default defineConfig<Theme>({
} }
}, },
shortcuts: { shortcuts: {
'card-wrapper': 'shadow-sm' 'card-wrapper': 'rd-8px shadow-sm'
}, },
transformers: [transformerDirectives(), transformerVariantGroup()], transformers: [transformerDirectives(), transformerVariantGroup()],
presets: [presetWind3({ dark: 'class' }), presetSoybeanAdmin()] presets: [presetWind3({ dark: 'class' }), presetSoybeanAdmin()]