MCPcopy
hub / github.com/msgbyte/tianji / TianjiPayload

Interface TianjiPayload

example/web/src/app/page.tsx:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13// 定义 tianji tracker 的类型
14interface TianjiPayload {
15 website: string;
16 hostname: string;
17 screen: string;
18 language: string;
19 title: string;
20 url: string;
21 referrer: string;
22}
23
24interface TianjiTracker {
25 track: (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected