更新移动端 Dalle 绘图页面,支持模型选择

This commit is contained in:
RockYang
2024-12-26 18:50:45 +08:00
parent 8af0fec8ec
commit 18179613fc
9 changed files with 1215 additions and 1306 deletions

View File

@@ -132,8 +132,8 @@ const login = async function () {
const store = useSharedStore();
const doLogin = (verifyData) => {
httpPost("/api/user/login", {
username: username.value.trim(),
password: password.value.trim(),
username: username.value,
password: password.value,
key: verifyData.key,
dots: verifyData.dots,
x: verifyData.x,