Skip to content

Commit ab9c536

Browse files
committed
feat: Console
Update GEOPDPlaceRequest.mjs Update CHANGELOG.md Update response.dev.js Update request.dev.js Update response.js Update request.js
1 parent 2219533 commit ab9c536

17 files changed

+765
-596
lines changed

CHANGELOG.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
### 🆕 New Features
2-
* 现在可以为 `⌚️ Watch` 单独设置`[URL信息集] 定位漂移`
3-
41
### 🛠️ Bug Fixes
5-
* 修复`苹果版`地图中整合`高德版`地图功能时的错误
2+
* 修复 `$argument``$persistentStore` 载入顺序颠倒的问题
3+
* 正确顺序为先读取 `$argument` 再读取 `$persistentStore (BoxJs)`
4+
* 即,有相同键名时,`$persistentStore (BoxJs)` 的值会覆盖 `$argument` 的值
65

76
### 🔣 Dependencies
87
* 升级了 `@nsnanocat/util`
98
* `util``submodule` 更改为 `package`
109
* `$platform` 改为 `$app`
11-
12-
### ‼️ Breaking Changes
13-
* 从脚本中移除了 `@nsnanocat/url` polyfill
14-
* 由于 `@nsnanocat/url` 已经被移除,所以`🛰️ GeoServices`项目已完全不再支持 `ShadowRocket`
15-
*`🗺️ Maps` 中分离了 `⌚️ Watch``🧰 BoxJs` 设置
16-
* 如果您曾经使用过 `🗺️ Maps``🧰 BoxJs` 设置面板,请重新进行设置方能生效
17-
* 如果您曾经使用过 `⌚️ Watch``🧰 BoxJs` 设置面板,请重新进行设置方能生效
18-
19-
### 🔄 Other Changes
20-
* 打包器由 `rollup` 更改为 `rspack`
10+
* 使用了全新的 `Console` polyfill

arguments-builder.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ import { defineConfig } from "@iringo/arguments-builder";
22
export default defineConfig({
33
output: {
44
surge: {
5-
path: "./dist/Maps.sgmodule",
5+
path: "./dist/iRingo.Maps.sgmodule",
66
transformEgern: {
77
enable: true,
8-
path: "./dist/Maps.yaml",
8+
path: "./dist/iRingo.Maps.yaml",
99
},
1010
},
1111
loon: {
12-
path: "./dist/Maps.plugin",
12+
path: "./dist/iRingo.Maps.plugin",
1313
},
1414
customItems: [
1515
{
16-
path: "./dist/Maps.snippet",
16+
path: "./dist/iRingo.Maps.snippet",
1717
template: "./template/quantumultx.handlebars",
1818
},
1919
{
20-
path: "./dist/Maps.stoverride",
20+
path: "./dist/iRingo.Maps.stoverride",
2121
template: "./template/stash.handlebars",
2222
},
2323
],

0 commit comments

Comments
 (0)