feat: 移除未使用的 tradeWebSocket 和 initializeWallet 导入
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user