feat: 更新 API 地址,修改首页和支付页面的逻辑,优化收款方式管理功能

This commit is contained in:
2026-01-18 16:02:00 +07:00
parent 86071ebd7a
commit 934ee073cb
7 changed files with 69 additions and 156 deletions

View File

@@ -2,14 +2,7 @@
import type { Treaty } from "@elysiajs/eden";
import type { InfiniteScrollCustomEvent } from "@ionic/vue";
import type { TreatyQuery } from "@/api/types";
import {
calendarOutline,
cardOutline,
chevronForwardOutline,
timeOutline,
trendingUpOutline,
walletOutline,
} from "ionicons/icons";
import { calendarOutline, cardOutline, timeOutline, trendingUpOutline } from "ionicons/icons";
import { client, safeClient } from "@/api";
type Product = Treaty.Data<typeof client.api.subscription.products.get>["data"][number];