ui+功能一样

This commit is contained in:
zhu
2026-05-11 17:24:53 +08:00
parent 6677ec5eec
commit f8972f72ba
15 changed files with 1453 additions and 168 deletions

View File

@@ -1,5 +1,5 @@
import { createApp } from 'vue';
import App from './App.vue';
import './popup.css';
createApp(App).mount('#app');