logo
0
0
WeChat Login

🎬 Anime Player - 摸鱼看番

在 VS Code 编辑器中直接打开 B 站看动漫的插件。

version

插件截图

使用方式

  1. Ctrl+Shift+P(Mac: Cmd+Shift+P)打开命令面板
  2. 输入 打开动漫播放器,回车 → 在编辑器内打开 B 站番剧页
  3. 或输入 搜索动漫,回车 → 弹出输入框,粘贴 B 站链接直接打开

示例链接:

https://www.bilibili.com/bangumi/play/ss46089

粘贴进去回车就能看。

安装

方式一:VSIX 安装

  1. Release 下载 .vsix 文件
  2. VS Code 中 Ctrl+Shift+PInstall from VSIX → 选择下载的文件
  3. 重载窗口即可使用

方式二:源码构建

git clone https://cnb.cool/raintea/anime-player.git cd anime-player npm install npm run compile

用 VS Code 打开项目,按 F5 启动调试。

打包

npx @vscode/vsce package --allow-missing-repository --skip-license

命令

命令说明
Anime Player: 打开动漫播放器在编辑器内打开 B 站番剧首页
Anime Player: 搜索动漫输入框粘贴 B 站链接直接打开

注意事项

  • 部分番剧需要 B 站大会员
  • 建议戴耳机 🎧
  • 老板来了?Ctrl+W 关闭标签页

项目结构

anime-player/ ├── package.json ├── tsconfig.json ├── .cnb.yml # CI/CD 自动构建配置 ├── src/ │ ├── extension.ts # 插件入口 │ ├── animePlayerPanel.ts │ └── animeSidebarProvider.ts └── media/ ├── anime.svg └── screenshot.png

License

MIT

About

No description, topics, or website provided.
Language
TypeScript100%