diff --git a/scripts/ckylin-bilibili-unfollow.user.js b/scripts/ckylin-bilibili-unfollow.user.js index db3fbf8..8e7906f 100644 --- a/scripts/ckylin-bilibili-unfollow.user.js +++ b/scripts/ckylin-bilibili-unfollow.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name [Bilibili] 关注管理器 // @namespace ckylin-bilibili-foman -// @version 0.2.22 +// @version 0.2.23 // @description 快速排序和筛选你的关注列表,一键取关不再关注的UP等 // @author CKylinMC // @updateURL https://cdn.jsdelivr.net/gh/CKylinMC/UserJS/scripts/ckylin-bilibili-unfollow.user.js @@ -87,10 +87,10 @@ } }; const cfg = { - debug: !false, + debug: false, retrial: 3, enableNewModules: false, - VERSION: "0.2.22", + VERSION: "0.2.23", infobarTemplate: () => `共读取 ${datas.fetched} 条关注`, titleTemplate: () => `

关注管理器 FoMan v${cfg.VERSION} ${cfg.debug ? "debug" : ""} ${datas.settings.enableExpermentals ? "!" : ""}

`, @@ -1118,7 +1118,7 @@ display: flex; flex-wrap: nowrap; flex-direction: column; - max-height: calc(80vh - 80px); + max-height: calc(80vh - 110px); } .CKFOMAN-data-inforow{ border-radius: 6px; @@ -1521,11 +1521,11 @@ title += " | 悄悄关注"; } if (data.special === 1) { - name.innerHTML = `` + name.innerHTML; + name.innerHTML = `❤️` + name.innerHTML; title += " | 特别关注"; } if (data.attribute === 6) { - name.innerHTML = `` + name.innerHTML; + name.innerHTML = `` + name.innerHTML; title += " | 互相关注"; } if (data.vip.vipType !== 0) {