mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-04 06:02:45 +08:00
no message
This commit is contained in:
parent
b1e4e4c744
commit
f65e208f96
1
.fes.js
1
.fes.js
@ -72,6 +72,7 @@ export default defineBuildConfig({
|
||||
}),
|
||||
],
|
||||
build: {
|
||||
target: 'esnext', // 或者 'es2020' 以支持 BigInt
|
||||
chunkSizeWarningLimit: 1000, // 单位为KB
|
||||
rollupOptions: {
|
||||
output: {
|
||||
|
@ -70,7 +70,7 @@ function sanitizeFilename(filename: string) {
|
||||
return sanitized
|
||||
}
|
||||
let hasPreview = true
|
||||
let comUrl = 'https://opensource.icegl.cn/#/plugins/'
|
||||
let comUrl = 'https://oss.icegl.cn/#/plugins/'
|
||||
let imgName = ''
|
||||
if (props.onePreview.url) {
|
||||
comUrl = props.onePreview.url
|
||||
|
Loading…
x
Reference in New Issue
Block a user