mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Merge changes
This commit is contained in:
commit
bf49bb464c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/dark.min.css
vendored
2
min/dark.min.css
vendored
File diff suppressed because one or more lines are too long
2
min/i18n.ja-JP.min.js
vendored
2
min/i18n.ja-JP.min.js
vendored
File diff suppressed because one or more lines are too long
@ -108,6 +108,10 @@
|
||||
{
|
||||
background-color: #444 !important;
|
||||
}
|
||||
.follow-main .list-item:hover
|
||||
{
|
||||
background-color: #3d3d3d !important;
|
||||
}
|
||||
.ssr-content .cntr .check-all-ctn
|
||||
{
|
||||
background-image: linear-gradient(rgba(242,243,245,0),#222 40%,#222) !important;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
export const map = new Map([
|
||||
[`主站`, `ホーム`],
|
||||
[`画友`, `絵画`],
|
||||
[`画友`, `アルバム`],
|
||||
[`音频`, `音楽`],
|
||||
[`游戏中心`, `ゲーム`],
|
||||
[`会员购`, `ショップ`],
|
||||
@ -283,6 +283,11 @@ export const map = new Map([
|
||||
[`空空如也哦...`, `何もないよ = ̄ω ̄=`],
|
||||
[`清除缓存`, `キャッシュを消去する`],
|
||||
[`转到BiliPlus`, `BiliPlusをジャンプ`],
|
||||
[`顶栏布局`, `頂欄のレイアウト`],
|
||||
[`搜索框`, `検索欄`],
|
||||
[`用户信息`, `ユーザー情報`],
|
||||
[`投稿入口`, `投稿ページ入り口`],
|
||||
[`弹性空白`, `弾力空白`],
|
||||
[`查看封面`, `サムネイルを見る`],
|
||||
[`下载弹幕`, `弾幕をダウンロード`],
|
||||
[`下载视频`, `動画をダウンロード`],
|
||||
@ -353,7 +358,7 @@ export const map = new Map([
|
||||
`歴史`,
|
||||
{
|
||||
text: `履歴`,
|
||||
selector: `.nav-con.fr .nav-item .t`
|
||||
selector: `.nav-con.fr .nav-item .t, .custom-navbar li[data-name='historyList'] .main-content, .custom-navbar-settings .orders li`
|
||||
},
|
||||
]],
|
||||
[`登录`, `ログイン`],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user