MCPcopy Create free account
hub / github.com/027xiguapi/code-box / getOriginalLink

Function getOriginalLink

component/ui/weixinPanel.tsx:123–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 function getOriginalLink() {
124 const biz = ""
125 const mid = ""
126 const sn = ""
127 prompt("原始链接:", "https://mp.weixin.qq.com/s?__biz=" + biz + "&idx=1&mid=" + mid + "&sn=" + sn)
128 }
129
130 return (
131 <div id="ws_cmbm" className="ws_cmbmc" style={styles.box}>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected