Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleBoxOrg/TeleBox_Plugins
/ isHttpUrl
Function
isHttpUrl
subinfo/subinfo.ts:80–80 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
78
function
markdownEscape(text: string): string {
79
return
text.replace(/([*`>#+\-.!_[\](){}])/g,
'\\$1'
);
80
}
81
82
// 流量字节单位转换
83
function
formatSize(size: number): string {
Callers
2
handleSubinfo
Method · 0.70
handleCha
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected