chore: format

This commit is contained in:
Timothy Jaeryang Baek 2025-06-16 17:59:07 +04:00
parent b082a7edbe
commit b6ea043d18
7 changed files with 1513 additions and 1990 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "open-webui", "name": "open-webui",
"version": "0.6.14", "version": "0.6.15",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "open-webui", "name": "open-webui",
"version": "0.6.14", "version": "0.6.15",
"dependencies": { "dependencies": {
"@azure/msal-browser": "^4.5.0", "@azure/msal-browser": "^4.5.0",
"@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-javascript": "^6.2.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "open-webui", "name": "open-webui",
"version": "0.6.14", "version": "0.6.15",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "npm run pyodide:fetch && vite dev --host", "dev": "npm run pyodide:fetch && vite dev --host",

File diff suppressed because it is too large Load Diff

View File

@ -71,6 +71,10 @@
"code": "fr-FR", "code": "fr-FR",
"title": "French (France)" "title": "French (France)"
}, },
{
"code": "gl-ES",
"title": "Galician (Galego)"
},
{ {
"code": "ka-GE", "code": "ka-GE",
"title": "Georgian (ქართული)" "title": "Georgian (ქართული)"
@ -180,7 +184,7 @@
"title": "Turkish (Türkçe)" "title": "Turkish (Türkçe)"
}, },
{ {
"code": "tk-TW", "code": "tk-TM",
"title": "Turkmen (Türkmençe)" "title": "Turkmen (Türkmençe)"
}, },
{ {
@ -191,6 +195,14 @@
"code": "ur-PK", "code": "ur-PK",
"title": "Urdu (اردو)" "title": "Urdu (اردو)"
}, },
{
"code": "uz-Cyrl-UZ",
"title": "Uzbek (Cyrillic)"
},
{
"code": "uz-Latn-UZ",
"title": "Uzbek (Latin)"
},
{ {
"code": "vi-VN", "code": "vi-VN",
"title": "Vietnamese (Tiếng Việt)" "title": "Vietnamese (Tiếng Việt)"
@ -206,13 +218,5 @@
{ {
"code": "dg-DG", "code": "dg-DG",
"title": "Doge (🐶)" "title": "Doge (🐶)"
},
{
"code": "uz-Cyrl-UZ",
"title": "Uzbek (Cyrillic)"
},
{
"code": "uz-Latn-UZ",
"title": "Uzbek (Latin)"
} }
] ]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff