添加移除遮罩子菜单

This commit is contained in:
BTMuli
2024-01-02 00:58:58 +08:00
parent 7674407b71
commit e5c3d10991
2 changed files with 15 additions and 1 deletions

View File

@@ -279,6 +279,9 @@ class TGClient {
case "teyvat_open":
createPost(<string>arg.payload);
break;
case "teyvat_remove":
await this.hideOverlay();
break;
case "teyvat_retry": {
const executeJS = `javascript:(function(){
window.location.reload();