更新文档
This commit is contained in:
+37
-2
@@ -267,8 +267,24 @@
|
|||||||
<td width="150">initMenus</td>
|
<td width="150">initMenus</td>
|
||||||
<td width="350">初始化导航</td>
|
<td width="350">初始化导航</td>
|
||||||
<td width="150">Function([Object])</td>
|
<td width="150">Function([Object])</td>
|
||||||
<td width="100">-</td>
|
<td width="100">[ {
|
||||||
<td></td>
|
name: "lastMessages"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "contacts"
|
||||||
|
}]</td>
|
||||||
|
<td> {
|
||||||
|
name: "custom2",
|
||||||
|
title: "自定义按钮2",
|
||||||
|
unread: 0,
|
||||||
|
click: () => {
|
||||||
|
alert("拦截导航点击事件");
|
||||||
|
},
|
||||||
|
render: menu => {
|
||||||
|
return '...';
|
||||||
|
},
|
||||||
|
isBottom: true
|
||||||
|
}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>initContacts</td>
|
<td>initContacts</td>
|
||||||
@@ -276,8 +292,27 @@
|
|||||||
<td>Function([Contact])</td>
|
<td>Function([Contact])</td>
|
||||||
<td>-</td>
|
<td>-</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>initEditorTools</td>
|
||||||
|
<td>初始化工具栏</td>
|
||||||
|
<td>Function([Object])</td>
|
||||||
|
<td>[{name:'emoji'},{name:'uploadFile'},{name:'uploadImage'}]</td>
|
||||||
|
<td>[{
|
||||||
|
name:"test2",
|
||||||
|
isRight:true,
|
||||||
|
title:'上传 Excel',
|
||||||
|
click:()=>{
|
||||||
|
alert('点击')
|
||||||
|
},
|
||||||
|
render:()=>{
|
||||||
|
return '...'
|
||||||
|
}
|
||||||
|
}]</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>initEmoji</td>
|
<td>initEmoji</td>
|
||||||
<td>初始化表情数据</td>
|
<td>初始化表情数据</td>
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>Lemon IMUI</title><link href=css/index.cad2726a.css rel=preload as=style><link href=js/chunk-vendors.e4810482.js rel=preload as=script><link href=js/index.6893d2db.js rel=preload as=script><link href=css/index.cad2726a.css rel=stylesheet></head><body><noscript><strong>We're sorry but flat-im doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.e4810482.js></script><script src=js/index.6893d2db.js></script></body></html>
|
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>Lemon IMUI</title><link href=css/index.cad2726a.css rel=preload as=style><link href=js/chunk-vendors.e4810482.js rel=preload as=script><link href=js/index.bb1c9bfc.js rel=preload as=script><link href=css/index.cad2726a.css rel=stylesheet></head><body><noscript><strong>We're sorry but flat-im doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.e4810482.js></script><script src=js/index.bb1c9bfc.js></script></body></html>
|
||||||
Vendored
-1
File diff suppressed because one or more lines are too long
Vendored
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user