-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4542 from WakelessSloth56/preview-features
修复 #4521 中审查的问题
- Loading branch information
Showing
6 changed files
with
29 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,11 @@ export const jsDelivr: CdnConfig = { | |
sortable: `https://${host}/npm/[email protected]/Sortable.min.js`, | ||
mdi: `https://${host}/gh/${owner}/Bilibili-Evolved@master/docs/static/mdi/mdi.css`, | ||
streamsaver: `https://${host}/npm/[email protected]/StreamSaver.min.js`, | ||
ffmpeg: { | ||
worker: `https://${host}/npm/@ffmpeg/[email protected]/dist/umd/814.ffmpeg.js`, | ||
core: `https://${host}/npm/@ffmpeg/[email protected]/dist/umd/ffmpeg-core.js`, | ||
wasm: `https://${host}/npm/@ffmpeg/[email protected]/dist/umd/ffmpeg-core.wasm`, | ||
}, | ||
}, | ||
smallLogo: `https://${host}/gh/${owner}/Bilibili-Evolved@preview/images/logo-small.png`, | ||
logo: `https://${host}/gh/${owner}/Bilibili-Evolved@preview/images/logo.png`, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters