|
@@ -1,19 +1,19 @@
|
|
<ion-tabs>
|
|
<ion-tabs>
|
|
<ion-tab-bar slot="bottom">
|
|
<ion-tab-bar slot="bottom">
|
|
<ion-tab-button tab="tab1" href="/tabs/tab1">
|
|
<ion-tab-button tab="tab1" href="/tabs/tab1">
|
|
- <ion-icon aria-hidden="true" name="home"></ion-icon>
|
|
|
|
|
|
+ <ion-icon aria-hidden="true" name="scale-outline"></ion-icon>
|
|
<ion-label>首页</ion-label>
|
|
<ion-label>首页</ion-label>
|
|
</ion-tab-button>
|
|
</ion-tab-button>
|
|
|
|
|
|
|
|
|
|
<ion-tab-button tab="memo" href="/tabs/memo">
|
|
<ion-tab-button tab="memo" href="/tabs/memo">
|
|
- <ion-icon aria-hidden="true" name="person"></ion-icon>
|
|
|
|
|
|
+ <ion-icon aria-hidden="true" name="receipt-outline"></ion-icon>
|
|
<ion-label>备忘录</ion-label>
|
|
<ion-label>备忘录</ion-label>
|
|
</ion-tab-button>
|
|
</ion-tab-button>
|
|
|
|
|
|
|
|
|
|
<ion-tab-button tab="tab2" href="/tabs/tab2">
|
|
<ion-tab-button tab="tab2" href="/tabs/tab2">
|
|
- <ion-icon aria-hidden="true" name="pencil"></ion-icon>
|
|
|
|
|
|
+ <ion-icon aria-hidden="true" name="chatbox-ellipses-outline"></ion-icon>
|
|
<ion-label>ai对话</ion-label>
|
|
<ion-label>ai对话</ion-label>
|
|
</ion-tab-button>
|
|
</ion-tab-button>
|
|
|
|
|