This commit is contained in:
josc146
2023-11-03 23:22:52 +08:00
parent 0d99e5549e
commit 35e92d2aef
2 changed files with 1 additions and 3 deletions

View File

@@ -33,8 +33,6 @@ export type Status = {
export type Platform = 'windows' | 'darwin' | 'linux';
const labels = ['January', 'February', 'March', 'April', 'May', 'June', 'July'];
class CommonStore {
// global
status: Status = {