cursor done.

This commit is contained in:
2025-11-11 14:36:09 +08:00
parent 7a5fb889c5
commit 9b1eb6cafd
27 changed files with 4748 additions and 552 deletions

11
public/js/state.js Normal file
View File

@@ -0,0 +1,11 @@
const state = {
currentDate: new Date(),
markedDates: {},
currentServer: '',
token: '',
user: null,
saveTimeoutId: null,
isLoginMode: true
};
export default state;