DelRedPointDlg » 历史记录 » 版本 1
yangdefeng, 2022-05-13 22:07
1 | 1 | yangdefeng | _*%{color:green}delRedPointDlg%*_ |
---|---|---|---|
2 | 删除自定义对话框指定按钮上的红点。 |
||
3 | |||
4 | 标签:命令定义|delRedPointDlg |
||
5 | |||
6 | *格式* |
||
7 | |命令名 |参数1 | |
||
8 | |delRedPointDlg |按钮标识 | |
||
9 | |||
10 | *说明* |
||
11 | * 参数1: 按钮标识 |
||
12 | 格式 |
||
13 | 按钮文字@/跳转标签 |
||
14 | |||
15 | - |
||
16 | - |
||
17 | |||
18 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
19 | |||
20 | *使用前提1* |
||
21 | 请开启配置开关"isUseCustomOKPanel" |
||
22 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
23 | |配置节点|[[tjconfig|[tjconfig]]] | |
||
24 | |配置项 |isUseCustomOkPanel=1 | |
||
25 | |||
26 | |||
27 | *使用前提2* |
||
28 | 请配置补丁资源"lc",即找到以下配置项,加入 %{color:deeppink}lc% |
||
29 | |配置文件|...\Mir200\Tejieconfig\Tejieconfig.txt | |
||
30 | |配置节点|[tjconfig] | |
||
31 | |配置项 |patch=aa,bb,lc | |
||
32 | |||
33 | - |
||
34 | - |
||
35 | |||
36 | bq. <notextile>[@main]</notextile> |
||
37 | #say |
||
38 | <[[dlg_text_|text]]:这是可以产生红点的按钮{scolor=248}:0:20> |
||
39 | <[[dlg_imgButton_|imgButton]]:lc_anniuhui_2zi_xiao:80:100:按钮名称/@跳转目标> |
||
40 | \ \ \ \ \ \ \ \<notextile><加红点/@加红点></notextile>\ \ |
||
41 | <notextile><删红点/@删红点></notextile> |
||
42 | |
||
43 | <notextile>[@加红点]</notextile> |
||
44 | #act |
||
45 | [[redPointDlg]] <notextile>按钮名称/@跳转目标</notextile> 0 0 |
||
46 | |
||
47 | <notextile>[@删红点]</notextile> |
||
48 | #act |
||
49 | *{color:green}delRedPointDlg* <notextile>按钮名称/@跳转目标</notextile> |