pc-master #275

Merged
xiaomeng merged 6 commits from pc-master into portal 2025-08-27 07:03:50 +00:00
5 changed files with 9 additions and 7 deletions
Showing only changes of commit 22eb361d2b - Show all commits

View File

@ -1346,7 +1346,7 @@ module.exports = {
},
"fanStartCondition": {
"prefix": "Start fan ",
"middle": " when temp > (",
"middle": " when temp > (",
"suffix": " + hysteresis)"
}
},

View File

@ -1238,7 +1238,7 @@ module.exports = {
},
"tempLimit": {
"condition": "室内温度低于",
"action": ",禁止开窗除湿"
"action": ",禁止开窗除湿"
},
"rainDetectionTime": "下雨检测时间"
},
@ -1362,7 +1362,7 @@ module.exports = {
},
"fanStartCondition": {
"prefix": "温度大于(",
"middle": "+控温精度滞回带)时,启动",
"middle": "+控温精度滞回带)时,启动",
"suffix": "风机。"
}
},

View File

@ -58,7 +58,7 @@
<span>{{$t('facadeInsulation.whenLightGreaterThan')}}</span>
<input @blur="blurChange10(startList[indexs - 1] + 6, $event)" v-model="inputData[startList[indexs - 1] + 6]"
@input="changeCount10(startList[indexs - 1] + 6, $event)" type="text" placeholder="0">
<span>klu </span>
<span>Klux </span>
<span>{{$t('facadeInsulation.advance')}}</span>
<input @blur="blurChange(startList[indexs-1]+7, $event)" v-model="inputData[startList[indexs-1]+7]" @input="change(startList[indexs-1]+7, $event)"
type="text" placeholder="0">

View File

@ -34,7 +34,7 @@
<div>{{$t('sunroofControl.tempControlPrecision')}}</div>
<input @blur="blurChange10(startList[indexs-1]+3, $event)" v-model="inputData[startList[indexs-1]+3]" @input="changeCount10(startList[indexs-1]+3, $event)"
type="text" placeholder="0">
<span>{{$t('text.degrees')}}</span>
<span></span>
</div>
<div class="input-main input-main-w120">
<div>{{$t('sunroofControl.calculationCycle')}}</div>
@ -163,6 +163,7 @@
<span>{{$t('sunroofControl.tempDehumidification.condition')}}</span>
<input @blur="blurChange10(startList[indexs-1]+15, $event)" v-model="inputData[startList[indexs-1]+15]" @input="changeCount10(startList[indexs-1]+15, $event)"
type="text" placeholder="0">
<span></span>
<span>{{$t('sunroofControl.tempDehumidification.actionOpen')}}</span>
<input @blur="blurChange(startList[indexs-1]+10, $event)" v-model="inputData[startList[indexs-1]+10]" @input="change(startList[indexs-1]+10, $event)"
type="text" placeholder="0">

View File

@ -113,7 +113,7 @@
<span>{{$t('wetFan.conditions.outdoorTempLimit.prefix')}}</span>
<input @blur="blurChangeCount(21958, $event)" v-model="inputData[21958]" @input="changeCountData(21958, $event)"
type="text" placeholder="0">
<span>{{$t('wetFan.conditions.outdoorTempLimit.suffix')}}</span>
<span>{{$t('wetFan.conditions.outdoorTempLimit.suffix')}}</span>
</div>
</div>
@ -127,7 +127,7 @@
<span>{{$t('wetFan.conditions.tempExceed.prefix')}}</span>
<input @blur="blurChange10(21960, $event)" v-model="inputData[21960]" @input="changeCount10(21960, $event)"
type="text" placeholder="0">
<span>{{$t('wetFan.conditions.tempExceed.suffix')}}</span>
<span>{{$t('wetFan.conditions.tempExceed.suffix')}}</span>
</div>
</div>
<div class="flex-view border-none shrink-none padding-none">
@ -159,6 +159,7 @@
<span>{{$t('wetFan.mode2')}}{{$t('wetFan.conditions.tempPrecision')}}</span>
<input @blur="blurChange10(21964, $event)" v-model="inputData[21964]" @input="changeCount10(21964, $event)"
type="text" placeholder="0">
<span></span>
</div>
</div>