Skip to content

Commit

Permalink
[*] 规范文本表述
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 13, 2024
1 parent 4832cec commit ad6b1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/MainSideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
CompassSharp
} from '@vicons/ionicons5'
import { AttachMoneyFilled } from '@vicons/material'
import { MdPaperPlane } from '@vicons/ionicons4'
// 手机状态下收缩菜单栏
const collapsed = ref(true)
Expand Down
4 changes: 2 additions & 2 deletions src/components/UserInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<n-space>
<n-h5 style="margin: 3px"> 其他操作:</n-h5>
<n-button type="error" :loading="resetFrpTokenLoading" @click="resetFrpToken">
重置 FrpToken
重置访问密钥
</n-button>
<n-button type="error" :loading="exitAllDevicesLoading" @click="exitAllDevices">
吊销全部登录设备
Expand Down Expand Up @@ -336,7 +336,7 @@ async function resetFrpToken() {
dialog.warning({
title: '警告',
content: '你确定要重置 FrpToken 吗? 重置后, 所有 Frp 隧道需更新原本信息, 否则将无法启动',
content: '你确定要重置访问密钥吗? 该操作不可逆',
positiveText: '确定',
negativeText: '取消',
maskClosable: false,
Expand Down

0 comments on commit ad6b1a4

Please sign in to comment.