Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CatMuse/HiNote
/ ContentProvider
Interface
ContentProvider
src/components/AIButton.ts:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
* 内容提供者接口,用于获取 AI 分析所需的文本和评论
8
*/
9
export
interface
ContentProvider {
10
getText: () => string;
11
getComments: () => string;
12
}
13
14
/**
15
* AI 按钮选项接口
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected