dev (#160)
Some checks failed
continuous-integration/drone/push Build is failing

Co-authored-by: sora-ext
Co-authored-by: soraefir
Reviewed-on: #160
This commit is contained in:
2025-03-02 01:09:29 +01:00
parent 977751d517
commit aee79aac75
67 changed files with 6060 additions and 5661 deletions

6
src/template/view.pug Normal file
View File

@@ -0,0 +1,6 @@
doctype html
include module/head.pug
main#app(v-cloak)
div(v-if="journey.leg_get()")
include module/view/view_day.pug
include module/foot.pug