Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XIU2/UserScript
/ menu_num
Function
menu_num
Zhihu-Beautification.user.js:95–97 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
93
94
// 菜单数字图标
95
function
menu_num(num) {
96
return
[
'0️⃣'
,
'1️⃣'
,
'2️⃣'
,
'3️⃣'
,
'4️⃣'
,
'5️⃣'
,
'6️⃣'
,
'7️⃣'
,
'8️⃣'
,
'9️⃣'
,
'🔟'
][num]
97
}
98
99
// 菜单开关
100
function
menu_switch(menu_status, Name, Tips) {
Callers
1
registerMenuCommand
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected