no message

This commit is contained in:
hawk86104 2025-03-25 17:47:41 +08:00
parent b1e4e4c744
commit f65e208f96
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@ export default defineBuildConfig({
}),
],
build: {
target: 'esnext', // 或者 'es2020' 以支持 BigInt
chunkSizeWarningLimit: 1000, // 单位为KB
rollupOptions: {
output: {

View File

@ -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