添加首页文章页面

This commit is contained in:
2025-10-08 20:00:30 +08:00
parent 3d7240565e
commit 698f27372d
30 changed files with 2149 additions and 667 deletions

View File

@@ -15,4 +15,12 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
},
},
server: {
// 设置服务启动端口号
port: 8000,
// 设置服务启动时是否自动打开浏览器
open: true,
// 允许IP访问
host: '0.0.0.0',
}
})