feat(auth): implement cookie-based token management and update user ID retrieval

This commit is contained in:
ShiYu
2025-06-09 23:57:16 +08:00
parent f7048c3025
commit dbe306d2df
5 changed files with 77 additions and 3 deletions

View File

@@ -43,6 +43,17 @@ const customTheme = {
itemHoverColor: '#333333',
itemBorderRadius: 8,
},
Table: {
rowSelectedBg: '#f8f9fa',
rowSelectedHoverBg: '#e9ecef',
rowHoverBg: '#fafbfc',
headerBg: '#ffffff',
headerColor: '#495057',
colorBgContainer: '#ffffff',
colorText: '#212529',
colorTextHeading: '#343a40',
borderColor: '#dee2e6',
},
}
};