feat: add note module and route fixes

This commit is contained in:
nepiedg
2026-04-17 07:48:44 +00:00
parent 866ddb046b
commit 84e1c0daac
25 changed files with 2196 additions and 38 deletions
+10
View File
@@ -8,4 +8,14 @@ DB_PASS = password
DB_PORT = 3306
DB_CHARSET = utf8
DB_NOTE_HOSTNAME = 127.0.0.1
DB_NOTE_DATABASE = tp
DB_NOTE_USERNAME = tp
DB_NOTE_PASSWORD = your_note_password
DB_NOTE_HOSTPORT = 3306
DB_NOTE_CHARSET = utf8mb4
WECHAT_MINI_APPID = your_wechat_mini_appid
WECHAT_MINI_SECRET = your_wechat_mini_secret
DEFAULT_LANG = zh-cn