From 29d2ed26090c8922427d5c61ff2f0d245f54fe7b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 30 May 2026 10:32:04 +0800 Subject: [PATCH] fix: center auth popup with anchor:cc --- wwwroot/api/submit_create_validate.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/api/submit_create_validate.dspy b/wwwroot/api/submit_create_validate.dspy index 97e4b5d..71cbd8d 100644 --- a/wwwroot/api/submit_create_validate.dspy +++ b/wwwroot/api/submit_create_validate.dspy @@ -19,7 +19,7 @@ if result.get('success'): return json.dumps({ "widgettype": "Message", "id": "verify_msg_popup", - "options": {"title": "真人认证", "message": ""}, + "options": {"title": "真人认证", "message": "", "anchor": "cc"}, "subwidgets": [ { "widgettype": "VBox",