From 648ca3edc976e13dbbd4d6d54aca82a991c50502 Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 24 Dec 2025 03:27:17 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20Capacitor=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BF=AE=E6=AD=A3=20appId=20?= =?UTF-8?q?=E5=92=8C=E6=9C=8D=E5=8A=A1=E5=99=A8=20URL=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=B8=82=E5=9C=BA=E8=A7=86=E5=9B=BE=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- capacitor.config.ts | 4 ++-- src/views/market/index.vue | 7 ++++++- vault.md | 13 +++++++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 vault.md 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 结算价 每一个纬度(某一个时间段之内的金额总和 / 交易量) + + +接口 +代币化分类接口 +代币化列表接口 +代币化详情接口 +代币化数据接口 +买卖接口