v1.3.0 热度排行+搜索+详情+水印下载:速度项按钮改+对比(去购物车图标);排行默认按热度显示前10(后台可配)+顶部模型搜索框(点击显示热门5个:配置简介+模型,支持手动搜索,速度项热度/个数/简介后台可改);每行详情链接到具体详情页;图表带水印(默认首页网址,后台可配)+生成图片下载按钮(首页/对比页)

This commit is contained in:
2026-09-02 17:51:56 +08:00
parent 79f59be6d6
commit b0dd109a13
8 changed files with 615 additions and 39 deletions
+13
View File
@@ -253,3 +253,16 @@ textarea.items-editor { min-height: 160px; font-family: ui-monospace, monospace;
white-space: nowrap; max-width: 260px;
}
#cart-bar .cart-items b { color: var(--text); font-weight: 600; }
/* 搜索下拉 */
.search-drop {
position: absolute; top: 100%; left: 0; margin-top: 4px; width: 100%; max-width: 480px;
background: var(--panel2); border: 1px solid var(--accent); border-radius: 10px;
z-index: 30; box-shadow: 0 10px 30px rgba(0,0,0,.45); overflow: hidden;
}
.search-drop[hidden] { display: none; }
.search-item { padding: 9px 14px; cursor: pointer; border-bottom: 1px solid var(--border); }
.search-item:last-child { border-bottom: none; }
.search-item:hover { background: rgba(91,148,255,.12); }
.search-item .si-main { font-weight: 700; color: var(--text-strong); }
.search-item .si-sub { color: var(--muted); font-size: 12px; margin-top: 2px; }