mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
33 lines
524 B
TypeScript
33 lines
524 B
TypeScript
|
export {}
|
||
|
|
||
|
declare global {
|
||
|
interface Window {
|
||
|
blconfig: {
|
||
|
SYS: {
|
||
|
NAME: string
|
||
|
LOGO: string
|
||
|
GONG_WANG_AN_BEI: string
|
||
|
ICP_BEI_AN_HAO: string
|
||
|
EMAIL: string
|
||
|
}
|
||
|
THEME: {
|
||
|
LOGO_STYLE: {
|
||
|
'border-radius': string
|
||
|
}
|
||
|
SUBJECT_TITLE: string
|
||
|
}
|
||
|
DOMAIN: {
|
||
|
PRD: string
|
||
|
USER_ID: string
|
||
|
}
|
||
|
LINKS: [
|
||
|
{
|
||
|
NAME: string
|
||
|
URL: string
|
||
|
LOGO: string
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|