文件
admin 261c0116ba
Theme CD / Package Theme (release) Failing after 13m8s
Theme CD / Release (release) Failing after 14m59s
refactor(alpine): restructure components and remove unused utilities for better modularity and maintainability
2026-06-14 08:31:42 +08:00

27 行
880 B
HTML

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
<th:block xmlns:th="https://www.thymeleaf.org">
<div class="devcm-terminal-window" th:fragment="terminal-window (content)">
<div class="devcm-window-titlebar">
<span class="devcm-window-dot"></span>
<span class="devcm-window-dot"></span>
<span class="devcm-window-dot"></span>
</div>
<th:block th:replace="${content}" />
</div>
<div class="devcm-editor-window" th:fragment="editor-window (tabTitle, content)">
<div class="devcm-editor-tabs">
<div class="devcm-editor-tab devcm-editor-tab--active">
<span th:text="${tabTitle}">_posts.md</span>
<a
class="devcm-editor-tab__close"
href="/"
th:aria-label="#{devcm.action.closeTab}"
th:title="#{devcm.action.closeTab}"
>×</a
>
</div>
</div>
<th:block th:replace="${content}" />
</div>
</th:block>