Skip to content

Commit

Permalink
更新 规格文件
Browse files Browse the repository at this point in the history
更新 规格描述文件
  • Loading branch information
xiaowine committed Sep 26, 2024
1 parent a2d4a96 commit 0c58d51
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
24 changes: 21 additions & 3 deletions app/src/main/assets/app_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,37 @@
"rules": [
{
"startVersionCode": 0,
"endVersionCode": 2147483647,
"endVersionCode": 10000,
"excludeVersions": [],
"apiVersion": 0,
"useApi": false,
"getLyricType": 1,
"remarks": ""
},
{
"startVersionCode": 10001,
"endVersionCode": 2147483647,
"excludeVersions": [],
"apiVersion": 0,
"useApi": false,
"getLyricType": 0,
"remarks": ""
}
]
},
{
"packageName": "com.kugou.android.lite",
"name": "酷狗音乐概念版",
"rules": [
{
"startVersionCode": 10545,
"endVersionCode": 10648,
"excludeVersions": [],
"apiVersion": 0,
"useApi": false,
"getLyricType": 1,
"remarks": ""
},
{
"startVersionCode": 10545,
"endVersionCode": 2147483647,
Expand Down Expand Up @@ -510,6 +528,6 @@
]
}
],
"appRulesVersion": 9,
"version": 6
"appRulesVersion": 10,
"version": 7
}
4 changes: 2 additions & 2 deletions app/src/main/assets/app_rules_tips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ getLyricType:
3:强制模式(也就是上面三种模式之外的方法)


appRulesVersion:规则版本
version:规则文件版本
appRulesVersion:规则版本(没改动hook点只有这个版本号+1)
version:规则文件版本(改动hook点和上面版本号都+1)

0 comments on commit 0c58d51

Please sign in to comment.