8 Commits

Author SHA1 Message Date
ImFurina
abd0c9ca91 refactor: 重构模块加载
Refactored main.js to optimize module and server loading, improving code clarity and lazy loading. Updated several dependencies in package.json to their latest versions for better security and compatibility. Updated documentation cover page and home page to reflect project branding changes.

Co-Authored-By: binaryify <binaryify@gmail.com>
2025-09-07 13:08:26 +08:00
binaryify
957213bb93 fix: 修复anonymous_token路径异常 #1795 2023-09-12 11:22:57 +08:00
binaryify
b3ca43267a 服务启动刷新游客cookie 2022-05-29 21:45:48 +08:00
pan93412
b02d4d5e04
refactor: allow using server statically
將原本 "NeteaseCloudMusicApi/server"
掃描 modules 目錄的部分抽出 server.js,
改移到 main.js。這樣使用者就有辦法只載入
靜態的伺服器部分(不動態載入模組)。

這個 patch 的 breaking changes 不易發生。
可作為 patch version 發佈。
2022-01-28 12:52:21 +08:00
pan93412
7061a9ea82
refactor!: use server.js as main.js
server.js 有 main.js 原本的功能 (getModulesDefinitions)

BREAKING CHANGES: 所有使用到這個 lib 的應用程式
,皆需更改為 .getModulesDefinitions()。
2022-01-26 14:34:35 +08:00
binaryify
4f7266e4a5 代码格式化 2020-09-12 10:20:25 +08:00
binaryify
20cba0aa15 修复 Nodejs 下 cookie 使用格式问题 #812 2020-06-07 15:34:54 +08:00
binaryify
ff8d57a34a 支持nodejs调用 #773 2020-05-18 15:09:39 +08:00