chore: 无界渲染适配器改为默认不降级

This commit is contained in:
wangxuefeng
2025-03-24 10:17:40 +08:00
parent cfc925b3e6
commit 29e31c912b
4 changed files with 3 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ export default defineComponent({
type: Number,
},
degrade: {
default: true,
default: false,
type: Boolean,
},
fileId: {