tangly1024 / NotionNext

使用 NextJS + Notion API 实现的,支持多种部署方案的静态博客,无需服务器、零门槛搭建网站,为Notion和所有创作者设计。 (A static blog built with NextJS and Notion API, supporting multiple deployment options. No server required, zero threshold to set up a website. Designed for Notion and all creators.)
https://tangly1024.com
MIT License
7.89k stars 10.84k forks source link

Meting的配置不生效 #2743

Open FujiiTaki opened 1 month ago

FujiiTaki commented 1 month ago

描述bug 启用meting之后 无论 MUSIC_PLAYER_METING_SERVER 和 MUSIC_PLAYER_METING_ID 这两项为任何值 均只自动加载api默认的歌单

期望的正常结果 希望MUSIC_PLAYER_METING_SERVER和MUSIC_PLAYER_METING_ID能够正常加载

复现步骤 在Notion的配置中心中指定 MUSIC_PLAYER_METING_SERVER 为netease,MUSIC_PLAYER_METING_ID为12618061357,api为 https://api.i-meto.com/meting/api 时 加载的歌单是这个api地址的默认解析歌单 但是指定MUSIC_PLAYER_METING_API的值为 https://api.i-meto.com/meting/api?server=netease&type=playlist&id=12618061357 时,能够正确加载歌单,以当前的Player.js版本来看,MUSIC_PLAYER_METING_SERVER和MUSIC_PLAYER_METING_ID的值对解析结果不造成任何影响,歌单加载只和MUSIC_PLAYER_METING_API有关,希望修复。

环境

补充说明 即便从Player.js直接修改,加载仍不成功。

linuxxx commented 1 month ago

參考:https://github.com/tangly1024/NotionNext/issues/2584 我的回復