feat: 添加IonFab和IonFabButton组件,更新聊天功能按钮样式

This commit is contained in:
2026-01-15 01:02:27 +07:00
parent 87782ad55d
commit deba5e65cd
2 changed files with 29 additions and 1 deletions

4
components.d.ts vendored
View File

@@ -29,6 +29,8 @@ declare module 'vue' {
IonContent: typeof import('@ionic/vue')['IonContent']
IonDatetime: typeof import('@ionic/vue')['IonDatetime']
IonDatetimeButton: typeof import('@ionic/vue')['IonDatetimeButton']
IonFab: typeof import('@ionic/vue')['IonFab']
IonFabButton: typeof import('@ionic/vue')['IonFabButton']
IonFooter: typeof import('@ionic/vue')['IonFooter']
IonGrid: typeof import('@ionic/vue')['IonGrid']
IonHeader: typeof import('@ionic/vue')['IonHeader']
@@ -89,6 +91,8 @@ declare global {
const IonContent: typeof import('@ionic/vue')['IonContent']
const IonDatetime: typeof import('@ionic/vue')['IonDatetime']
const IonDatetimeButton: typeof import('@ionic/vue')['IonDatetimeButton']
const IonFab: typeof import('@ionic/vue')['IonFab']
const IonFabButton: typeof import('@ionic/vue')['IonFabButton']
const IonFooter: typeof import('@ionic/vue')['IonFooter']
const IonGrid: typeof import('@ionic/vue')['IonGrid']
const IonHeader: typeof import('@ionic/vue')['IonHeader']