Skip to content

Commit c8d7b8f

Browse files
committed
1. 更新安卓9.0图标支持
2. 更新下载二维码
1 parent 7d63c7f commit c8d7b8f

File tree

9 files changed

+8
-6
lines changed

9 files changed

+8
-6
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.shitu">
2+
xmlns:tools="http://schemas.android.com/tools"
3+
package="com.shitu">
34

45
<uses-permission android:name="android.permission.INTERNET" />
56
<uses-permission android:name="android.permission.CAMERA" />
@@ -17,7 +18,8 @@
1718
android:label="@string/app_name"
1819
android:icon="@mipmap/ic_launcher"
1920
android:roundIcon="@mipmap/ic_launcher_round"
20-
android:networkSecurityConfig="@xml/network_security_config"
21+
android:networkSecurityConfig="@xml/network_security_config"
22+
tools:ignore="GoogleAppIndexingWarning"
2123
android:allowBackup="false"
2224
android:largeHeap="true"
2325
android:theme="@style/AppTheme">
-89 Bytes
Loading
1.74 KB
Loading
-149 Bytes
Loading
84 Bytes
Loading
1.67 KB
Loading
2.24 KB
Loading

app/pages/News/BuDeJie/index_new.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ class BuDeJie extends React.Component<Props, any> {
108108
}}
109109
renderIndexPath={this.renderItem}
110110
// loadingFooter={ChineseWithLastDateFooter}
111-
onLoading={async () => {
112-
await this.buDeJieMobx.fetchBuDeJieData(this.props.type, maxtime);
113-
this._list.endLoading();
114-
}}
111+
// onLoading={async () => {
112+
// await this.buDeJieMobx.fetchBuDeJieData(this.props.type, maxtime);
113+
// this._list.endLoading();
114+
// }}
115115
/>
116116
);
117117
}

screenshots/识兔二维码.png

-16 KB
Loading

0 commit comments

Comments
 (0)