mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-14 23:22:30 +00:00
feat: close #2447 pre-fill key/code/url
This commit is contained in:
@@ -7,6 +7,8 @@ interface Commands {
|
||||
fill?: Command;
|
||||
submit?: Command;
|
||||
mask?: Command;
|
||||
code?: Command;
|
||||
settings?: Command;
|
||||
}
|
||||
|
||||
export function useCommand(commands: Commands = {}) {
|
||||
|
Reference in New Issue
Block a user