Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent ee7d7a4 commit 643d7d1
Show file tree
Hide file tree
Showing 169 changed files with 2,262 additions and 4,294 deletions.
10 changes: 5 additions & 5 deletions assets/ts/artplayer-plugin-ambilight.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ export = artplayerPluginAmbilight;
export as namespace artplayerPluginAmbilight;

type Option = {
blur: string;
opacity: number;
frequency: number;
zIndex: number;
duration: number;
blur?: string;
opacity?: number;
frequency?: number;
zIndex?: number;
duration?: number;
};

type Result = {
Expand Down
6 changes: 3 additions & 3 deletions assets/ts/artplayer-plugin-danmuku.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ type Mode = 0 | 1 | 2;
type Danmuku = Danmu[] | string | (() => Promise<Danmu[]>) | Promise<Danmu[]>;

type Slider = {
min: number;
max: number;
steps: {
min?: number;
max?: number;
steps?: {
name?: string;
value?: any;
show?: boolean;
Expand Down
9 changes: 8 additions & 1 deletion compiled/artplayer-plugin-ads.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 643d7d1

Please sign in to comment.