Skip to content

Commit

Permalink
fix: ChatItemShowQQUin 8.9.88.12880/4790
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Oct 28, 2023
1 parent c98231a commit d5caa85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/io/github/qauxv/util/QQVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ private QQVersion() {
public static final long QQ_8_9_80 = 4614;
public static final long QQ_8_9_83 = 4680;
public static final long qq_8_9_85 = 4766;
public static final long QQ_8_9_88_12880 = 4790; // beta
}
1 change: 1 addition & 0 deletions app/src/main/java/me/ketal/hook/ChatItemShowQQUin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ object ChatItemShowQQUin : CommonConfigFunctionHook(), OnBubbleBuilder {

// X2J_APT <- ???Binding <- AIOSenderBubbleTemplate
private val NAME_TAIL_LAYOUT = when {
requireMinQQVersion(QQVersion.QQ_8_9_88_12880) -> "slv"
requireMinQQVersion(QQVersion.qq_8_9_85) -> "sih"
requireMinQQVersion(QQVersion.QQ_8_9_83) -> "shv"
requireMinQQVersion(QQVersion.QQ_8_9_80) -> "sg6"
Expand Down

0 comments on commit d5caa85

Please sign in to comment.