feat: add generated scene skill platform hardening

This commit is contained in:
木炎
2026-04-21 23:19:06 +08:00
parent 118fc77935
commit 956f0c2b68
439 changed files with 61974 additions and 3645 deletions

View File

@@ -0,0 +1,18 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>台区线损月周累计线损率统计分析</title>
<meta name="sgclaw-scene-kind" content="report_collection">
<meta name="sgclaw-tool-kind" content="browser_script">
<meta name="sgclaw-target-url" content="http://20.76.57.61:18080/gsllys/tqLinelossStatis/tqQualifyRateMonitor">
<meta name="sgclaw-expected-domain" content="20.76.57.61">
<meta name="sgclaw-entry-script" content="js/collect.js">
</head>
<body>
<main data-report-root="tq-lineloss">
<h1>台区线损月周累计线损率统计分析</h1>
</main>
<script src="js/collect.js"></script>
</body>
</html>

View File

@@ -0,0 +1,14 @@
async function collectRows(args) {
return [{
org_label: args.org_label,
org_code: args.org_code,
period_mode: args.period_mode,
period_value: args.period_value,
line_loss_rate: '',
qualify_rate: ''
}];
}
if (typeof module !== 'undefined') {
module.exports = { collectRows };
}