更新页面效果

This commit is contained in:
李琦
2026-07-31 11:36:19 +08:00
parent 3c4347128d
commit 4630035dd1
39 changed files with 859 additions and 54 deletions

View File

@@ -6,6 +6,11 @@ export const BORDER_STYLES = [
{ value: 'rounded', label: '柔圆角' },
{ value: 'double', label: '双线框' },
{ value: 'gold', label: '古典金框' },
{ value: 'shadow', label: '阴影浮起' },
{ value: 'ink', label: '墨黑描边' },
{ value: 'card', label: '悬浮卡片' },
{ value: 'lace', label: '虚线文艺' },
{ value: 'glow', label: '柔光金晕' },
]
export function borderClass(style) {