Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XIU2/UserScript
/ menu_num
Function
menu_num
DarkMode.user.js:123–125 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
121
122
// 菜单数字图标
123
function
menu_num(num) {
124
return
[
'0️⃣'
,
'1️⃣'
,
'2️⃣'
,
'3️⃣'
,
'4️⃣'
,
'5️⃣'
,
'6️⃣'
,
'7️⃣'
,
'8️⃣'
,
'9️⃣'
,
'🔟'
][num]
125
}
126
127
128
// 晚上自动切换模式
Callers
1
registerMenuCommand
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected