remove top about

This commit is contained in:
朱潮 2025-08-21 20:43:35 +08:00
parent 5c9be861d7
commit 1d05def016
2 changed files with 3 additions and 47 deletions

View File

@ -1,50 +1,6 @@
<template>
<div class="flex align-center">
<el-button round @click="toUrl('https://maxkb.cn/pricing.html')" class="pricing-button mr-8"
v-hasPermission="EditionConst.IS_CE"
>
<AppIcon iconName="app-pricing" class="mr-8"></AppIcon>
{{ $t('common.upgrade') }}
</el-button>
<el-tooltip
effect="dark"
:content="$t('layout.github')"
placement="top"
v-if="theme.themeInfo?.showProject"
>
<AppIcon
iconName="app-github"
class="cursor color-secondary mr-8 ml-8"
style="font-size: 20px"
@click="toUrl(theme.themeInfo?.projectUrl)"
></AppIcon>
</el-tooltip>
<el-tooltip
effect="dark"
:content="$t('layout.wiki')"
placement="top"
v-if="theme.themeInfo?.showUserManual"
>
<AppIcon
iconName="app-user-manual"
class="cursor color-secondary mr-8 ml-8"
style="font-size: 20px"
@click="toUrl(theme.themeInfo?.userManualUrl)"
></AppIcon>
</el-tooltip>
<el-tooltip
effect="dark"
:content="$t('layout.forum')"
placement="top"
v-if="theme.themeInfo?.showForum"
>
<AppIcon
iconName="app-help"
class="cursor color-secondary mr-8 ml-8"
style="font-size: 20px"
@click="toUrl(theme.themeInfo?.forumUrl)"
></AppIcon>
</el-tooltip>
<!-- Removed upgrade, GitHub, user manual, and forum help buttons -->
</div>
</template>
<script setup lang="ts">

View File

@ -12,7 +12,7 @@ export default {
expiredTime: '到期时间',
edition: {
label: '版本',
community: '社区版',
community: '',
professional: '专业版',
enterprise: '企业版',
},
@ -28,7 +28,7 @@ export default {
expired: '已过期',
expiringSoon: '即将到期'
},
copyright: '版权所有 © 2014-2025 杭州飞致云信息科技有限公司',
copyright: '版权所有 © 2014-2025 杭州灵感引擎科技有限公司',
userManualUrl: 'https://maxkb.cn/docs/v2/',
forumUrl: 'https://bbs.fit2cloud.com/c/mk/11'
}