no message

This commit is contained in:
kuaifan 2025-08-15 07:43:45 +08:00
parent b05046af29
commit b8befaa973
2 changed files with 4 additions and 0 deletions

View File

@ -346,6 +346,7 @@ const $preload = async () => {
return
}
document.querySelector(".app-view-loading")?.setAttribute("data-visible", "false")
window.__initializeApp = async (loadHash) => {
if (/^https?:\/\//.test(loadHash)) {
if ($A.getDomain(loadHash) !== $A.getDomain($A.mainUrl())) {

View File

@ -16,6 +16,9 @@ micro-app-body .app-view-loading {
.app-view-loading > div {
text-align: center;
}
.app-view-loading[data-visible=false] > div {
opacity: 0;
}
.app-view-loading > div > div {
color: #ccc;
margin: 0;