feat: edit suggestions before accepting worklog

This commit is contained in:
2026-06-05 00:53:13 +08:00
parent eb6a861310
commit 02d68ca3f4
10 changed files with 92 additions and 21 deletions
+8
View File
@@ -94,6 +94,14 @@ export function DeleteWorklogEntry(arg1) {
return window['go']['main']['App']['DeleteWorklogEntry'](arg1);
}
export function AcceptSuggestionWith(arg1, arg2, arg3, arg4, arg5) {
return window['go']['main']['App']['AcceptSuggestionWith'](arg1, arg2, arg3, arg4, arg5);
}
export function AcceptSuggestionFull(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
return window['go']['main']['App']['AcceptSuggestionFull'](arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
}
export function Search(arg1) {
return window['go']['main']['App']['Search'](arg1);
}