test: 测试提交

This commit is contained in:
WANGFAN\wangf 2024-12-06 14:28:01 +08:00
parent 5f029cbe11
commit 5f086f5de5

View File

@ -7,7 +7,7 @@
<script setup lang="ts"> <script setup lang="ts">
import { loadingPage } from "@/utils/loading-page"; import { loadingPage } from "@/utils/loading-page";
import { useThemeMethods } from "@/hooks/useThemeMethods"; import { useThemeMethods } from "@/hooks/useThemeMethods";
let a = "123";
// //
const onTheme = () => { const onTheme = () => {
let { initTheme } = useThemeMethods(); let { initTheme } = useThemeMethods();