mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +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: {
|
build: {
|
||||||
|
target: 'esnext', // 或者 'es2020' 以支持 BigInt
|
||||||
chunkSizeWarningLimit: 1000, // 单位为KB
|
chunkSizeWarningLimit: 1000, // 单位为KB
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
|
@ -70,7 +70,7 @@ function sanitizeFilename(filename: string) {
|
|||||||
return sanitized
|
return sanitized
|
||||||
}
|
}
|
||||||
let hasPreview = true
|
let hasPreview = true
|
||||||
let comUrl = 'https://opensource.icegl.cn/#/plugins/'
|
let comUrl = 'https://oss.icegl.cn/#/plugins/'
|
||||||
let imgName = ''
|
let imgName = ''
|
||||||
if (props.onePreview.url) {
|
if (props.onePreview.url) {
|
||||||
comUrl = props.onePreview.url
|
comUrl = props.onePreview.url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user