From c7c66f1fe12994a5ed52d8b9deef6ae2a30488fb Mon Sep 17 00:00:00 2001 From: Theo Date: Sat, 17 Aug 2024 14:14:23 +0800 Subject: [PATCH] fix(HomeFooter): add `rel="noopener"` to improve security and update styles --- Brewfile | 2 + Proxy/Clash/T-FakeIpFilter.yaml | 114 ++++++++++++++++++++++++++++++++ package.json | 7 +- 3 files changed, 118 insertions(+), 5 deletions(-) create mode 100644 Proxy/Clash/T-FakeIpFilter.yaml diff --git a/Brewfile b/Brewfile index ef098e7..579e870 100644 --- a/Brewfile +++ b/Brewfile @@ -12,6 +12,7 @@ brew "nvm" brew "pnpm" brew "ruby" brew "speedtest-cli" +brew "tree" brew "unar" brew "wget" brew "wimlib" @@ -38,6 +39,7 @@ vscode "oouo-diogo-perdigao.docthis" vscode "pkief.material-icon-theme" vscode "russell.any-rule" vscode "sibiraj-s.vscode-scss-formatter" +vscode "sonarsource.sonarlint-vscode" vscode "tamasfe.even-better-toml" vscode "vue.volar" vscode "yzhang.markdown-all-in-one" diff --git a/Proxy/Clash/T-FakeIpFilter.yaml b/Proxy/Clash/T-FakeIpFilter.yaml new file mode 100644 index 0000000..784a522 --- /dev/null +++ b/Proxy/Clash/T-FakeIpFilter.yaml @@ -0,0 +1,114 @@ +# Updated: CST 2024-08-03 20:41:06 +# Author: Theo-Messi +# GitHub Source: https://github.com/Theo-Messi/dotfiles + +payload: + - '*.lan' + - '*.localdomain' + - '*.example' + - '*.invalid' + - '*.localhost' + - '*.test' + - '*.local' + - '*.home.arpa' + - time.*.com + - time.*.gov + - time.*.edu.cn + - time.*.apple.com + - time-ios.apple.com + - time1.*.com + - time2.*.com + - time3.*.com + - time4.*.com + - time5.*.com + - time6.*.com + - time7.*.com + - ntp.*.com + - ntp1.*.com + - ntp2.*.com + - ntp3.*.com + - ntp4.*.com + - ntp5.*.com + - ntp6.*.com + - ntp7.*.com + - '*.time.edu.cn' + - '*.ntp.org.cn' + - '+.pool.ntp.org' + - time1.cloud.tencent.com + - music.163.com + - '*.music.163.com' + - '*.126.net' + - musicapi.taihe.com + - music.taihe.com + - songsearch.kugou.com + - trackercdn.kugou.com + - '*.kuwo.cn' + - api-jooxtt.sanook.com + - api.joox.com + - joox.com + - y.qq.com + - '*.y.qq.com' + - streamoc.music.tc.qq.com + - mobileoc.music.tc.qq.com + - isure.stream.qqmusic.qq.com + - dl.stream.qqmusic.qq.com + - aqqmusic.tc.qq.com + - amobile.music.tc.qq.com + - '*.xiami.com' + - '*.music.migu.cn' + - music.migu.cn + - '+.msftconnecttest.com' + - '+.msftncsi.com' + - localhost.ptlogin2.qq.com + - localhost.sec.qq.com + - '+.qq.com' + - '+.tencent.com' + - '+.srv.nintendo.net' + - '*.n.n.srv.nintendo.net' + - '+.stun.playstation.net' + - xbox.*.*.microsoft.com + - '*.*.xboxlive.com' + - xbox.*.microsoft.com + - xnotify.xboxlive.com + - '+.battlenet.com.cn' + - '+.wotgame.cn' + - '+.wggames.cn' + - '+.wowsgame.cn' + - '+.wargaming.net' + - proxy.golang.org + - stun.*.* + - stun.*.*.* + - '+.stun.*.*' + - '+.stun.*.*.*' + - '+.stun.*.*.*.*' + - '+.stun.*.*.*.*.*' + - heartbeat.belkin.com + - '*.linksys.com' + - '*.linksyssmartwifi.com' + - '*.router.asus.com' + - mesu.apple.com + - swscan.apple.com + - swquery.apple.com + - swdownload.apple.com + - swcdn.apple.com + - swdist.apple.com + - lens.l.google.com + - stun.l.google.com + - na.b.g-tun.com + - '+.nflxvideo.net' + - '*.square-enix.com' + - '*.finalfantasyxiv.com' + - '*.ffxiv.com' + - '*.ff14.sdo.com' + - ff.dorado.sdo.com + - '*.mcdn.bilivideo.cn' + - '+.media.dssott.com' + - shark007.net + - Mijia Cloud + - '+.cmbchina.com' + - '+.cmbimg.com' + - local.adguard.org + - '+.sandai.net' + - '+.n0808.com' + - controlplane.tailscale.com + - log.tailscale.io diff --git a/package.json b/package.json index 2f98f5c..db5e6a1 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,7 @@ "scripts": { "prettier": "prettier --write .", "check": "prettier . --check", - "pull": "git fetch origin && git reset --hard origin/main", - "push": "git add . && git commit -m 'update'", - "soft": "git reset --soft HEAD^ && git add . && git commit -m 'update' && git push -f origin main", - "ps": "pnpm run push && pnpm run soft" + "pull": "git fetch origin && git reset --hard origin/main" }, "devDependencies": { "prettier": "3.3.3" @@ -28,5 +25,5 @@ "prettier --write --ignore-unknown" ] }, - "packageManager": "pnpm@9.7.0" + "packageManager": "pnpm@9.7.1" }