Skip to content

Commit

Permalink
- publish v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy0729 committed Dec 30, 2022
1 parent 5afb732 commit 747e705
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 16 deletions.
22 changes: 14 additions & 8 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,26 @@ Google Play 被恶意举报已被暂停申诉无果,因为不同渠道包互

## Update

v7.4.0 -2022/11/28
v7.5.0 -2022/12/31

—— 新增 ——

- [x] [帖子] 重新设计收藏帖子逻辑 (数据自动同步到云,已删除旧的保存在本地的逻辑,旧数据已不好处理所以废弃了)
- [x] [进度] 进度条用颜色区分了放送到多少话
- [x] [本地备份] 实现导入 CSV 功能(发现页面进入,导入 CSV 功能很多功能可能尚未验证,会在未来几个版本内完善)

—— 优化 ——

- [x] [进度] 网格布局补全列表布局拥有的功能,并修复了若干存在的问题
- [x] [进度] 修复了长篇条目章节当前放送到集数计算错误的问题
- [x] 回复框组件下方追加常用快捷短语
- [x] [发现] 找番剧更新到了 2022-11 月的数据
- [x] [设置] 可配置打开外部浏览器前,是否进行复制网址 (默认复制,设置 → 定制 进入)
- [x] [首页进度] 优化了多季度番剧放送信息数字的显示
- [x] [空间] 追加网页新增的评分统计块
- [x] 条目管理框中标签改为多行展示
- [x] [帖子] 首次进入帖子会主动获取收藏数
- [x] [标签] 列表加入了按标注数排序
- [x] [资讯] 文章现在可以选择使用内置浏览器打开

—— 修复 ——

- [x] 修复了条目封面加载失败的问题(使用源站点图片会比以前更加清晰,但是可能要等大多数人用上了加载速度才会变快)
- [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.4.0",
"version": "7.5.0",
"android": {
"versionCode": 70400,
"versionCode": 70500,
"package": "com.czy0729.bangumi",
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/foreground.png",
Expand Down
4 changes: 2 additions & 2 deletions src/constants/cdn/onair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: czy0729
* @Date: 2022-05-23 05:43:20
* @Last Modified by: czy0729
* @Last Modified time: 2022-05-29 11:42:30
* @Last Modified time: 2022-12-30 23:37:54
*/
import dayjs from 'dayjs'
import { SubjectId } from '@types'
Expand All @@ -12,7 +12,7 @@ import { HOST_DOGE, HOST_CDN_STATIC } from './ds'
/** 每日放送, https://github.com/ekibot/bangumi-onair */
export const CDN_ONAIR = () => {
// return `${HOST_CDN}/gh/ekibot/bangumi-link@master/calendar.json?t=${getTimestamp()}` as const
return `${HOST_DOGE}/bangumi-onair/calendar.json` as const
return `${HOST_DOGE}/bangumi-onair/calendar.json?ts=${getTimestamp()}` as const
}

/** 单集数据源, https://github.com/ekibot/bangumi-onair */
Expand Down
21 changes: 21 additions & 0 deletions web/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

v7.5.0 -2022/12/31

—— 新增 ——

- [x] [本地备份] 实现导入 CSV 功能(发现页面进入,导入 CSV 功能很多功能可能尚未验证,会在未来几个版本内完善)

—— 优化 ——

- [x] [首页进度] 优化了多季度番剧放送信息数字的显示
- [x] [空间] 追加网页新增的评分统计块
- [x] 条目管理框中标签改为多行展示
- [x] [帖子] 首次进入帖子会主动获取收藏数
- [x] [标签] 列表加入了按标注数排序
- [x] [资讯] 文章现在可以选择使用内置浏览器打开

—— 修复 ——

- [x] 修复了条目封面加载失败的问题(使用源站点图片会比以前更加清晰,但是可能要等大多数人用上了加载速度才会变快)
- [x] [每日放送] 修复了数据没更新的问题
- [x] [索引] 修复年月份选择有时会计算错误的问题

v7.4.0 -2022/11/28

—— 新增 ——
Expand Down
2 changes: 2 additions & 0 deletions web/android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"bangumi-data": "0.3.91",
"cheerio-without-node-native": "0.20.2",
"crypto-js": "3.1.9-1",
"csvjson-csv2json": "^5.0.6",
"dayjs": "1.10.8",
"deepmerge": "4.2.2",
"expo": "38.0.0",
Expand All @@ -55,6 +56,7 @@
"expo-status-bar": "1.0.0",
"expo-web-browser": "8.3.1",
"hoist-non-react-statics": "2.5.0",
"json2csv": "^5.0.7",
"lazy-aho-corasick": "1.2.2",
"lodash.isequal": "4.5.0",
"mobx": "4.9.2",
Expand Down
14 changes: 10 additions & 4 deletions web/ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"pk": "pkill node",
"postinstall": "patch-package",
"r": "sudo shutdown -r now",
"start": "EXPO_USE_EXOTIC=0 expo start",
"start": "expo start",
"start:client": "expo start --dev-client",
"start:offline": "EXPO_USE_EXOTIC=0 expo start --lan --offline",
"top": "top -s 4 -o rsize"
"top": "top -s 4 -o rsize",
"ios": "expo run:ios"
},
"dependencies": {
"@ant-design/react-native": "3.1.3",
Expand All @@ -38,6 +40,7 @@
"bangumi-data": "^0.3.88",
"cheerio-without-node-native": "0.20.2",
"crypto-js": "3.1.9-1",
"csvjson-csv2json": "^5.0.6",
"dayjs": "1.10.8",
"deepmerge": "4.2.2",
"expo": "^45.0.0",
Expand All @@ -58,6 +61,7 @@
"expo-updates": "~0.13.2",
"expo-web-browser": "~10.2.0",
"hoist-non-react-statics": "2.5.0",
"json2csv": "^5.0.7",
"lazy-aho-corasick": "^1.2.2",
"lodash": "^4.17.4",
"lodash.isequal": "^4.5.0",
Expand All @@ -69,7 +73,7 @@
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.1",
"react-native": "0.68.2",
"react-native-actions-shortcuts": "^1.0.1",
"react-native-android-keyboard-adjust": "1.2.0",
"react-native-calendar-events": "^2.2.0",
Expand All @@ -95,6 +99,7 @@
"react-native-smb": "^0.2.4",
"react-native-tab-view": "2.14.3",
"react-native-unimodules": "~0.15.0",
"react-native-web": "0.17.7",
"react-native-webview": "11.18.1",
"react-navigation": "3.0.9",
"recyclerlistview": "^4.0.1",
Expand Down Expand Up @@ -122,5 +127,6 @@
"typescript": "~4.3.5"
},
"private": true,
"version": "1.0.0"
"version": "1.0.0",
"name": "Bangumi32"
}

0 comments on commit 747e705

Please sign in to comment.