-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update arguments-builder.config.ts Update boxjs.settings.json Update package-lock.json Delete Location.srmodule Update CHANGELOG.md Update request.dev.js Create Location.yaml Update package.json Update request.js Update types.d.ts
- Loading branch information
1 parent
71fc760
commit f436dfb
Showing
11 changed files
with
177 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: ' iRingo: 📍 Location' | ||
description: |- | ||
自定义「定位服务」 | ||
通过「基于网络的地区检测」结果始终为用户设置的地区 | ||
注:该覆写包含代理规则。 | ||
compat_arguments: | ||
GeoCountryCode: US | ||
compat_arguments_desc: 'GeoCountryCode: [地区检测] 地理国家或地区代码' | ||
open_url: http://boxjs.com/#/app/iRingo.Location | ||
author: VirgilClyne[https://github.com/VirgilClyne] | ||
homepage: https://NSRingo.github.io/guide/GeoServices/location | ||
icon: https://images.macrumors.com/article-new/2019/07/ios_location_services-250x250.jpg | ||
rules: | ||
- domain: | ||
match: gspe1-ssl.ls.apple.com | ||
policy: DIRECT | ||
scriptings: | ||
- http_response: | ||
name: 📍 Location.pep.gcc.response | ||
match: ^https?:\/\/gspe1-ssl\.ls\.apple\.com\/pep\/gcc | ||
script_url: https://github.com/NSRingo/GeoServices/releases/latest/download/response.bundle.js | ||
arguments: | ||
_compat.$argument: PEP.GCC={{{GeoCountryCode}}} | ||
body_required: true | ||
mitm: | ||
hostnames: | ||
includes: | ||
- gspe1-ssl.ls.apple.com |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.