feat: 更新 API 地址,优化样式和组件,添加新主题变量
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<script lang='ts' setup>
|
||||
import { client } from "@/api";
|
||||
|
||||
const balance = ref(9999999.00);
|
||||
|
||||
const formattedBalance = formatBalance(balance);
|
||||
const { data } = await client.asset.balances.get();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -9,13 +9,13 @@ import WalletCard from "./components/wallet-card.vue";
|
||||
<ion-header>
|
||||
<ion-toolbar class="ui-toolbar">
|
||||
<div slot="end">
|
||||
<ion-button fill="clear" color="dark">
|
||||
<ion-button fill="clear">
|
||||
<ion-icon slot="icon-only" :icon="scanOutline" />
|
||||
</ion-button>
|
||||
<ion-button fill="clear" color="dark">
|
||||
<ion-button fill="clear">
|
||||
<ion-icon slot="icon-only" :icon="notificationsOutline" />
|
||||
</ion-button>
|
||||
<ion-button fill="clear" color="dark">
|
||||
<ion-button fill="clear">
|
||||
<ion-icon slot="icon-only" :icon="settingsOutline" />
|
||||
</ion-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user