Skip to content

Commit 398f410

Browse files
committed
fix: update music search keyword and test case ID
- Changed the default search keyword in the API documentation from "这么可爱真是抱歉" to "妖精小姐的魔法邀约". - Updated the test case for fetching song URL to use the correct song ID (from 1969519579 to 2756058128).
1 parent 97980b5 commit 398f410

File tree

4 files changed

+430
-336
lines changed

4 files changed

+430
-336
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "4.29.12",
44
"description": "为停更的网易云音乐 NodeJs API 提供持续的维护!",
55
"scripts": {
6+
"dev": "nodemon app.js",
67
"start": "node app.js",
78
"test": "mocha -r intelli-espower-loader -t 60000 server.test.js main.test.js --exit",
89
"lint": "eslint \"**/*.{js,ts}\"",
@@ -66,7 +67,7 @@
6667
],
6768
"dependencies": {
6869
"@unblockneteasemusic/server": "^0.28.0",
69-
"axios": "^1.12.2",
70+
"axios": "^1.13.1",
7071
"crypto-js": "^4.2.0",
7172
"dotenv": "^17.2.3",
7273
"express": "^5.1.0",
@@ -82,20 +83,21 @@
8283
"yargs": "^18.0.0"
8384
},
8485
"devDependencies": {
85-
"@types/express": "^5.0.4",
86+
"@types/express": "^5.0.5",
8687
"@types/express-fileupload": "^1.5.1",
8788
"@types/mocha": "^10.0.10",
8889
"@types/node": "24.9.1",
89-
"@typescript-eslint/eslint-plugin": "5.62.0",
90-
"@typescript-eslint/parser": "5.62.0",
91-
"eslint": "8.7.0",
90+
"@typescript-eslint/eslint-plugin": "8.46.2",
91+
"@typescript-eslint/parser": "8.46.2",
92+
"eslint": "9.39.0",
9293
"eslint-config-prettier": "10.1.8",
9394
"eslint-plugin-html": "8.1.3",
9495
"eslint-plugin-prettier": "5.5.4",
9596
"husky": "9.1.7",
9697
"intelli-espower-loader": "1.1.0",
9798
"lint-staged": "16.2.6",
9899
"mocha": "11.7.4",
100+
"nodemon": "^3.1.10",
99101
"pkg": "^5.8.1",
100102
"power-assert": "1.6.1",
101103
"prettier": "3.6.2",

0 commit comments

Comments
 (0)