mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
80 lines
1.6 KiB
JSON
80 lines
1.6 KiB
JSON
{
|
|
"todohighlight.exclude": [
|
|
"**/node_modules/**",
|
|
"**/bower_components/**",
|
|
"**/dist/**",
|
|
"**/build/**",
|
|
"**/.vscode/**",
|
|
"**/.github/**",
|
|
"**/_output/**",
|
|
"**/*.min.*",
|
|
"**/*.map",
|
|
"**/.next/**",
|
|
"**/.vs/**",
|
|
"**/build-scripts/**"
|
|
],
|
|
"cSpell.words": [
|
|
"Bangumi",
|
|
"Biliplus",
|
|
"Bing",
|
|
"Danmaku",
|
|
"Doujin",
|
|
"HEVC",
|
|
"Liveroom",
|
|
"Otaku",
|
|
"Swiper",
|
|
"Violentmonkey",
|
|
"Vuex",
|
|
"WASD",
|
|
"Watchlater",
|
|
"afterbegin",
|
|
"afterend",
|
|
"bili",
|
|
"bilibili",
|
|
"bofqi",
|
|
"btns",
|
|
"bvid",
|
|
"clipboardy",
|
|
"cntr",
|
|
"compositionend",
|
|
"compositionstart",
|
|
"csrf",
|
|
"ctnr",
|
|
"danmakus",
|
|
"debounced",
|
|
"downloaders",
|
|
"dpis",
|
|
"durl",
|
|
"githubusercontent",
|
|
"gridview",
|
|
"haruna",
|
|
"hdslb",
|
|
"iconfont",
|
|
"imgleft",
|
|
"jinkela",
|
|
"jsdelivr",
|
|
"kanban",
|
|
"kichiku",
|
|
"materialdesignicons",
|
|
"medialist",
|
|
"overscroll",
|
|
"pako",
|
|
"protobuf",
|
|
"qrcode",
|
|
"rcmd",
|
|
"reloadable",
|
|
"reloadables",
|
|
"remd",
|
|
"repo",
|
|
"repost",
|
|
"reposts",
|
|
"superchat",
|
|
"tabindex",
|
|
"truetype",
|
|
"xmlhttp"
|
|
],
|
|
"javascript.validate.enable": true,
|
|
"files.associations": {
|
|
"*.user.js": "plain"
|
|
}
|
|
} |