feat: 设置窗口尺寸最大值为 500 (#778)

This commit is contained in:
ayangweb
2026-01-08 17:00:08 +08:00
committed by GitHub
parent 2fc6ec9d2f
commit d69669bd3a

View File

@@ -79,6 +79,7 @@ const catStore = useCatStore()
v-model:value="catStore.window.scale"
addon-after="%"
class="w-28"
:max="500"
:min="1"
/>
</ProListItem>