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
+13
View File
@@ -0,0 +1,13 @@
/* MyBlog 皮肤(Discuz 式局部覆盖演示)
激活方式:config/template.php 的 active_map 设 'blog' => 'myblog'
静态资源发布到:public/static/templates/myblog/theme.css */
.myblog-skin { --theme: #e0533d; }
.myblog-skin .fb-nav {
background: linear-gradient(90deg, #e0533d, #f0835a);
box-shadow: 0 2px 10px rgba(224, 83, 61, .25);
}
.myblog-skin .fb-nav .logo,
.myblog-skin .fb-nav .menu a { color: #fff; }
.myblog-skin .fb-nav .menu a.active { border-bottom: 2px solid #fff; }
.myblog-skin .fb-main a { color: var(--theme); }
.myblog-skin .fb-footer { color: #e0533d; }