Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit ae14e63

Browse files
committed
try to use network update
1 parent 90378a5 commit ae14e63

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ private final void m0(ViewProgressReply viewProgressReply, long j2, long j3) {}
4646

4747
![guide](Screenshot/guide.png)
4848

49+
Note: The parameter type of the method must be **ViewProgressReply, long, long**
50+
4951
Record the class name and method name
5052

5153
class name :`tv.danmaku.chronos.wrapper.chronosrpc.remote.RemoteServiceHandler`
@@ -59,4 +61,5 @@ Enter the **class name** and **method name** into this app and **save**
5961
<img src="Screenshot/demo.jpg" width="50%">
6062

6163
**restart** bilibili
64+
6265
enjoy

app/src/main/AndroidManifest.xml

-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
</intent-filter>
2020
</activity>
2121

22-
<!-- <activity-alias-->
23-
<!-- android:name=".MainActivity-Alias"-->
24-
<!-- android:exported="true"-->
25-
<!-- android:targetActivity=".MainActivity">-->
26-
<!-- <intent-filter>-->
27-
<!-- <action android:name="android.intent.action.MAIN" />-->
28-
<!-- <category android:name="android.intent.category.LAUNCHER" />-->
29-
<!-- </intent-filter>-->
30-
<!-- </activity-alias>-->
3122
<activity-alias
3223
android:name=".MainActivityAlias"
3324
android:enabled="true"

remote.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
{
3+
"hdJson": [
4+
{
5+
"methodName": "d0",
6+
"className": "tv.danmaku.chronos.wrapper.rpc.remote.RemoteServiceHandler",
7+
"version": "1.18.0"
8+
}
9+
],
10+
"biliJson": [
11+
{
12+
"methodName": "J6",
13+
"className": "tv.danmaku.chronos.wrapper.ChronosService",
14+
"version": "6.15.1"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)