sd websocket refactor is finished

This commit is contained in:
RockYang
2024-09-27 18:28:54 +08:00
parent d95fab11be
commit 9edb3d0a82
7 changed files with 45 additions and 76 deletions

View File

@@ -194,7 +194,7 @@ const fetchData = () => {
const add = function () {
showDialog.value = true
title.value = "新增 API KEY"
item.value = {enabled: true,api_url: "https://api.chat-plus.net"}
item.value = {enabled: true,api_url: "https://api.geekai.pro"}
}
const edit = function (row) {