fix: delay querying backends

This commit is contained in:
jialin
2026-03-19 12:28:18 +08:00
committed by jialin
parent fd1a079271
commit a6af51dc32
19 changed files with 40 additions and 21 deletions
+3 -1
View File
@@ -87,7 +87,9 @@ const VersionInfo: React.FC<{ intl: any }> = ({ intl }) => {
export const modalConfig = {
icon: null,
centered: false,
maskClosable: true,
mask: {
closeable: true
},
footer: null,
style: {
top: '30%'