no message

This commit is contained in:
hawk86104 2023-11-09 10:52:29 +08:00
parent a0570f7050
commit 0097119fce
6 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,7 @@
* @Autor: 地虎降天龙
* @Date: 2023-10-16 10:53:09
* @LastEditors: 地虎降天龙
* @LastEditTime: 2023-11-05 10:15:03
* @LastEditTime: 2023-11-09 10:50:53
*/
// import { resolve } from 'path';
import { join } from 'path';
@ -40,6 +40,7 @@ export default defineBuildConfig({
...templateCompilerOptions,
},
viteOption: {
base: "/icegl-three-vue-tres",
plugins: [
UnoCSS({
/* options */

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang="en"><head><script type="module" crossorigin src="/static/polyfills-48f7923c.js"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Fes.js</title><link rel="shortcut icon" type="image/x-icon" href="./logo.png"><script type="module" crossorigin src="/static/index-3f28f1ce.js"></script><link rel="modulepreload" crossorigin href="/static/vendor-19b019cc.js"><link rel="stylesheet" href="/static/vendor-28ba1523.css"><link rel="stylesheet" href="/static/index-3e1ce5cb.css"></head><body><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><script type="module" crossorigin src="/icegl-three-vue-tres/static/polyfills-48f7923c.js"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Fes.js</title><link rel="shortcut icon" type="image/x-icon" href="./logo.png"><script type="module" crossorigin src="/icegl-three-vue-tres/static/index-8b0a7255.js"></script><link rel="modulepreload" crossorigin href="/icegl-three-vue-tres/static/vendor-19b019cc.js"><link rel="stylesheet" href="/icegl-three-vue-tres/static/vendor-28ba1523.css"><link rel="stylesheet" href="/icegl-three-vue-tres/static/index-3e1ce5cb.css"></head><body><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

1
dist/static/index-8b0a7255.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
"dom"
],
"sourceMap": true,
"baseUrl": "/icegl-three-vue-tres",
"baseUrl": ".",
"jsx": "preserve",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",