Skip to content

Commit

Permalink
优化畅玩卡功能逻辑,在功能-其他手动开启
Browse files Browse the repository at this point in the history
  • Loading branch information
LauZzL committed Sep 21, 2024
1 parent 1d223cb commit 4c5277f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/store/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const useSettingStore = defineStore('setting', () => {
hdsybj: false,
fhbjzs: false,
wudi: false,
changwanka: true,
},
shuzhi: {
engineDamage: 100000,
Expand Down
3 changes: 3 additions & 0 deletions src/views/framework/functions/other/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<el-alert style="margin-bottom: 5px;" type="warning" show-icon
:closable="false">防检测开启后需要到闯关模式进入关卡后看到日志提示防检测开启成功才有效,若未看到开启成功就进行游戏可能导致数据结算异常。</el-alert>
<el-form :inline="true" :model="payload" class="demo-form-inline">
<el-form-item>
<el-checkbox v-model="settingStore.setting.other.changwanka" @change="modify('changwanka', settingStore.setting.other.changwanka)">畅玩卡(月卡)</el-checkbox>
</el-form-item>
<el-form-item>
<el-checkbox v-model="settingStore.setting.other.anti_01" @change="modify('anti_01', settingStore.setting.other.anti_01)">防检测</el-checkbox>
</el-form-item>
Expand Down

0 comments on commit 4c5277f

Please sign in to comment.