-
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 README.md Update request.js Update types.d.ts
- Loading branch information
1 parent
71fc760
commit 790ccde
Showing
12 changed files
with
188 additions
and
303 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
### 🆕 New Features | ||
* 现在可以为 `⌚️ Watch` 单独设置`[URL信息集] 定位漂移`了 | ||
|
||
### 🛠️ Bug Fixes | ||
* 修复`苹果版`地图中整合`高德版`地图功能时的错误 | ||
|
||
### 🔣 Dependencies | ||
* 升级了 `@nsnanocat/util` | ||
* `util` 由 `submodule` 更改为 `package` | ||
* `$platform` 改为 `$app` | ||
* 增加了 `@nsnanocat/url` | ||
* 使用了全新的 `URL` 和 `URLSearchParams` polyfill | ||
|
||
### ‼️ Breaking Changes | ||
* 从脚本中移除了 `@nsnanocat/url` polyfill | ||
* 由于 `@nsnanocat/url` 已经被移除,所以`🛰️ GeoServices`项目已完全不再支持 `ShadowRocket` | ||
* 从 `🗺️ Maps` 中分离了 `⌚️ Watch` 的 `🧰 BoxJs` 设置 | ||
* 如果您曾经使用过 `🗺️ Maps` 的 `🧰 BoxJs` 设置面板,请重新进行设置方能生效 | ||
* 如果您曾经使用过 `⌚️ Watch` 的 `🧰 BoxJs` 设置面板,请重新进行设置方能生效 | ||
|
||
### 🔄 Other Changes | ||
* 打包器由 `rollup` 更改为 `rspack` |
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 |
---|---|---|
@@ -1 +1 @@ | ||
# iRingo: 📍 GeoServices | ||
# iRingo: 🛰️ GeoServices |
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.