项目

一般

简介

DelUiDlg » 历史记录 » 版本 4

tejie, 2025-05-15 11:00

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