Skip to content

Commit

Permalink
feat: Console
Browse files Browse the repository at this point in the history
Update GEOPDPlaceRequest.mjs
Update CHANGELOG.md
Update response.dev.js
Update request.dev.js
Update response.js
Update request.js
  • Loading branch information
VirgilClyne committed Dec 7, 2024
1 parent 2219533 commit ab9c536
Show file tree
Hide file tree
Showing 17 changed files with 765 additions and 596 deletions.
18 changes: 4 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
### 🆕 New Features
* 现在可以为 `⌚️ Watch` 单独设置`[URL信息集] 定位漂移`

### 🛠️ Bug Fixes
* 修复`苹果版`地图中整合`高德版`地图功能时的错误
* 修复 `$argument``$persistentStore` 载入顺序颠倒的问题
* 正确顺序为先读取 `$argument` 再读取 `$persistentStore (BoxJs)`
* 即,有相同键名时,`$persistentStore (BoxJs)` 的值会覆盖 `$argument` 的值

### 🔣 Dependencies
* 升级了 `@nsnanocat/util`
* `util``submodule` 更改为 `package`
* `$platform` 改为 `$app`

### ‼️ Breaking Changes
* 从脚本中移除了 `@nsnanocat/url` polyfill
* 由于 `@nsnanocat/url` 已经被移除,所以`🛰️ GeoServices`项目已完全不再支持 `ShadowRocket`
*`🗺️ Maps` 中分离了 `⌚️ Watch``🧰 BoxJs` 设置
* 如果您曾经使用过 `🗺️ Maps``🧰 BoxJs` 设置面板,请重新进行设置方能生效
* 如果您曾经使用过 `⌚️ Watch``🧰 BoxJs` 设置面板,请重新进行设置方能生效

### 🔄 Other Changes
* 打包器由 `rollup` 更改为 `rspack`
* 使用了全新的 `Console` polyfill
10 changes: 5 additions & 5 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ import { defineConfig } from "@iringo/arguments-builder";
export default defineConfig({
output: {
surge: {
path: "./dist/Maps.sgmodule",
path: "./dist/iRingo.Maps.sgmodule",
transformEgern: {
enable: true,
path: "./dist/Maps.yaml",
path: "./dist/iRingo.Maps.yaml",
},
},
loon: {
path: "./dist/Maps.plugin",
path: "./dist/iRingo.Maps.plugin",
},
customItems: [
{
path: "./dist/Maps.snippet",
path: "./dist/iRingo.Maps.snippet",
template: "./template/quantumultx.handlebars",
},
{
path: "./dist/Maps.stoverride",
path: "./dist/iRingo.Maps.stoverride",
template: "./template/stash.handlebars",
},
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit ab9c536

Please sign in to comment.