chore: fix view shortcut activity

This commit is contained in:
Steven
2023-12-18 08:44:56 +08:00
parent aa1351f815
commit 47346182f0
12 changed files with 228 additions and 144 deletions

View File

@ -93,6 +93,8 @@ message ListShortcutsResponse {
message GetShortcutRequest {
string name = 1;
bool record_view = 2;
}
message GetShortcutResponse {