Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YouMind-OpenLab/awesome-gpt-image-2
/ CMSResponse
Interface
CMSResponse
scripts/utils/cms-client.ts:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
interface
CMSResponse {
136
docs: Prompt[];
137
totalDocs: number;
138
}
139
140
/**
141
* 处理 prompt 数据,提取图片
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected