diff --git a/README.md b/README.md index 1db5c8d..3885b12 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,13 @@ 对象有以下属性: -| 属性键名称 | 属性值类型 | 属性值描述 | -|----------|--------|---------------------------------| -| `title` | String | 站点完整名称。 | -| `abbr` | String | 可选。简称,若不填写此属性,将与 `title` 值保持一致。 | -| `search` | String | 搜索后跳转的地址 URL,使用 `` 表示关键词。 | -| `note` | String | 可选。备注。 | -| `url` | String | 可选。站点主页地址 URL。 | +| 属性键名称 | 属性值类型 | 属性值描述 | +|----------|--------|---------------------------------------| +| `title` | String | 站点完整名称。 | +| `abbr` | String | 可选。简称,若不填写此属性,将与 `title` 值保持一致。 | +| `search` | String | 搜索后跳转的地址 URL,使用 `` 表示关键词,留空则由前端处理。 | +| `note` | String | 可选。备注。 | +| `url` | String | 可选。站点主页地址 URL。 | 示例如下: diff --git a/assets/main.css b/assets/main.css index 776fb8a..55ef429 100644 --- a/assets/main.css +++ b/assets/main.css @@ -281,9 +281,15 @@ mdui-select { mdui-menu-item { padding: 4px 12px; cursor: pointer; + transition: none; -webkit-tap-highlight-color: transparent; } +mdui-menu-item.version-item { + padding: 0 15px; + font-size: 13px; +} + mdui-menu-item[hidden] { display: none; } @@ -353,10 +359,18 @@ div[id]>*:first-child { margin-top: 20px; } +.inline { + display: inline !important; +} + .inline-block { display: inline-block !important; } +.gravity-block>* { + display: block; +} + .background { background-image: url('image/background.jpg'); position: fixed; @@ -434,6 +448,10 @@ max-width: calc(min(100vw, 800px) - 4rem); display: none !important; } +.acquire-versions { + transition: all 0.1s; +} + .resource-container>div+div, .device-container+.resource-container { margin-top: 1rem; diff --git a/data/searchable.js b/data/searchable.js index bf0b33e..abaffee 100644 --- a/data/searchable.js +++ b/data/searchable.js @@ -22,7 +22,7 @@ const searchable = [ }, { title: "Modrinth", - search: "https://modrinth.com/mods?q=", + search: "", url: "https://modrinth.com" }, { diff --git a/index.html b/index.html index 79825f6..a552263 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -101,7 +101,9 @@

+ al-aplto="title: gotoLauncherWebsite.note;"> + +
@@ -124,11 +126,32 @@

placement="bottom" variant="outlined" required>
+
+ +