generated-scene: add scheduled monitoring runtime and helper lifecycle hardening

This commit is contained in:
木炎
2026-05-06 09:47:12 +08:00
parent 6cdd71b682
commit 8162118e6d
183 changed files with 103674 additions and 130 deletions

View File

@@ -2,10 +2,20 @@
<html>
<head>
<meta charset="UTF-8" />
<title>测试外部脚本提取</title>
<title>External Script Bootstrap Fixture</title>
<script src="http://25.215.213.128:18080/a_js/YPTAPI.js"></script>
</head>
<body>
<div id="app">测试页面</div>
<div id="app">Fixture</div>
<script>
const sourceUrl = "http://yx.gs.sgcc.com.cn";
function queryData() {
return $.ajax({
url: "http://yx.gs.sgcc.com.cn/report/query",
type: "POST",
contentType: "application/json"
});
}
</script>
</body>
</html>