Replace focused text from Android source

This commit is contained in:
Misaka
2026-05-15 22:09:31 +08:00
parent d4b7a23e38
commit a6602206c5
6 changed files with 133 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ using System.Text.Json.Serialization;
public enum SyncAction
{
InsertText,
ReplaceAll,
Backspace,
Enter,
Ping