diff --git a/index.html b/index.html index 7189203..8364fa3 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,12 @@ 翻译服务应用 + + + + + + + + +
+ +

欢迎回来

+

登录您的翻译服务账户

+ +
+ +
+
+ + +
+ +
+ + +
+ + +
+ + 忘记密码? + +
+ 还没有账户? +
+ + 立即注册 +
+ + + + + + + + + \ No newline at end of file diff --git a/web-app/register.html b/web-app/register.html new file mode 100644 index 0000000..e948626 --- /dev/null +++ b/web-app/register.html @@ -0,0 +1,447 @@ + + + + + + 注册 - 翻译服务平台 + + + +
+ +

创建账户

+

加入我们的翻译服务平台

+ +
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+ +
+ + +
+ + +
+ +
+ 注册即表示您同意我们的 + 服务条款 和 + 隐私政策 +
+ +
+ 已有账户? +
+ + 立即登录 +
+ + + + + + + + + \ No newline at end of file diff --git a/web-app/test-connection.html b/web-app/test-connection.html new file mode 100644 index 0000000..7e59209 --- /dev/null +++ b/web-app/test-connection.html @@ -0,0 +1,223 @@ + + + + + + Supabase 连接测试 + + + +
+

🔧 Supabase 连接测试

+ +
+ 说明: 这个页面用于测试 Supabase 数据库连接是否正常。 +
+ +

当前配置

+
+ +

连接测试

+ +
正在测试连接...
+ +
+ +

数据库表检查

+ +
+ +

解决方案

+
+

如果连接失败,请按以下步骤操作:

+
    +
  1. 访问 Supabase 控制台
  2. +
  3. 进入 Settings → API
  4. +
  5. 复制 "anon public" 密钥
  6. +
  7. 更新 config.js 文件中的 ANON_KEY
  8. +
  9. 刷新页面重新测试
  10. +
+
+
+ + + + + + + + \ No newline at end of file