Skip to content

Commit

Permalink
Updated bgm.res v0.15.0
Browse files Browse the repository at this point in the history
首先,在此先祝大家龙年快乐!
因为学业原因,以及一段时间内的更新均没有同步到GitHub,因此本次更新内容较多
此版本更新内容如下:
代码优化:
1.代码结构完全调整,优化代码结构,各子功能代码模块化设计
2.优化各页面渲染设计,去除重复渲染与过度使用的backdrop-filter
3.优化目录结构,重新整理图标,字体,图像等素材
4.优化代码注释,提高代码可读性
5.更新Electron底层及部分依赖、
6.修复用户界面最近观看无法点击的问题
7.修复主页得分在部分情况下的显示错误
8.修复未收藏作品时EP仍会同步云端的错误
9.修复文件夹名称有单引号时打不开目录的问题
10.新增自定义正则匹配
11.修复云端模式bug 章节未观看对应的type为0而不是3
12.优化科学排名不存在时的显示
12.优化EPSP扫描代码
13.修复媒体编辑页面不显示默认封面的问题
14.修复部分作品添加作品时无法匹配封面的问题
新增功能:
1.新增全新媒体海报分享功能,支持自定分享词,保存与分享海报
2.新增全新通知Toast样式,并优化加载提示样式
3.标题栏新增快捷功能,支持快速访问排行榜,标签,每日番剧等页面
4.新增首页作品详情按钮,支持一键查看作品详情
5.新增EP自动更新,支持自动检索新下载的章节
6.新增本季度番剧自动启用EP自动更新
7.新增OOBE页面,支持首次使用显示指引(仍在优化中)
8.新增媒体库当前位置记忆,重复打开媒体库时会自动定位到上次打开的位置
9.新增作品详情相关目录
10.新增媒体库扫描递归文件夹,现在扫描媒体库时将自动扫描子文件夹。
在扫描到含媒体文件的文件夹后才会加入目录
11.新增高级媒体库匹配,现在作品信息如果由于罗马音匹配失败,
将自动尝试翻译为日语进行检索,大大提高扫描准确率
12.新增全新媒体库顶栏,界面大幅优化,搜索框与按钮排布更加美观,适配各种尺寸屏幕
13.新增个人主页时间瓷砖功能
14.账户登录新增使用AccessToken登录模式,优化登录体验
12.新增任务栏快捷任务-快捷添加媒体功能
界面优化:
1.优化首页在超宽屏幕与大屏幕的显示效果
2.优化界面菜单,作品详情等界面在宽屏幕上缩放的显示效果
3.优化作品编辑界面,与添加作品界面一样加入了搜索匹配作品功能
4.优化界面体验,现在保存作品信息,添加作品时不会再刷新全部应用
5.优化作品详情卡片,去除线框
6.优化软件托盘菜单样式
7.部分提示优化
8.相关作品添加了更多类别图标
9.页面切换动画速度提高
10.新增bgmlogoFonts字体
11.优化网络不畅时的预加载界面效果
12.新增作品详情页回顶部动画
13.用户时光机现在设置为使用外部浏览器打开
14.支持登出后自动关闭EP同步功能
  • Loading branch information
JimHans committed Feb 14, 2024
1 parent 736ecec commit bf4e8d5
Show file tree
Hide file tree
Showing 69 changed files with 2,172 additions and 1,045 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,22 @@
- [x] 作品库作品全局搜索
- [x] 手动作品添加,添加作品库外作品
- [x] 手动作品编辑,手动纠正作品信息,作品章节,添加SP章节等
- [x] 查看作品简介,评分,透视,制作信息,相关作品,标签与角色信息等
- [x] 自动同步观看进度至bangumi
- [x] 查看作品简介,评分,透视,制作信息,目录,相关作品,标签与角色信息等
- [x] 查看章节信息与讨论
- [x] 自定义作品封面与信息
- [x] 支持显示作品科学排名信息
- [x] 作品评分分段显示与标准差计算
- [x] 自动或手动记录作品观看进度
- [x] 作品简介翻译
- [x] bangumi账户活动主页
- [x] 支持特典扫描
- [x] 支持海报生成分享
- [x] 支持媒体库自动递归扫描
- [x] 支持新番自动扫描更新EP
- [ ] *支持作品合集创建*
- [ ] *支持自定义排序*
- [ ] *支持媒体库排版样式更换*
- [x] 支持特典扫描

**最近观看汇总**
- [x] 首页展示最近观看作品信息
Expand All @@ -63,8 +68,8 @@
**做种管理集合**
- [x] 合入qBittorrnet Web UI展示位,支持链接qBittorrnet管理做种
- [x] 自动检测Web UI联通情况
- [ ] *Web UI支持记住密码*
- [ ] *Web UI支持初始化界面填写URL*
- [ ] *基于Web API的全新管理UI*
- [ ] *Web UI支持自动登录*

**本地番剧观看**
- [x] 内置mpv播放引擎,支持单独更新播放器,mpv默认内置Anime4K。
Expand All @@ -77,6 +82,8 @@
- [x] 首页支持显示自定义背景图
- [x] 自定义主题色
- [x] 全局高斯模糊效果,非线性动画
- [x] OOBE开箱指南
- [x] 全局Mica/Acrylic效果

## 📥下载:
本项目默认提供Windows x64 可执行安装程序,未来将增加Linux版本二进制执行程序与Windows arm64 可执行安装程序打包。Mac OS用户请自行编译安装,由于手头没有林檎电脑(黑果也没有),因此不保证本项目程序在Mac OS的运行表现。
Expand Down
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added assets/OOBE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/RecentEP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ShareContent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/Star-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/anime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/bangumi-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bf4e8d5

Please sign in to comment.