url test 2

This commit is contained in:
hyg 2025-02-19 20:29:11 +08:00
parent aa8801e567
commit 5362fa349a
2 changed files with 5 additions and 6 deletions

View File

@ -4,11 +4,10 @@
<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 type="text/javascript" src="https://gitee.com/hyg/blog/raw/aa8801e5677fc134a5590e02b658d97e418b3785/release/url.js"></script>
<script>
alert(helpstr);
alert("end");
alert(debug);
alert(str);
</script>
</head>

View File

@ -1,3 +1,3 @@
var debug = true;
var str = "test string from url.js";
var debug = false;
var str = "## js: [引用github等特定版本js文件的html模版]";