mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-08 09:48:50 +01:00
🚨
This commit is contained in:
parent
20c338399d
commit
36f2d68e89
7 changed files with 42 additions and 49 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue