File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 99// @match https://connect.huaweicloud.com/*
1010// @match https://*.huaweicloud.com/*
1111// @match https://*.iconfont.cn/*
12+ // @match https://*.ziwierp.cn/*
1213// @run -at document-end
1314// @grant GM_xmlhttpRequest
1415// @grant GM_setClipboard
34803481 window . commandSelector = commandSelector ;
34813482 }
34823483 commandSelector . toggle ( ) ;
3484+ if ( commandSelector . visible ) {
3485+ commandSelector . updateCommandButtons ( ) ;
3486+ }
34833487 if ( btnEl ) {
34843488 btnEl . style . borderStyle = commandSelector . visible ? 'inset' : 'outset' ;
34853489 }
Original file line number Diff line number Diff line change 1+ function getFieldInfo ( name ) {
2+ const $label = $ ( `label:contains("${ name } ")` ) ;
3+ return $label . find ( 'sup' ) . attr ( 'data-tooltip-info' )
4+ }
5+
6+ getFieldInfo ( '类别代码' ) ;
You can’t perform that action at this time.
0 commit comments