This commit is contained in:
X1627315083
2025-09-02 12:59:30 +08:00
parent 33a4a50d5e
commit 4b9a606b68
34 changed files with 132 additions and 130 deletions

View File

@@ -286,7 +286,7 @@ onMounted(() => {
:value="canvasWidth?.toFixed(2)"
class="setting-input"
:min="1"
:max="9999"
:max="4999"
:step="1"
@change="
(value) => {
@@ -302,7 +302,7 @@ onMounted(() => {
:value="canvasHeight?.toFixed(2)"
class="setting-input"
:min="1"
:max="9999"
:max="4999"
:step="1"
@change="
(value) => {