
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
valaxy-addon-bangumi
Advanced tools
关联 issue [功能建议] 追番列表
依赖 bilibili-bangumi-component,需要部署后端服务,可参考 bilibili-bangumi 使用进行搭建,也可以先用这个 https://yi_xiao_jiu-bangumi.web.val.run,可能会挂。
npm i valaxy-addon-bangumi
valaxy-addon-bangumi 暴露了 ValaxyBangumi 组件
使用示例:
import { defineConfig } from 'valaxy'
import { addonBangumi } from 'valaxy-addon-bangumi'
export default defineConfig({
addons: [
addonBangumi({
api: 'https://yi_xiao_jiu-bangumi.web.val.run',
bilibiliUid: '1579790',
bgmEnabled: false,
}),
]
})
---
title: Bangumi 追番列表
keywords: Bangumi
description: Bangumi 追番列表
---
<ValaxyBangumi />
bilibili-bangumi-component 使用 WebComponent 实现,而 Shadow DOM 具有隔离性,外部样式样式无法覆盖内部样式,可以通过下面的方式覆盖:
import { defineConfig } from 'valaxy'
import { addonBangumi } from 'valaxy-addon-bangumi'
export default defineConfig({
addons: [
addonBangumi({
customCss: '.bbc-bangumi-title a { color: red; }'
}),
]
})
| 字段 | 描述 | 类型 | 默认值 |
|---|---|---|---|
| api | 后端 api 地址 | string | - |
| bilibiliUid | Bilibili 的 uid,在后端中引入 uid 的 env 后可以不设置 | string | - |
| bgmUid | Bangumi 的 uid,在后端中引入 uid 的 env 后可以不设置 | string | - |
| bilibiliEnabled | 是否展示 Bilibili | boolean | true |
| bgmEnabled | 是否展示 Bangumi | boolean | true |
| pageSize | 分页大小 | number | 15 |
| customEnabled | 是否启用自定义数据源 | boolean | false |
| customLabel | 自定义数据源的展示标签名 | string | "'自定义'" |
| customCss | 自定义 css | string | - |
FAQs
Bangumi addon for Valaxy
The npm package valaxy-addon-bangumi receives a total of 39 weekly downloads. As such, valaxy-addon-bangumi popularity was classified as not popular.
We found that valaxy-addon-bangumi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.