【m】界面分为3个页面

This commit is contained in:
zhangzheng
2026-03-04 18:40:19 +08:00
parent 93b56da25e
commit 6d0dc478e4
9 changed files with 430 additions and 6 deletions

View File

@@ -6,3 +6,11 @@ popd
pause
node ./build/index.js -s -p 8080 -m private -k ./server.key -c ./server.cert -l dev
// 通话测试代码
const caller = {
name: "Sarah Chen",
avatar: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop"
};
window.showCallRequest(caller);