ui: remember split sizes state

This commit is contained in:
CrescentLeaf
2025-09-20 08:18:28 +08:00
parent 03f6f2743f
commit 6a8acd4717
2 changed files with 7 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ const _data_cached = JSON.parse(_dec)
declare global {
interface Window {
data: {
split_sizes: number[];
apply(): void
access_token?: string
}