Browse Source

refactor: 删除增强功能入口与说明

反正效果也不是很好,与其天天怕查水表,不如直接删了
pull/192/head
xiaojunnuo 3 years ago
parent
commit
46317ade6d
  1. 11
      README.md
  2. 4
      packages/core/index.js
  3. 4
      packages/gui/src/view/pages/index.vue

11
README.md

@ -5,8 +5,6 @@
<a href='https://gitee.com/docmirror/dev-sidecar'><img src='https://gitee.com/docmirror/dev-sidecar/badge/star.svg?theme=dark' alt='star'/></a>
<a href='https://github.com/docmirror/dev-sidecar'><img alt="GitHub stars" src="https://img.shields.io/github/stars/docmirror/dev-sidecar?logo=github"></a>
## 一、 特性
### 1、 dns优选(解决***污染问题)
@ -45,9 +43,6 @@
* 官方与淘宝npm registry一键切换,
* 某些npm install的时候,并且使用cnpm也无法安装时,可以尝试开启npm代理再试
### 6、 增强功能
* 众所周知的原因,不能说太多,默认关闭,感兴趣的可以私下交流
* 反正开了这个之后,上面那些dns优选什么的特性好像都不香了
***安全警告***:
* 请勿使用来源不明的服务地址,有隐私和账号泄露风险
@ -119,12 +114,6 @@
* 需要安装证书
* 功能上包含特性1/2/3/4。
### 增强模式
* 此模式:开启拦截、开启增强、开启dns优选、关闭测速
* 需要安装证书
* 功能上包含特性1/2/3/4/5
* 由于敏感原因,默认关闭,感兴趣的可以私下交流
## 四、 最佳实践
* 把dev-sidecar一直开着就行了

4
packages/core/index.js

@ -1,8 +1,6 @@
module.exports = require('./src')
// TODO Do you want enhancements ? resolve me first !
// TODO 这是个彩蛋 ↓ ↓ ↓ ↓ ↓ ↓
/**
\u0061\u0048\u0052\u0030\u0063\u0044\u006f\u0076\u004c\u0032\u0052\u006c\u0064\u0069\u0031\u007a\u0061\u0057\u0052\u006c\u0059\u0032\u0046\u0079\u004c\u006d\u0052\u0076\u0059\u0032\u0031\u0070\u0063\u006e\u004a\u0076\u0063\u0069\u0035\u006a\u0062\u0069\u0039\u0035\u0062\u0033\u0056\u006d\u0061\u0057\u0035\u006b\u0061\u0058\u0051\u0076\u0061\u0057\u0035\u006b\u005a\u0058\u0067\u0075\u0061\u0048\u0052\u0074\u0062\u0041\u003d\u003d
**/
// 解不开吗?帮我这个项目点个star就给你一点提示哟
// https://github.com/fast-crud/fast-crud#dev-sidecar

4
packages/gui/src/view/pages/index.vue

@ -30,7 +30,7 @@
默认模式
</a-radio-button>
</a-tooltip>
<a-tooltip placement="topLeft" title="关闭测速,启用增强,启用拦截(敏感原因,默认禁用,感兴趣的话可以私下交流)">
<a-tooltip v-if="setting.overwall" placement="topLeft" title="关闭测速,启用增强,启用拦截(敏感原因,默认禁用)">
<a-radio-button value="ow">
增强模式
</a-radio-button>
@ -148,7 +148,6 @@ export default {
await this.reloadConfig()
this.$set(this, 'status', this.$status)
this.switchBtns = this.createSwitchBtns()
console.log('switchBtns', this.switchBtns)
this.$set(this, 'update', this.$global.update)
if (!this.update.autoChecked) {
this.update.autoChecked = true
@ -159,7 +158,6 @@ export default {
})
},
mounted () {
console.log('index mounted')
},
methods: {
async modeChange (event) {

Loading…
Cancel
Save