Merge pull request #308 from hakadao/bugfixes

Bugfixes
This commit is contained in:
Hakadao
2024-02-19 01:01:51 +08:00
committed by GitHub
6 changed files with 459 additions and 336 deletions

View File

@@ -19,6 +19,6 @@ jobs:
token: ${{ secrets.RELEASE_TOKEN }}
release-type: node
package-name: release-please-action
release-as: 0.14.6
release-as: 0.14.7
signoff: 'github-actions <41898282+github-actions[bot]@users.noreply.github.com>'
changelog-types: '[{"type":"types","section":"Types","hidden":false},{"type":"revert","section":"Reverts","hidden":false},{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"improvement","section":"Feature Improvements","hidden":false},{"type":"docs","section":"Docs","hidden":false},{"type":"i18n","section":"I18n","hidden":false},{"type":"style","section":"Style Changes","hidden":false},{"type":"ci","section":"CI","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"contributor","section":"New Contributors","hidden":false},{"type":"notice","section":"Notices","hidden":false}]'

View File

@@ -3,7 +3,7 @@
"displayName": "BewlyBewly",
"version": "0.14.6",
"private": true,
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.3",
"description": "Just make a few small changes to your Bilibili homepage.",
"homepage": "https://github.com/hakadao/BewlyBewly",
"scripts": {
@@ -37,46 +37,46 @@
"dplayer": "^1.27.1",
"md5": "^2.3.0",
"mitt": "^3.0.1",
"overlayscrollbars": "^2.4.5",
"overlayscrollbars-vue": "^0.5.6",
"overlayscrollbars": "^2.5.0",
"overlayscrollbars-vue": "^0.5.7",
"pinia": "^2.1.7",
"qrcode.vue": "^3.4.1",
"vue-i18n": "^9.7.0",
"vue-i18n": "^9.9.1",
"vue-toastification": "2.0.0-rc.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@ffflorian/jszip-cli": "^3.5.1",
"@iconify/json": "^2.2.143",
"@antfu/eslint-config": "^2.6.4",
"@ffflorian/jszip-cli": "^3.6.2",
"@iconify/json": "^2.2.183",
"@iconify/vue": "^4.1.1",
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@rollup/plugin-replace": "^5.0.5",
"@types/dplayer": "^1.25.5",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.18.10",
"@types/node": "^18.19.17",
"@types/webextension-polyfill": "^0.9.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@unocss/reset": "^0.54.3",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-sfc": "^3.3.8",
"@vue/test-utils": "^2.4.2",
"@vueuse/core": "^10.6.1",
"chokidar": "^3.5.3",
"@vue/compiler-sfc": "^3.4.19",
"@vue/test-utils": "^2.4.4",
"@vueuse/core": "^10.7.2",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"crx": "^5.0.1",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fs-extra": "^10.1.0",
"jsdom": "^20.0.3",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"sass": "^1.69.5",
"sass": "^1.71.0",
"simple-git-hooks": "^2.9.0",
"terser": "^5.24.0",
"terser": "^5.27.1",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"unocss": "^0.54.3",
@@ -85,9 +85,9 @@
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.8",
"vitest": "^0.24.5",
"vue": "^3.3.8",
"vue": "^3.4.19",
"vue-demi": "^0.13.11",
"web-ext": "^7.8.0",
"web-ext": "^7.11.0",
"webext-bridge": "^5.0.5",
"webextension-polyfill": "^0.10.0"
},

682
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -144,7 +144,7 @@ function getPopularAnimeList() {
:capsule-text="item.is_finish
? $t('anime.total_episodes', { ep: item.total_count })
: $t('anime.update_to_n_episodes', {
ep: item.total_count,
ep: item.formal_ep_count,
})"
:desc="item.progress !== '' ? item.progress : $t('anime.havent_seen')"
w="2xl:[calc(100%/6-1.5rem)] xl:[calc(100%/5-1.5rem)] lg:[calc(100%/4-1.5rem)] md:[calc(100%/3-1.5rem)] sm:[calc(100%/2-1.5rem)] [calc(100%-1.5rem)]"

View File

@@ -20,46 +20,49 @@
position: relative;
}
.dyn-orig-author__following.following-icon:before,
.bili-dyn-live-users__more:hover:after,
.bili-dyn-list-loading img {
filter: var(--bew-filter-icon-glow);
}
:not(fjlsfd) {
.dyn-orig-author__following.following-icon:before,
.bili-dyn-live-users__more:hover:after,
.bili-dyn-list-loading img {
filter: var(--bew-filter-icon-glow);
}
.bili-dyn-topic__card,
.bili-topic-new__default__create__text,
.opus-module-topic,
.side-toolbar__action.is-active {
color: var(--bew-theme-color);
}
.bili-dyn-topic__card,
.bili-topic-new__default__create__text,
.opus-module-topic,
.side-toolbar__action.is-active {
color: var(--bew-theme-color);
}
.side-toolbar__action:not(.is-disabled):hover,
.side-toolbar__action:not(.is-disabled):hover svg {
color: var(--bew-theme-color) !important;
}
.side-toolbar__action:not(.is-disabled):hover,
.side-toolbar__action:not(.is-disabled):hover svg,
.bili-dyn-title__text.normal-vip-color {
color: var(--bew-theme-color) !important;
}
.bili-topic-new__default__create__icon:after,
.bili-topic-new__default__create__icon:before {
background-color: var(--bew-theme-color);
}
.bili-topic-new__default__create__icon:after,
.bili-topic-new__default__create__icon:before {
background-color: var(--bew-theme-color);
}
.bili-dyn-publishing__action:not(.disabled):hover {
background-color: var(--bew-theme-color-80);
}
.bili-dyn-publishing__action:not(.disabled):hover {
background-color: var(--bew-theme-color-80);
}
.bili-pics-uploader__add:hover {
border-color: var(--bew-theme-color-40);
}
.bili-pics-uploader__add:hover {
border-color: var(--bew-theme-color-40);
}
.bili-topic-new__default__create__icon,
.bili-pics-uploader__add:hover:after,
.bili-pics-uploader__add:hover:before {
background-color: var(--bew-theme-color-20);
}
.bili-topic-new__default__create__icon,
.bili-pics-uploader__add:hover:after,
.bili-pics-uploader__add:hover:before {
background-color: var(--bew-theme-color-20);
}
.side-toolbar__action.is-active svg path,
.opus-collection__action svg path:last-child {
fill: var(--bew-theme-color);
.side-toolbar__action.is-active svg path,
.opus-collection__action svg path:last-child {
fill: var(--bew-theme-color);
}
}
&.dark {
@@ -256,7 +259,8 @@
.bili-dyn-live-users,
.bili-dyn-live-users__title,
.bili-dyn-list-loading,
.bili-dyn-card-pgc__title {
.bili-dyn-card-pgc__title,
.dyn-card-opus__title {
color: var(--bew-text-1);
}

View File

@@ -32,6 +32,7 @@ html.bewly-design > ::-webkit-scrollbar-track {
::selection {
background: var(--bew-fill-3);
color: revert;
}
html.bewly-design,