Complete post actions

This commit is contained in:
2025-04-27 01:32:08 +08:00
parent 73a0b08854
commit 627b726bbc
12 changed files with 180 additions and 50 deletions

View File

@ -34,5 +34,8 @@
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
<script>
document.oncontextmenu = (evt) => evt.preventDefault();
</script>
</body>
</html>