feat:临时隐藏登录入口,修复当日盈亏的显示问题

This commit is contained in:
hzm
2026-02-07 00:22:21 +08:00
parent 30f34d2cff
commit 1cb590beee
4 changed files with 447 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ import { createClient } from '@supabase/supabase-js';
// Supabase 配置
// 注意:此处使用 publishable key可安全在客户端使用
const supabaseUrl = 'https://mouvsqlmgymsaxikvqsh.supabase.co/auth/v1/otp';
const supabaseUrl = 'https://mouvsqlmgymsaxikvqsh.supabase.co';
const supabaseAnonKey = 'sb_publishable_c5f58knbVz8UgOh6L88MUQ_p9j8c1Q-';
export const supabase = createClient(supabaseUrl, supabaseAnonKey, {