Skip to content

Commit

Permalink
v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danbai225 committed Jun 26, 2024
1 parent e7c45cc commit 64e8c5a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,9 @@
<n-button :disabled="btnDisabled" @click="!state?start():stop()" style="margin-left: 110px">
{{ btnText }}
</n-button>
<!-- <n-button @click="getList()">-->
<!-- list-->
<!-- </n-button>-->
<!-- <n-button @click="getStatus()">-->
<!-- Status-->
<!-- </n-button>-->
</n-space>
<n-gradient-text type="success" style="margin-left: 130px;margin-top: 35px">
v1.2.4
v1.2.6
</n-gradient-text>
</n-space>
<div>
Expand Down Expand Up @@ -175,7 +169,6 @@ const stop = () => {
btnText.value = '开始加速'
})
}
// Z3BwOi8vdmxlc3NAMTIzLjU4LjIxMi4xOTU6MzQ1NTYvYmFkYjE3ZWYtZWIyMi00ZTAzLTliMTctZWZlYjIyNGUwM2U3
const getList = () => {
showModal.value = true
gameHttpOpt.value = Array<SelectOption | SelectGroupOption>()
Expand Down

0 comments on commit 64e8c5a

Please sign in to comment.