From 741daafdeff7d8b0caa92a231c03c3219a4e9dc3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 27 May 2026 18:01:53 +0800 Subject: [PATCH] refactor: rename event sage_login to user_logined --- wwwroot/shell.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/shell.ui b/wwwroot/shell.ui index 07b2030..61f4d3a 100644 --- a/wwwroot/shell.ui +++ b/wwwroot/shell.ui @@ -119,7 +119,7 @@ "binds": [ { "wid": "app", - "event": "sage_login", + "event": "user_logined", "actiontype": "script", "target": "self", "script": "sageReloadMenu()"