fix: bust hyapp h5 asset cache
This commit is contained in:
parent
64c2e569ed
commit
76063702bb
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||||
<title>Stream Center</title>
|
<title>Stream Center</title>
|
||||||
<link rel="stylesheet" href="./style.css" />
|
<link rel="stylesheet" href="./style.css?v=20260428-1535" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="host-center" aria-label="Stream Center" data-i18n-aria="page_label">
|
<div class="host-center" aria-label="Stream Center" data-i18n-aria="page_label">
|
||||||
@ -104,6 +104,6 @@
|
|||||||
|
|
||||||
<div class="home-indicator" aria-hidden="true"></div>
|
<div class="home-indicator" aria-hidden="true"></div>
|
||||||
</div>
|
</div>
|
||||||
<script src="./script.js" defer></script>
|
<script src="./script.js?v=20260428-1535" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||||
<title>Anchor Policy</title>
|
<title>Anchor Policy</title>
|
||||||
<link rel="stylesheet" href="./style.css" />
|
<link rel="stylesheet" href="./style.css?v=20260428-1535" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="host-center policy-page" aria-label="Anchor Policy" data-i18n-aria="anchor_policy">
|
<div class="host-center policy-page" aria-label="Anchor Policy" data-i18n-aria="anchor_policy">
|
||||||
@ -50,6 +50,6 @@
|
|||||||
|
|
||||||
<div class="home-indicator" aria-hidden="true"></div>
|
<div class="home-indicator" aria-hidden="true"></div>
|
||||||
</div>
|
</div>
|
||||||
<script src="./policy.js" defer></script>
|
<script src="./policy.js?v=20260428-1535" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -328,6 +328,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
status.textContent = "";
|
||||||
status.hidden = true;
|
status.hidden = true;
|
||||||
list.hidden = false;
|
list.hidden = false;
|
||||||
list.replaceChildren(...rows.map((item) => createPolicyRow(item, policy?.policyType)));
|
list.replaceChildren(...rows.map((item) => createPolicyRow(item, policy?.policyType)));
|
||||||
|
|||||||
@ -636,6 +636,11 @@ a {
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.policy-status[hidden],
|
||||||
|
.policy-list[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.policy-row {
|
.policy-row {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||||
<title>Join Agency</title>
|
<title>Join Agency</title>
|
||||||
<link rel="stylesheet" href="../host-center/style.css" />
|
<link rel="stylesheet" href="../host-center/style.css?v=20260428-1535" />
|
||||||
<link rel="stylesheet" href="./style.css" />
|
<link rel="stylesheet" href="./style.css?v=20260428-1535" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="host-center join-agency-page" aria-label="Join Agency" data-i18n-aria="page_label">
|
<div class="host-center join-agency-page" aria-label="Join Agency" data-i18n-aria="page_label">
|
||||||
@ -85,6 +85,6 @@
|
|||||||
|
|
||||||
<div class="home-indicator" aria-hidden="true"></div>
|
<div class="home-indicator" aria-hidden="true"></div>
|
||||||
</div>
|
</div>
|
||||||
<script src="./script.js" defer></script>
|
<script src="./script.js?v=20260428-1535" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
||||||
<title>Withdraw/Exchange</title>
|
<title>Withdraw/Exchange</title>
|
||||||
<link rel="stylesheet" href="./style.css" />
|
<link rel="stylesheet" href="./style.css?v=20260428-1535" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wallet-page" aria-label="Withdraw and exchange" data-i18n-aria="page_label">
|
<div class="wallet-page" aria-label="Withdraw and exchange" data-i18n-aria="page_label">
|
||||||
@ -147,6 +147,6 @@
|
|||||||
<div class="toast" hidden></div>
|
<div class="toast" hidden></div>
|
||||||
<div class="home-indicator" aria-hidden="true"></div>
|
<div class="home-indicator" aria-hidden="true"></div>
|
||||||
</div>
|
</div>
|
||||||
<script src="./script.js" defer></script>
|
<script src="./script.js?v=20260428-1535" defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user