Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Console
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
Update response.dev.js
Update request.dev.js
Update response.js
Update request.js
VirgilClyne committed Dec 5, 2024
1 parent 42008a5 commit 3b21055
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/request.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { $app, Console, done, fetch, gRPC, Lodash as _, notification, Storage, time, wait } from "@nsnanocat/util";
import { $app, Console, done, Lodash as _ } from "@nsnanocat/util";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
import MD5 from "crypto-js/md5.js";
2 changes: 1 addition & 1 deletion src/request.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { $app, Console, done, fetch, gRPC, Lodash as _, notification, Storage, time, wait } from "@nsnanocat/util";
import { $app, Console, done, Lodash as _ } from "@nsnanocat/util";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
import MD5 from "crypto-js/md5.js";
2 changes: 1 addition & 1 deletion src/response.dev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { $app, Console, done, fetch, gRPC, Lodash as _, notification, Storage, time, wait } from "@nsnanocat/util";
import { $app, Console, done, fetch, gRPC, Lodash as _, Storage } from "@nsnanocat/util";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
import { PlayViewReply } from "./protobuf/bilibili/pgc/gateway/player/v2/playurl.js";
2 changes: 1 addition & 1 deletion src/response.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { $app, Console, done, fetch, gRPC, Lodash as _, notification, Storage, time, wait } from "@nsnanocat/util";
import { $app, Console, done, fetch, gRPC, Lodash as _, Storage } from "@nsnanocat/util";
import database from "./function/database.mjs";
import setENV from "./function/setENV.mjs";
import { PlayViewReply } from "./protobuf/bilibili/pgc/gateway/player/v2/playurl.js";

0 comments on commit 3b21055

Please sign in to comment.