feat(doctor): add system diagnostics feature

This commit is contained in:
Will Miao
2026-04-11 16:02:13 +08:00
parent 25fa175aa2
commit 1817142a7b
28 changed files with 2231 additions and 6 deletions

View File

@@ -62,7 +62,7 @@
</head>
{% set page_id = self.page_id() %}
<body data-page="{{ page_id }}">
<body data-page="{{ page_id }}" data-app-version="{{ version }}">
<!-- Header is always visible, even during initialization -->
{% include 'components/header.html' %}