add stable diffusion default negtive prompt system config

This commit is contained in:
RockYang
2024-05-07 16:21:31 +08:00
parent b0c9ffc5a6
commit 9a797bb4a5
8 changed files with 271 additions and 237 deletions

View File

@@ -296,7 +296,7 @@ onUnmounted(() => {
const add = function () {
title.value = "新增模型"
showDialog.value = true
item.value = {enabled: true, weight: 1}
item.value = {enabled: true, weight: 1, open: true}
}
const edit = function (row) {