You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.4 KiB
40 lines
1.4 KiB
include @/helper/flush.pug
|
|
include @/helper/helper.pug
|
|
|
|
title 首页
|
|
block var
|
|
-title="首页" // 网页标题
|
|
|
|
block page
|
|
div
|
|
style
|
|
:public style/views/index.css
|
|
.content!= md
|
|
//- if isLogin
|
|
//- button(hx-target="#single-page" hx-get="/about?htmx" hx-push-url="/about" hx-trigger="click" hx-swap="innerHTML") Click Me!
|
|
|
|
.tree#tree
|
|
details(open="true" style="direction: ltr;")
|
|
summary
|
|
span.tree-item sad
|
|
a.op(href="") 新建
|
|
details(open="true")
|
|
summary
|
|
span.tree-item sad
|
|
a.op(href="") 新建
|
|
details
|
|
summary
|
|
span.tree-item.tree-md-file
|
|
div(style="flex: 1;width: 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;") asda
|
|
a.op(href="") 新建
|
|
details
|
|
summary
|
|
span.tree-item.tree-md-file
|
|
div(style="flex: 1;width: 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;") asda
|
|
a.op(href="") 新建
|
|
details
|
|
summary
|
|
span.tree-item.tree-md-file.active
|
|
div(style="flex: 1;width: 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;") asda
|
|
a.op(href="") 新建
|
|
|
|
|