Update On Thu Mar 27 19:36:13 CET 2025

This commit is contained in:
github-action[bot]
2025-03-27 19:36:13 +01:00
parent d67f57743a
commit a4eec905b6
117 changed files with 1460 additions and 913 deletions

View File

@@ -43,6 +43,7 @@ const SettingSystem = ({ onError }: Props) => {
const { data: autoLaunchEnabled } = useSWR(
"getAutoLaunchStatus",
getAutoLaunchStatus,
{ revalidateOnFocus: false }
);
// 当实际自启动状态与配置不同步时更新配置