新增資料庫、用戶註冊、登入的功能

This commit is contained in:
2025-08-05 10:56:22 +08:00
parent 94e3763402
commit a288a966ba
41 changed files with 4362 additions and 289 deletions

View File

@@ -78,8 +78,8 @@ export function SystemSettings() {
}
const handleTestEmail = () => {
// 測試郵件功能
alert("測試郵件已發送!")
// 測試郵件功能 - 僅用於開發測試
console.log("測試郵件功能")
}
const updateSetting = (key: string, value: any) => {