chore: make lint happy

This commit is contained in:
CrescentLeaf
2025-10-08 00:55:09 +08:00
parent 7c7e641d1f
commit 11362a5689
6 changed files with 15 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ const _data_cached = JSON.parse(_dec)
declare global {
interface Window {
data: {
refresh_token?: string
split_sizes: number[]
apply(): void
access_token?: string
@@ -29,6 +30,7 @@ declare global {
}
}
// @ts-ignore: 忽略...
// deno-lint-ignore no-window
(window.data == null) && (window.data = new Proxy({
apply() {}