feat: 移除未使用的 tradeWebSocket 和 initializeWallet 导入

This commit is contained in:
2026-01-24 18:28:05 +07:00
parent a5c56f7541
commit 27c7e5d451

View File

@@ -1,11 +1,9 @@
<script setup lang="ts">
import { App as CapacitorApp } from "@capacitor/app";
import { tradeWebSocket } from "./tradingview/websocket";
const userStore = useUserStore();
const { isAuthenticated } = storeToRefs(userStore);
const { locale, loadSavedLanguage } = useLanguage();
const { initializeWallet } = useWalletStore();
const { updateProfile } = useUserStore();
const platform = usePlatform();
const { checkAndPromptUpdate } = useAppUpdate();