Skip to content

Commit 3420600

Browse files
committed
chore: refine FileShareExtHook and SharePicExtHook description
1 parent b650e5f commit 3420600

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

app/src/main/java/cc/ioctl/hook/msg/FileShareExtHook.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ public String getDescription() {
8989
return "[QQ>=8.8.80]为聊天文件菜单添加分享至其他应用";
9090
}
9191

92+
@Nullable
93+
@Override
94+
public String[] getExtraSearchKeywords() {
95+
return new String[]{"跨应用分享文件"};
96+
}
97+
9298
@NonNull
9399
@Override
94100
public String[] getUiItemLocation() {

app/src/main/java/cc/ioctl/hook/msg/SharePicExtHook.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ public String[] getUiItemLocation() {
9696
return FunctionEntryRouter.Locations.Auxiliary.MESSAGE_CATEGORY;
9797
}
9898

99+
@Nullable
100+
@Override
101+
public String[] getExtraSearchKeywords() {
102+
return new String[]{"跨应用分享图片"};
103+
}
104+
99105
@Override
100106
public boolean isAvailable() {
101107
return !HostInfo.isTim();

0 commit comments

Comments
 (0)