新增弹幕功能

This commit is contained in:
mtvpls
2025-12-02 01:00:42 +08:00
parent 106e966931
commit 9bccf564ee
19 changed files with 2094 additions and 26 deletions
+3
View File
@@ -16,6 +16,9 @@ export interface AdminConfig {
DoubanImageProxy: string;
DisableYellowFilter: boolean;
FluidSearch: boolean;
// 弹幕配置
DanmakuApiBase: string;
DanmakuApiToken: string;
};
UserConfig: {
Users: {