mirror of
https://github.com/zhigang1992/react.git
synced 2026-06-13 09:25:27 +08:00
* refactor(themes): refactor theme module to keep multiple themes * chore: migrate APIs to be compatible with new theme system * test: update snapshots * chore: migrate the path of the theme module * feat(themes): append static methods of themes * chore: hide custom theme when no custom content in the context * chore: manually add flush to preload styles in html * docs(themes): update to fit the new theme system
10 lines
279 B
TypeScript
10 lines
279 B
TypeScript
export const CUSTOM_THEME_TYPE = 'Custom'
|
|
|
|
export const CHINESE_LANGUAGE_IDENT = 'zh-cn'
|
|
|
|
export const ENGLISH_LANGUAGE_IDENT = 'en-us'
|
|
|
|
export const GITHUB_URL = 'https://github.com/geist-org/react'
|
|
|
|
export const CONTRIBUTORS_URL = 'https://contributors.geist-ui.dev/api/users'
|