From 3ba2e0db2ee7adabdf3746db513493f12305e9e6 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 26 May 2026 15:52:29 +0800 Subject: [PATCH] feat: add shell_theme.css and shell_theme.js to header.tmpl --- dist/header.tmpl | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 dist/header.tmpl diff --git a/dist/header.tmpl b/dist/header.tmpl new file mode 100644 index 0000000..8f07f6c --- /dev/null +++ b/dist/header.tmpl @@ -0,0 +1,47 @@ + + + + + + + + + +{% for mycss in cssfiles() %} + +{% endfor %} + + + + + + + + + + + + + + + + +{% for myjs in jsfiles() %} + +{% endfor %} +