Skip to content

Commit

Permalink
修正 MITM
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoSmithETH committed Mar 7, 2021
1 parent 5599571 commit 55f428b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/surge/miim.js → data/surge/mitm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pages/surge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ import RULE from '@/data/surge/rule'
import HOST from '@/data/surge/host'
import URL_REWRITE from '@/data/surge/urlRewrite'
import SCRIPT from '@/data/surge/script'
import MIIM from '@/data/surge/miim'
import MITM from '@/data/surge/mitm'
const formatLine = function (line) {
line = line.trim()
Expand Down Expand Up @@ -835,7 +835,7 @@ export default {
'\n\n' +
SCRIPT +
'\n\n' +
MIIM
MITM
)
},
configProxy() {
Expand Down

0 comments on commit 55f428b

Please sign in to comment.