TL Windows
This commit is contained in:
parent
e4aa34a31a
commit
62d0ef9c1f
4 changed files with 10 additions and 10 deletions
|
|
@ -5985,7 +5985,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[169]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[169]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6013,7 +6013,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[170]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[170]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -6041,7 +6041,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[171]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[171]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3446,7 +3446,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 Undercover_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3474,7 +3474,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[169]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[169]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3502,7 +3502,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[170]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[170]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -3530,7 +3530,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[171]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[171]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8428,7 +8428,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[169]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[169]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -9895,7 +9895,7 @@
|
|||
"code": 356,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"DW_目標設定 \\i[169]潜入調査-第「\\V[7]」段階"
|
||||
"DW_目標設定 \\i[169]Infiltration_Investigation_-Stage_\\V[7]"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -534,7 +534,7 @@
|
|||
this._textList = [];
|
||||
}
|
||||
textList.forEach(function (text, index) {
|
||||
text = this.convertEscapeCharacters(text);
|
||||
text = this.convertEscapeCharacters(text.replace(/_/g, ' '));
|
||||
if (this._textList[index] === text && this._iconIndex === iconIndex) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue