mainwindows文件修正

This commit is contained in:
shuaikangzhou
2023-05-22 11:32:12 +08:00
parent 01f16c1168
commit 64c1cb7c49
21 changed files with 18716 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% import 'macro' as macro %}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{ chart.page_title }}</title>
</head>
<body>
{{ macro.gen_components_content(chart) }}
</body>
</html>