improve the opening of settings

This commit is contained in:
buzz-lightsnack-2007 2024-04-15 22:45:20 +08:00
parent 62d6a85d36
commit 6b286eafb9
4 changed files with 23 additions and 11 deletions

View file

@ -1,5 +1,5 @@
<html>
<head>
<script src="../../scripts/pages/open/popup.js" type="module"></script>
<script src="/scripts/pages/open.js" type="module"></script>
</head>
</html>

View file

@ -1,8 +1,5 @@
<html>
<head>
<script
src="../../scripts/pages/open/settings.js"
type="module"
></script>
<script src="/scripts/pages/open.js" type="module"></script>
</head>
</html>