Skip to content

Commit b8bdf41

Browse files
committed
feat: 尝试支持CF Worker部署
1 parent 95266ba commit b8bdf41

File tree

4 files changed

+10
-41
lines changed

4 files changed

+10
-41
lines changed

_routes.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

netlify.toml.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neteaseapireborn/api",
3-
"version": "4.28.24",
3+
"version": "4.28.25",
44
"description": "为停更的网易云音乐 NodeJs API 提供持续的维护!",
55
"scripts": {
66
"start": "node app.js",

wrangler.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "NeteaseCloudMusicApiEnhanced",
3+
"main": "app.js",
4+
"compatibility_date": "2025-08-05",
5+
"compatibility_flags": ["nodejs_compat"],
6+
"service": {
7+
"environment": "production"
8+
}
9+
}

0 commit comments

Comments
 (0)