feat(install): self check before install

This commit is contained in:
Jacky 2025-04-23 01:21:05 +00:00
parent cb7758ebc9
commit 455c9497b7
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
36 changed files with 2100 additions and 1829 deletions

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"i18n-gettext.localesConfig": {
"type": "nested",
"basePath": "app/src/language",
"pattern": "${locale}/${domain}.po",
"defaultDomain": "app",
"sourceLanguage": "en"
},
}