File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name [Bilibili] 关注管理器
33// @namespace ckylin-bilibili-foman
4- // @version 0.2.22
4+ // @version 0.2.23
55// @description 快速排序和筛选你的关注列表,一键取关不再关注的UP等
66// @author CKylinMC
77// @updateURL https://cdn.jsdelivr.net/gh/CKylinMC/UserJS/scripts/ckylin-bilibili-unfollow.user.js
8787 }
8888 } ;
8989 const cfg = {
90- debug : ! false ,
90+ debug : false ,
9191 retrial : 3 ,
9292 enableNewModules : false ,
93- VERSION : "0.2.22 " ,
93+ VERSION : "0.2.23 " ,
9494 infobarTemplate : ( ) => `共读取 ${ datas . fetched } 条关注` ,
9595 titleTemplate : ( ) => `<h1>关注管理器 FoMan <small>v${ cfg . VERSION } ${ cfg . debug ? "debug" : "" } </small> ${ datas . settings . enableExpermentals ? "!" : "" } </h1>` ,
9696
11181118 display: flex;
11191119 flex-wrap: nowrap;
11201120 flex-direction: column;
1121- max-height: calc(80vh - 80px );
1121+ max-height: calc(80vh - 110px );
11221122 }
11231123 .CKFOMAN-data-inforow{
11241124 border-radius: 6px;
15211521 title += " | 悄悄关注" ;
15221522 }
15231523 if ( data . special === 1 ) {
1524- name . innerHTML = `<i class="mdi mdi-18px mdi-heart" style="vertical-align: middle;color:orangered!important" title="特别关注"></i >` + name . innerHTML ;
1524+ name . innerHTML = `<span style="vertical-align: middle;color:orangered!important" title="特别关注">❤️</span >` + name . innerHTML ;
15251525 title += " | 特别关注" ;
15261526 }
15271527 if ( data . attribute === 6 ) {
1528- name . innerHTML = `<i class="mdi mdi-18px mdi-swap-horizontal" style="vertical-align: middle;color:orangered!important" title="互相关注"></i >` + name . innerHTML ;
1528+ name . innerHTML = `<span style="vertical-align: middle;color:orangered!important" title="互相关注">⇆</span >` + name . innerHTML ;
15291529 title += " | 互相关注" ;
15301530 }
15311531 if ( data . vip . vipType !== 0 ) {
You can’t perform that action at this time.
0 commit comments