mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-02 06:00:38 +08:00
feat(auth): implement cookie-based token management and update user ID retrieval
This commit is contained in:
@@ -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',
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user