Remove some files & trying to make the desktop look more fun & I'm going

to sleep now.
This commit is contained in:
yuanhau 2025-05-22 00:09:01 +08:00
parent c8429ee1a3
commit 109a39f6e9
12 changed files with 458 additions and 119 deletions

8
cleardatabase.ts Normal file
View file

@ -0,0 +1,8 @@
const cleardb = `
DROP TABLE users;
DROP TABLE usertokens;
DROP TABLE newsProviders;
DROP TABLE chat_history;
DROP TABLE news_articles;
DROP TABLE hot_news;
DROP TABLE articles_lt;`;