File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
app/src/main/java/cc/ioctl/hook/msg Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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 () {
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments