HEL-270: 验收物料——非root加固、备份/巡检脚本、运维手册、修复 reminders 布局冒烟测试

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
总工
2026-08-30 22:03:58 +08:00
co-authored by multica-agent
parent e5e326514d
commit c1c41760f5
10 changed files with 236 additions and 62 deletions
+2 -5
View File
@@ -112,12 +112,9 @@ class RemindersPageLayoutSmokeTests(unittest.TestCase):
cls.httpd.server_close()
def _open_reminders(self, page, width: int) -> None:
html = (WEB / "admin.html").read_text(encoding="utf-8")
page.route("**/app.js**", lambda route: route.abort())
page.set_viewport_size({"width": width, "height": 900})
page.set_content(
html.replace('src="app.js?v=15"', 'src=""'),
base_url=self.base,
)
page.goto(f"{self.base}/admin.html")
page.evaluate(
"""() => {
document.querySelectorAll('.app-view').forEach((el) => {