测视例

This commit is contained in:
xu_yanfeng
2024-12-14 10:12:00 +08:00
parent 625b6d6ee9
commit d7012997b7
15 changed files with 124 additions and 0 deletions

10
hello-chrome/options.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="" style="width: 100%; height: 100%; margin: 0; padding: 0">
<head>
<title>options</title>
<script defer src="options.js"></script>
</head>
<body style="width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden">
options
</body>
</html>