Skip to content

Commit

Permalink
功能名调整
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 6, 2024
1 parent 42cc86f commit e30534c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/3_CONFIG_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ labels: Config Issue
- [ ] cache
- [ ] options
- [ ] script
- [ ] requestReplace
- [ ] responseReplace
- [ ] DNS设置和IP测速
- [ ] 系统代理
- [ ] 远程配置
- [ ] 应用:
- [ ] npm加速
- [ ] NPM加速
- [ ] Git代理
- [ ] pip加速
- [ ] 梯子
- [ ] PIP加速
- [ ] 增强功能

### Ⅱ. 请详细描述你的问题:

Expand Down
2 changes: 1 addition & 1 deletion packages/gui/src/view/pages/server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default {
启用拦截
</a-checkbox>
<div class="form-help">
关闭拦截,且关闭功能增强时,就不需要安装根证书,退化为安全模式
关闭拦截,且关闭增强功能时,就不需要安装根证书,退化为安全模式
</div>
</a-form-item>
<a-form-item label="启用脚本" :label-col="labelCol" :wrapper-col="wrapperCol">
Expand Down
4 changes: 2 additions & 2 deletions packages/gui/src/view/router/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function createMenus (app) {
const plugins = [
{ title: 'NPM加速', path: '/plugin/node', icon: 'like' },
{ title: 'Git.exe代理', path: '/plugin/git', icon: 'github' },
{ title: 'pip加速', path: '/plugin/pip', icon: 'bulb' },
{ title: 'PIP加速', path: '/plugin/pip', icon: 'bulb' },
]
const menus = [
{ title: '首页', path: '/index', icon: 'home' },
Expand All @@ -18,7 +18,7 @@ export default function createMenus (app) {
{ title: '帮助中心', path: '/help', icon: 'star' },
]
if (app.$global && app.$global.setting && app.$global.setting.overwall) {
plugins.push({ title: '功能增强', path: '/plugin/overwall', icon: 'global' })
plugins.push({ title: '增强功能', path: '/plugin/overwall', icon: 'global' })
}
return menus
}

0 comments on commit e30534c

Please sign in to comment.