This commit is contained in:
Vanessa 2022-10-30 00:31:23 +08:00
parent 20c338399d
commit 36f2d68e89
7 changed files with 42 additions and 49 deletions

View file

@ -26,6 +26,7 @@ type TBazaarType = "templates" | "icons" | "widgets" | "themes"
declare module "blueimp-md5"
interface Window {
dataLayer: string[]
siyuan: ISiyuan
webkit: any
@ -44,7 +45,7 @@ interface Window {
hideKeyboardToolbar(): void
gtag(name: string, key: string, value: IObject): void;
gtag(name: string, key: string | Date, value?: IObject): void;
}
interface ITextOption {
@ -352,6 +353,7 @@ declare interface IConfig {
xanadu: boolean
udanax: boolean
uploadErrLog: boolean
googleAnalytics: boolean
downloadInstallPkg: boolean
networkServe: boolean
fixedPort: boolean