Skip to content

Commit

Permalink
Better description for AddEssenceViewerToGroupSettingsHook.java (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonLeeeaf authored Feb 17, 2024
1 parent 6752703 commit fb055bf
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ private AddEssenceViewerToGroupSettingsHook() {
@NonNull
@Override
public String getName() {
return "在群设置页添加精华消息入口 (TIM)";
return "在群设置页添加精华消息入口";
}

@NonNull
@Override
public String getDescription() {
return "本功能仅针对 TIM 用户\n如果打开后的列表为空,可能是由于 p_skey 不在内置浏览器的 Cookie 内,可以尝试打开群机器人页面,随意点击一个资料卡以解决(即使网页提示错误)\n不保证永久可用";
}

@NonNull
Expand All @@ -68,6 +74,7 @@ public String[] getUiItemLocation() {
}

// 根据 Lcom/tencent/mobileqq/activity/ChatSettingForTroop; 进行编写
// 感谢 klxiaoniu 大佬对本功能进行的修复和改善 :)
@Override
public boolean initOnce() throws Exception {
// 第一次写这么复杂的功能
Expand Down

0 comments on commit fb055bf

Please sign in to comment.