Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fish2018/pansou
/ Link
Interface
Link
typescript/src/utils/http-client.ts:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
* 网盘链接
22
*/
23
export
interface
Link {
24
type
: string;
25
url: string;
26
password: string;
27
}
28
29
/**
30
* 搜索结果项
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected