feat: upgrade frontend

This commit is contained in:
naiba
2025-03-22 22:44:25 +08:00
parent b386a61cf8
commit 954939e99d
3 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ var Languages = map[string]string{
"en_US": "English", "en_US": "English",
"es_ES": "Español", "es_ES": "Español",
"de_DE": "Deutsch", "de_DE": "Deutsch",
"it_IT": "Italiano",
"ru_RU": "Русский",
"ta_IN": "தமிழ்",
} }
type Localizer struct { type Localizer struct {

View File

@@ -19,7 +19,7 @@ download_and_extract() {
curl -L -o "dist.zip" "$repository/releases/download/$version/dist.zip" 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 unzip -q dist.zip
mv dist "$targetDir" mv dist "$targetDir"

View File

@@ -2,7 +2,7 @@
name: "OfficialAdmin" name: "OfficialAdmin"
repository: "https://github.com/nezhahq/admin-frontend" repository: "https://github.com/nezhahq/admin-frontend"
author: "nezhahq" author: "nezhahq"
version: "v1.9.0" version: "v1.10.0"
is_admin: true is_admin: true
is_official: true is_official: true
- path: "user-dist" - path: "user-dist"