feat: update dependencies
This commit is contained in:
parent
55fe1d144f
commit
3e087bd257
16 changed files with 2004 additions and 474 deletions
|
@ -88,9 +88,18 @@ async function tempdir() {
|
|||
}
|
||||
});
|
||||
}
|
||||
async function locale() {
|
||||
return invokeTauriCommand({
|
||||
__tauriModule: "Os",
|
||||
message: {
|
||||
cmd: "locale"
|
||||
}
|
||||
});
|
||||
}
|
||||
export {
|
||||
EOL,
|
||||
arch,
|
||||
locale,
|
||||
platform,
|
||||
tempdir,
|
||||
type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue