feat: 添加 Material Icon 主题支持,更新组件类型定义和 Vite 配置

This commit is contained in:
2025-12-12 00:42:28 +07:00
parent d7b61cd3c0
commit 14618192ca
6 changed files with 99 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
import type { AuthUserSignup } from "../type";
import { toastController } from "@ionic/vue";
import { logoGoogle, phonePortraitOutline } from "ionicons/icons";
import MaterialIconThemeGoogle from "~icons/material-icon-theme/google";
import { emailPattern } from "@/utils";
import { authClient } from "..";

1
src/vite-env.d.ts vendored
View File

@@ -1 +1,2 @@
/// <reference types="vite/client" />
/// <reference types="unplugin-icons/types/vue" />