vuepress-plugin-sbaudio
Version:
A music player plugin for vuepress use aplayer and meting
40 lines (39 loc) • 990 B
JavaScript
export const MetingPluginsOptionsDefault = {
aplayerOptions: {
fixed: false,
mini: false,
autoplay: false,
theme: "#2980b9",
loop: "all",
order: "list",
preload: "auto",
volume: 0.7,
mutex: true,
lrcType: 3,
listFolded: false,
listMaxHeight: "340px",
storageName: "vuepress-plugin-sbaudio",
},
aplayerGlobalOptions: {
fixed: true,
mini: true,
autoplay: false,
theme: "#2980b9",
loop: "all",
order: "list",
preload: "auto",
volume: 0.7,
mutex: true,
lrcType: 3,
listFolded: false,
listMaxHeight: "540px",
storageName: "vuepress-plugin-sbaudio",
},
aplayerGlobalAudios: [],
metingOptions: {
server: "netease",
type: "song",
auth: "auth",
api: "https://api.i-meto.com/meting/api?server=:server&type=:type&id=:id&r=:r",
},
};