feat: 后台全中文(Filament zh_CN 语言包+资源中文label)+ 插件独立导航分组 + 插件/主题管理卡片化 + 主题预览图(无头浏览器生成)+ 两套主题移动端适配

This commit is contained in:
ak
2026-08-11 21:18:18 +08:00
parent d0ae0f60ad
commit 6c7562115f
332 changed files with 5455 additions and 39 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

+17
View File
@@ -141,3 +141,20 @@ a:hover { opacity: 0.8; }
.plans-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.plan-card .plan-price { font-size: 26px; font-weight: 800; color: var(--accent); }
.paid-teaser { background: rgba(248,81,73,.08); border: 1px dashed var(--accent); border-radius: 8px; padding: 12px 16px; color: var(--muted); font-size: 14px; margin: 12px 0; }
/* ============ 移动端适配 ============ */
@media (max-width: 768px) {
.m-header .m-container { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px 20px; }
.m-nav { flex-wrap: wrap; gap: 12px; width: 100%; }
.m-search { flex: 1; min-width: 100%; }
.m-search input { width: 100%; }
.main-layout { flex-direction: column; padding: 24px 16px; }
.main-layout .content { max-width: 100%; }
.main-layout .sidebar { width: 100%; }
.post-card, .post-full, .comments-section { padding: 20px; }
.post-cover { margin: -20px -20px 16px; }
.post-full .post-title { font-size: 24px; }
.auth-box { padding: 24px 20px; }
.pagination-links { gap: 6px; }
.pagination-links a, .pagination-links .current, .pagination-links .disabled { padding: 5px 10px; }
}
+2 -2
View File
@@ -3,5 +3,5 @@
"version": "1.0.0",
"description": "极简现代风格,支持深色模式",
"author": "LaraLog",
"screenshot": null
}
"screenshot": "screenshot.png"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

+20
View File
@@ -114,3 +114,23 @@ a:hover { color: #f60; text-decoration: underline; }
.inline-form { display: inline; }
.link-btn { background: none; border: none; color: #1c62b0; cursor: pointer; font-size: 13px; padding: 0; font-weight: bold; }
/* ============ 移动端适配 ============ */
@media (max-width: 768px) {
#outmain { width: 100%; }
#header { padding: 14px 10px; }
.logo a { font-size: 24px; }
#nav ul { flex-wrap: wrap; }
#nav a { padding: 8px 12px; font-size: 13px; }
#page { flex-direction: column; }
#content { width: 100%; }
.sidebar { width: 100%; }
.main-layout { flex-direction: column; }
.main-layout .content { width: 100%; }
.main-layout .sidebar { width: 100%; }
.sidebar .searchbox input[type=search] { width: 70%; }
.post-card, .post-full, .comments-section { padding: 14px 16px; }
.post-cover { margin: -14px -16px 12px; }
.post-full .post-title { font-size: 22px; }
.archive-posts { margin-left: 10px; }
}
+2 -2
View File
@@ -3,5 +3,5 @@
"version": "1.0.0",
"description": "移植自 SaBlog-X 经典两栏风格",
"author": "LaraLog",
"screenshot": null
}
"screenshot": "screenshot.png"
}