diff --git a/src/components/auto-update/index.ts b/src/components/auto-update/index.ts index 8853e09ca..21aa29f74 100644 --- a/src/components/auto-update/index.ts +++ b/src/components/auto-update/index.ts @@ -154,7 +154,7 @@ export const component: ComponentMetadata = { maxUpdateCount: { displayName: '单次最大更新量 (个)', defaultValue: 4, - hidden: true, + // hidden: true, }, }, entry: async ({ settings: { options }, coreApis: { pluginApis } }) => {