feat: close #2447 pre-fill key/code/url

This commit is contained in:
Yidadaa
2023-07-20 23:17:58 +08:00
parent 0198c5b781
commit e5f6133127
4 changed files with 47 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ interface Commands {
fill?: Command;
submit?: Command;
mask?: Command;
code?: Command;
settings?: Command;
}
export function useCommand(commands: Commands = {}) {