From 292306bcc00634276d5863d489ec53a8e20a6082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E8=96=AF=E9=A5=BC?= Date: Sun, 1 Dec 2024 01:47:17 +0800 Subject: [PATCH] feat: @nsnanocat/url --- CHANGELOG.md | 2 -- src/request.dev.js | 1 - src/request.js | 1 - src/response.dev.js | 1 - src/response.js | 1 - 5 files changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ca1e1..d2c6c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ * 即,有相同键名时,`$persistentStore (BoxJs)` 的值会覆盖 `$argument` 的值 ### 🔣 Dependencies - * 升级了 `@nsnanocat/url` - * 使用了全新的 `URL` 和 `URLSearchParams` polyfill * 升级了 `@nsnanocat/util` * `util` 由 `submodule` 更改为 `package` * `$platform` 改为 `$app` diff --git a/src/request.dev.js b/src/request.dev.js index 6fa23b0..878b260 100644 --- a/src/request.dev.js +++ b/src/request.dev.js @@ -1,5 +1,4 @@ import { $app, Console, done, fetch, Lodash as _, notification, Storage, wait } from "@nsnanocat/util"; -import { URL } from "@nsnanocat/url"; import database from "./function/database.mjs"; import setENV from "./function/setENV.mjs"; import setCache from "./function/setCache.mjs"; diff --git a/src/request.js b/src/request.js index 78c8c5c..eeacb59 100644 --- a/src/request.js +++ b/src/request.js @@ -1,5 +1,4 @@ import { $app, Console, done, fetch, Lodash as _, notification, Storage, wait } from "@nsnanocat/util"; -import { URL } from "@nsnanocat/url"; import database from "./function/database.mjs"; import setENV from "./function/setENV.mjs"; import setCache from "./function/setCache.mjs"; diff --git a/src/response.dev.js b/src/response.dev.js index 2db6f4e..33d1cd9 100644 --- a/src/response.dev.js +++ b/src/response.dev.js @@ -1,5 +1,4 @@ import { $app, Console, done, fetch, Lodash as _, notification, Storage, wait } from "@nsnanocat/util"; -import { URL } from "@nsnanocat/url"; import database from "./function/database.mjs"; import setENV from "./function/setENV.mjs"; import setCache from "./function/setCache.mjs"; diff --git a/src/response.js b/src/response.js index 4a6af39..a720789 100644 --- a/src/response.js +++ b/src/response.js @@ -1,5 +1,4 @@ import { $app, Console, done, fetch, Lodash as _, notification, Storage, wait } from "@nsnanocat/util"; -import { URL } from "@nsnanocat/url"; import database from "./function/database.mjs"; import setENV from "./function/setENV.mjs"; import setCache from "./function/setCache.mjs";