mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
Update hid.ts
This commit is contained in:
committed by
GitHub
parent
84d65fb167
commit
5d196ff8d8
@@ -2,7 +2,7 @@ import { http } from '@/lib/http.ts';
|
||||
|
||||
// paste
|
||||
export function paste(content: string, langue: string) {
|
||||
return http.post('/api/hid/paste', { content });
|
||||
return http.post('/api/hid/paste', { content, langue });
|
||||
}
|
||||
|
||||
// reset hid
|
||||
|
||||
Reference in New Issue
Block a user