This commit is contained in:
2023-02-03 21:47:54 +08:00
parent d1c66a3d80
commit 27f2bbdb47
17 changed files with 845 additions and 505 deletions

2
store/index.ts Normal file
View File

@@ -0,0 +1,2 @@
const store: Record<string, string> = {};
export default store;