diff --git a/capacitor.config.ts b/capacitor.config.ts index 322af38..cbdd5bd 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -1,11 +1,11 @@ import type { CapacitorConfig } from "@capacitor/cli"; const config: CapacitorConfig = { - appId: "io.ionic.starter", + appId: "riwa.ionic.app", appName: "riwa-ionic", webDir: "dist", server: { - url: "http://192.168.1.55:5173", // Vite默认端口 + url: "http://192.168.1.37:5173", // Vite默认端口 cleartext: true, // 允许HTTP连接 }, plugins: { diff --git a/src/views/market/index.vue b/src/views/market/index.vue index efce82d..ff152e2 100644 --- a/src/views/market/index.vue +++ b/src/views/market/index.vue @@ -68,11 +68,16 @@ onBeforeMount(() => { - + + + + + + diff --git a/vault.md b/vault.md new file mode 100644 index 0000000..806d984 --- /dev/null +++ b/vault.md @@ -0,0 +1,13 @@ +open float Y 开盘价 每一个纬度(例如天纬度,就是一天的第一笔成交价格)的第一笔成交价格 +high float Y 最高价 +low float Y 最低价 +close float Y 收盘价 +settle float Y 结算价 每一个纬度(某一个时间段之内的金额总和 / 交易量) + + +接口 +代币化分类接口 +代币化列表接口 +代币化详情接口 +代币化数据接口 +买卖接口