mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-20 10:36:37 +08:00
* feat: add theme berry * docs: add development notes * fix: fix blank page * chore: update implementation * fix: fix package.json * chore: update ui copy --------- Co-authored-by: JustSong <songquanpeng@foxmail.com>
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
// theme constant
|
|
export const gridSpacing = 3;
|
|
export const drawerWidth = 260;
|
|
export const appDrawerWidth = 320;
|