feat: 同步精简接口并统一表单校验

This commit is contained in:
GJ
2026-09-10 22:34:47 +08:00
parent 82d7bde631
commit 2eea0ea72e
66 changed files with 1611 additions and 1100 deletions
+9
View File
@@ -148,6 +148,15 @@ export function useTheme() {
textColorTextSuccess: accentText,
textColorGhostSuccess: accentText
},
Form: {
labelFontSizeTopMedium: '12px',
labelFontWeight: '500',
labelTextColor: text,
labelPaddingVertical: '0 0 9px 0',
feedbackFontSizeMedium: '12px',
feedbackHeightMedium: '0px',
feedbackPadding: '4px 0 0 0'
},
Input: {
color: 'var(--app-field)',
colorHover: 'var(--app-field-hover)',