项目

一般

简介

DelUiDlg » 历史记录 » 版本 3

tejie, 2024-12-25 14:32

1 2 tejie
h4. _*%{color:green}delUiDlg%*_
2 1 machenhe
3
根据约定的ID向对应UI添加自定义内容
4
5 2 tejie
标签:命令定义^delUiDlg
6 1 machenhe
7
*格式*
8
|命令名		|参数1	|参数2	|参数3		|
9
|delUiDlg	|内容id	|界面id	|平台		|
10
11
*说明*
12
* 参数1: 可以向指定系统界面添加多条内容,以此id区别
13
14
* 参数2: [[系统界面id设定]] 
15 3 tejie
界面主id与界面子id","分隔
16 1 machenhe
对于没有界面子id的ui,可缺省界面子id项
17
18
* 参数3: 平台设定
19
** 0 手机
20
** 1 PC
21
22
-
23
-
24
25 2 tejie
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
26 1 machenhe
27
bq. [<notextile>@</notextile>main]
28
<text:添加自定义UI:50:100/<notextile>@</notextile>添加自定义UI>
29
<text:删除自定义UI:50:200/<notextile>@</notextile>删除自定义UI>
30
&nbsp;
31
[<notextile>@</notextile>添加自定义UI]
32
&nbsp;
33
#act
34 2 tejie
[[mov]] s$name1 <text:充值更多优惠,上top166.com{fcolor=251}:0:0>
35
[[mov]] s$name2 <text:反馈更多问题,上top166.com{fcolor=251}:0:0>
36
[[mov]] s$name3 <text:玩游戏,上top166.com{fcolor=251}:0:0>
37 1 machenhe
%{color:lightGrey};充值%
38 2 tejie
[[addUiDlg]] 1 13 <$str(s$name1)> 580,-880 0
39 1 machenhe
%{color:lightGrey};BUG建议%
40 2 tejie
[[addUiDlg]] 1 7,6 <$str(s$name2)> 409,-605 0
41 1 machenhe
%{color:lightGrey};账号%
42 2 tejie
[[addUiDlg]] 1 7,5 <$str(s$name3)> 409,-489 0
43 1 machenhe
&nbsp;
44
%{color:lightGrey};充值%
45 2 tejie
[[addUiDlg]] 1 13 <$str(s$name1)> 580,-880 1
46 1 machenhe
%{color:lightGrey};BUG建议%
47 2 tejie
[[addUiDlg]] 1 7,6 <$str(s$name2)> 409,-605 1
48 1 machenhe
%{color:lightGrey};账号%
49 2 tejie
[[addUiDlg]] 1 7,5 <$str(s$name3)> 409,-489 1
50 1 machenhe
&nbsp;
51
[<notextile>@</notextile>删除自定义UI]
52
#act
53 2 tejie
*{color:green}delUiDlg* 1 13 0
54
*{color:green}delUiDlg* 1 7,5 0
55
*{color:green}delUiDlg* 1 7,6 0
56 1 machenhe
&nbsp;
57 2 tejie
*{color:green}delUiDlg* 1 13 1
58
*{color:green}delUiDlg* 1 7,5 1
59
*{color:green}delUiDlg* 1 7,6 1