Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ddbfd3c8
authored
Oct 25, 2025
by
kaisa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:更新cid
parent
2eac70db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
js/webAppComm.js
js/webAppComm.js
View file @
ddbfd3c8
...
...
@@ -45,6 +45,8 @@
// 48: 弹出用户行为规范弹窗
// 49: base64格式图片保存到相册
// 50: 网页在直播间唤起输入框并且粘贴文本到输入框
// 51:通知安卓客户端活动窗口宽高
// 52:通知ios客户端返回home键高度
function
webAppComm
()
{
this
.
data
=
null
;
...
...
@@ -791,7 +793,6 @@ webAppComm.prototype.setHomeHeight = function () {
webAppCollaboration
(
obj2
);
}
//接收客戶端的消息
webAppComm
.
prototype
.
reMsgFromApp
=
function
(
callback
)
{
callback
&&
callback
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment