From 59f53fbc37a898496f78e5a3ffe01867c3e35df8 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Thu, 7 Mar 2024 18:57:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(custom):=20=E5=A2=9E=E5=8A=A0=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E5=88=97=E8=A1=A8=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 0 -> 6148 bytes .vscode/settings.json | 2 +- src/views/game/home/index.vue | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..28c3dd885f285e83dc2ff13b21a6422a06efa428 GIT binary patch literal 6148 zcmeHKy>7xl47N#zR4hzY$9o0dAVujDuysN}MXM5m1Xb6(Qg@aP?Q`|>*`+y!GFBC` zk?*_s=kD?)iZK!K+Dd??ZqJ zmWHij{B&T5EdVfwISS^|OGr*IEDc*lcp$8)Kuu+9F<8@K4;EJ%wu+igY|RJT&TJhD z$KA1hh~dPgqL0piGmtWn>E%f3|K0EXf12c1&VVy;Q4DZiO{)oR$!crw=A_mJ=nN_% najoJp1(R5c5i6zm1{wwSAQNC|*eb#T@jn8Q1|OV(KV{$xHZMy( literal 0 HcmV?d00001 diff --git a/.vscode/settings.json b/.vscode/settings.json index 552ca0b..71eba6f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,7 +25,7 @@ }, "eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"], "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "files.associations": { "*.env.*": "dotenv", diff --git a/src/views/game/home/index.vue b/src/views/game/home/index.vue index 46a2fd3..e6566c6 100644 --- a/src/views/game/home/index.vue +++ b/src/views/game/home/index.vue @@ -188,6 +188,7 @@ const model = ref({ introduction: '', cover: [], status: 2, + sort: 0, }) const submit = () => { @@ -211,6 +212,7 @@ const clear = () => { introduction: '', cover: [], status: 2, + sort: 0, } formRef.value?.restoreValidation() showModal.value = false @@ -266,6 +268,9 @@ const dropdownSelect = (e) => { + + +
提交