sql数据流,amdin业务逻辑接入

This commit is contained in:
comlibmb
2026-02-05 10:11:09 +08:00
parent 859372ca5b
commit ac670cf5d8
81 changed files with 3547 additions and 1472 deletions

View File

@@ -1,6 +1,9 @@
import supa from '@/components/supadb/aksupainstance.uts'
import type { AkReqResponse } from '@/uni_modules/ak-req/index.uts'
// 导出 supa 实例,供 services 层统一使用
export { supa }
// 使用单例 Supabase 客户端
// const supa = createClient(SUPA_URL, SUPA_KEY)