Skip to content

Commit

Permalink
- publish v7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy0729 committed Apr 29, 2023
1 parent e30a1fa commit 3111785
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
16 changes: 9 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,21 @@ Bangumi 是用于管理追番进度(不限于动漫、音乐、日剧、游戏

# 版本

## v7.12.0 - 2023/04/20
## v7.13.0 - 2023/04/29

### 新增

- [x] [发现] 实装了网页版的 Dollars

### 优化

- [x] 内置更新了 2023Q2 相关番剧信息
- [x] [条目、帖子] 为了提升性能, 长列表中文字已经不允许长按选择复制,可使用右侧的菜单复制正文内容
- [x] [找漫画] 更新了数据
- [x] 大部分页面里面的图片,都改成了懒渲染
- [x] [人物] 合作块
- [x] [条目] 优化了预览图匹配的逻辑
- [x] [设置] CDN 模块改名为图片,并删除失效功能相关代码

### 修复

- [x] [每日放送] 修复放送时间全都早了 1 个小时的问题
- [x] [帖子] 修复了特定情况下,富文本显示文字行高不够的问题
- [x] [条目] 修复了书籍更新章节后无任何反馈的问题

[CHANGELOGS](https://github.com/czy0729/Bangumi/blob/master/web/CHANGELOG.MD)

Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"expo": {
"description": "A React Native App for https://bgm.tv, tinygrail plugin 4.5.0",
"version": "7.12.1",
"version": "7.13.0",
"android": {
"versionCode": 71210,
"versionCode": 71300,
"package": "com.czy0729.bangumi",
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/foreground.png",
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const RERENDER_SHOW = /ZZZ/ // /Rakuen\.(.+?)\.Main/
export const ANDROID_DEV_MENU = true

/** 是否不显示图片 (开发用) false 是为了打包后的 apk 稳定显示图片 */
export const TEXT_ONLY = DEV ? !DEV : false
export const TEXT_ONLY = DEV ? DEV : false

/** 反代地址 */
export const HOST_PROXY = 'https://bangumi-app-webproxy.magmablock.top'
Expand Down
16 changes: 16 additions & 0 deletions web/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v7.13.0 - 2023/04/29

### 新增

- [x] [发现] 实装了网页版的 Dollars

### 优化

- [x] [人物] 合作块
- [x] [条目] 优化了预览图匹配的逻辑
- [x] [设置] CDN 模块改名为图片,并删除失效功能相关代码

### 修复

- [x] [条目] 修复了书籍更新章节后无任何反馈的问题

## v7.12.0 - 2023/04/20

### 优化
Expand Down

0 comments on commit 3111785

Please sign in to comment.