chore: 重写初始提交(清空历史,整理后全量提交)

This commit is contained in:
ywxapp
2026-08-16 16:54:14 +08:00
commit 6c1a106bc1
1808 changed files with 238144 additions and 0 deletions
@@ -0,0 +1,18 @@
{extend name="layout"}
{block name="title"}文档未找到 - {$docsTitle}{/block}
{block name="body"}
<section class="dc-notfound">
<div class="dc-notfound-code">404</div>
<h1>{$message}</h1>
<p>该地址可能已变更或对应内容已下线</p>
<div class="dc-notfound-ops">
<a class="dc-btn dc-btn-primary" href="/docs">返回文档中心</a>
<a class="dc-btn" href="/">返回官网首页</a>
</div>
</section>
<footer class="dc-footer">
<p>© {$currentYear} {$docsTitle} · Powered by YwxApp</p>
</footer>
{/block}