mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
feat: upgrade frontend
This commit is contained in:
@@ -17,6 +17,9 @@ var Languages = map[string]string{
|
||||
"en_US": "English",
|
||||
"es_ES": "Español",
|
||||
"de_DE": "Deutsch",
|
||||
"it_IT": "Italiano",
|
||||
"ru_RU": "Русский",
|
||||
"ta_IN": "தமிழ்",
|
||||
}
|
||||
|
||||
type Localizer struct {
|
||||
|
||||
@@ -19,7 +19,7 @@ download_and_extract() {
|
||||
|
||||
curl -L -o "dist.zip" "$repository/releases/download/$version/dist.zip"
|
||||
|
||||
[ -e "$targetDir" ] && rm -r "$targetDir"
|
||||
[ -e "$targetDir" ] && rm -r "$targetDir"
|
||||
unzip -q dist.zip
|
||||
mv dist "$targetDir"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: "OfficialAdmin"
|
||||
repository: "https://github.com/nezhahq/admin-frontend"
|
||||
author: "nezhahq"
|
||||
version: "v1.9.0"
|
||||
version: "v1.10.0"
|
||||
is_admin: true
|
||||
is_official: true
|
||||
- path: "user-dist"
|
||||
|
||||
Reference in New Issue
Block a user