This commit is contained in:
hyg 2025-02-19 20:26:28 +08:00
parent a0b03c297b
commit aa8801e567
2 changed files with 22 additions and 0 deletions

19
release/url.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>url test page</title>
<script type="text/javascript" src="https://gitee.com/hyg/ego/raw/3275342931044b272385284d35980e8ea6867348/src/ego.js"></script>
<script type="text/javascript" src="https://gitee.com/hyg/ego/raw/2846518881d1e5d1a3009bb824917a7ac206d8c3/src/day.js"></script>
<script>
alert(helpstr);
alert("end");
</script>
</head>
<body>
<div id="daylog"></div>
</body>
</html>

3
release/url.js Normal file
View File

@ -0,0 +1,3 @@
var debug = true;
var str = "test string from url.js";