优化了popup

This commit is contained in:
zhu
2026-05-12 11:10:21 +08:00
parent a59178b816
commit cf7ea741a6
6 changed files with 638 additions and 660 deletions

View File

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