Skip to content

Commit

Permalink
- publish v7.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
czy0729 committed Apr 5, 2023
1 parent ac3b972 commit fdd8a34
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 11 deletions.
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.11.1",
"version": "7.11.2",
"android": {
"versionCode": 71110,
"versionCode": 71120,
"package": "com.czy0729.bangumi",
"adaptiveIcon": {
"foregroundImage": "./src/assets/images/foreground.png",
Expand Down
6 changes: 3 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module.exports = function (api) {
return {
presets: ['babel-preset-expo'],
plugins: [
'react-native-reanimated/plugin',
['@babel/plugin-proposal-decorators', { version: 'legacy' }],
['@babel/plugin-proposal-class-properties', { loose: true }]
'react-native-reanimated/plugin'
// ['@babel/plugin-proposal-decorators', { version: 'legacy' }],
// ['@babel/plugin-proposal-class-properties', { loose: true }]
// ['babel-plugin-react-docgen-typescript', { exclude: 'node_modules' }]
]
}
Expand Down
4 changes: 2 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: czy0729
* @Date: 2019-06-02 14:42:28
* @Last Modified by: czy0729
* @Last Modified time: 2023-04-05 16:39:50
* @Last Modified time: 2023-04-06 06:27:23
*/
import { Paths } from '@types'

Expand All @@ -28,7 +28,7 @@ export const TEXT_ONLY = DEV ? DEV : false
const CONFIGS: Configs = {
initialRouteName: 'HomeTab', // HomeTab
initialRouteParams: {
// subjectId: 302766 // anime: 296870, music: 302514, book: 267358, game: 137458
// subjectId: 397025 // anime: 296870, music: 302514, book: 267358, game: 137458
// topicId: 'group/379812' // group/366561
// userId: 456208 // 456208, 419012, 'lilyurey'
// monoId: 'character/76270' // character/70323 person/5745
Expand Down
13 changes: 13 additions & 0 deletions web/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v7.11.2 - 2023/04/06

### 优化

- [x] [帖子] 贴贴跟进了 2 个网页端新的表情
- [x] [每日放送] 暂时手动录入 2023S2 季度新番放送数据
- [x] 优化了捕获错误的逻辑,减少闪退频率

### 修复

- [x] [条目] 修复了因网页结构改到导致的不能获取到吐槽的问题
- [x] [条目] 追踪某用户评论后,该用户信息因其他原因丢失,现在会自动更新

## v7.11.0 - 2023/04/02

### 新增
Expand Down
29 changes: 25 additions & 4 deletions web/package.ios.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"start:offline": "EXPO_USE_EXOTIC=0 expo start --lan --offline",
"top": "top -s 4 -o rsize",
"mv": "sudo yarn k && mv ios ios_ && mv android android_",
"re": "sudo mv ios_ ios && mv android_ android && yarn k"
"re": "sudo mv ios_ ios && mv android_ android && yarn k",
"storybook:web": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@ant-design/react-native": "3.1.3",
Expand Down Expand Up @@ -58,9 +60,9 @@
"lazy-aho-corasick": "^1.2.2",
"lodash": "^4.17.4",
"lodash.isequal": "^4.5.0",
"mobx": "^6.8.0",
"mobx-react": "^7.6.0",
"mobx-react-lite": "^3.4.0",
"mobx": "6.8.0",
"mobx-react": "7.6.0",
"mobx-react-lite": "3.4.0",
"p-limit": "^4.0.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
Expand Down Expand Up @@ -102,15 +104,34 @@
},
"resolutions": {
"@types/react": "17.0.2",
"htmlparser2": "^3.9.0",
"react-native-safe-area-view": "1.1.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@react-native-community/eslint-config": "^3.0.1",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-ondevice-actions": "^6.5.1",
"@storybook/addon-ondevice-backgrounds": "^6.5.1",
"@storybook/addon-ondevice-controls": "^6.5.1",
"@storybook/addon-ondevice-notes": "^6.5.1",
"@storybook/addon-react-native-web": "^0.0.19",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/react-native": "^6.5.1",
"@types/react": "~17.0.21",
"@types/react-native": "~0.67.6",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-loader": "^8.2.3",
"babel-plugin-react-docgen-typescript": "^1.5.1",
"babel-plugin-react-native-web": "^0.18.10",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.5.2",
Expand Down

0 comments on commit fdd8a34

Please sign in to comment.