()
| 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}> |
nothing calls this directly
no outgoing calls
no test coverage detected