feat:修复主题

This commit is contained in:
zyronon
2025-08-03 16:32:20 +08:00
parent 102f5fbc1f
commit 6d9fbf234f
31 changed files with 272 additions and 1679 deletions

View File

@@ -58,11 +58,6 @@ async function getConfig() {
var: 'VueRouter',
path: `https://cdn.jsdelivr.net/npm/vue-router@4.5.1/dist/vue-router.global.prod.min.js`
},
{
name: 'jquery',
var: 'jQuery',
path: 'https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js'
},
// {
// name: 'axios',
// var: 'axios',
@@ -92,7 +87,7 @@ async function getConfig() {
},
server: {
port: 3000,
open: true,
open: false,
host: '0.0.0.0',
fs: {
strict: false,