We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8f802 commit c00be22Copy full SHA for c00be22
Scripts/wsgw.js
@@ -92,6 +92,7 @@ class Widget extends DmYY {
92
`缓存失效时间:${new Date(parseInt(this.settings.cacheDay) + this.cacheTime).toLocaleString()}`
93
);
94
this.dataSource = { ...this.settings.data[this.userNum] };
95
+ if (!this.dataSource.user) await this.cacheData();
96
console.log(this.dataSource);
97
}
98
};
0 commit comments