feat: 添加国际化支持,更新相关配置和组件,优化余额格式化
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { App } from "@riwa/api-types";
|
||||
import { treaty } from "@elysiajs/eden";
|
||||
|
||||
const client = treaty<App>(`${window.location.origin}/api`, {
|
||||
const client = treaty<App>(window.location.origin, {
|
||||
fetch: {
|
||||
credentials: "include",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user