MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / sendMsg

Function sendMsg

src/pages/Workspace/index.jsx:52–56  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

50 const id = window.location.hash.split('?')[1].split('=')[1] // 根据url截取的id
51
52 function sendMsg(command) {
53 effectFrame({
54 command
55 });
56 }
57 function confirmModal(title, onOk) {
58 // 确定框
59 confirm({

Callers 2

WorkspaceFunction · 0.70
cannelSelectFunction · 0.70

Calls 1

effectFrameFunction · 0.85

Tested by

no test coverage detected