Vanessa 2022-10-30 23:45:02 +08:00
parent 0e0cb97f1b
commit d2e6198e21
3 changed files with 15 additions and 1 deletions

View file

@ -26,6 +26,8 @@ type TBazaarType = "templates" | "icons" | "widgets" | "themes"
declare module "blueimp-md5"
interface Window {
__localStorage__removeItem: (key: string) => void
__localStorage__setItem: (key: string, value: string) => void
dataLayer: any[]
siyuan: ISiyuan
webkit: any