|
|
@@ -1,22 +1,22 @@
|
|
|
<ion-tabs>
|
|
|
<ion-tab-bar slot="bottom">
|
|
|
<ion-tab-button tab="tab1" href="/tabs/tab1">
|
|
|
- <ion-icon aria-hidden="true" name="triangle"></ion-icon>
|
|
|
+ <ion-icon aria-hidden="true" name="aperture"></ion-icon>
|
|
|
<ion-label>圈子</ion-label>
|
|
|
</ion-tab-button>
|
|
|
|
|
|
<ion-tab-button tab="tab2" href="/tabs/tab2">
|
|
|
- <ion-icon aria-hidden="true" name="ellipse"></ion-icon>
|
|
|
+ <ion-icon aria-hidden="true" name="sparkles"></ion-icon>
|
|
|
<ion-label>推荐</ion-label>
|
|
|
</ion-tab-button>
|
|
|
|
|
|
<ion-tab-button tab="tab3" href="/tabs/tab3">
|
|
|
- <ion-icon aria-hidden="true" name="square"></ion-icon>
|
|
|
+ <ion-icon aria-hidden="true" name="people"></ion-icon>
|
|
|
<ion-label>沉浸互动</ion-label>
|
|
|
</ion-tab-button>
|
|
|
|
|
|
<ion-tab-button tab="tab4" href="/tabs/tab4">
|
|
|
- <ion-icon aria-hidden="true" name="square"></ion-icon>
|
|
|
+ <ion-icon aria-hidden="true" name="home"></ion-icon>
|
|
|
<ion-label>我的</ion-label>
|
|
|
</ion-tab-button>
|
|
|
</ion-tab-bar>
|