fix: fix typo

This commit is contained in:
Fabio Polito 2025-03-07 00:19:26 +00:00
parent 98857184ff
commit 17dbb3ec57
2 changed files with 14 additions and 14 deletions

View File

@ -2,20 +2,20 @@
"name": "Open WebUI", "name": "Open WebUI",
"short_name": "WebUI", "short_name": "WebUI",
"icons": [ "icons": [
{ {
"src": "/static/web-app-manifest-192x192.png", "src": "/static/web-app-manifest-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png", "type": "image/png",
"purpose": "maskable" "purpose": "maskable"
}, },
{ {
"src": "/static/web-app-manifest-512x512.png", "src": "/static/web-app-manifest-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png", "type": "image/png",
"purpose": "maskable" "purpose": "maskable"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#ffffff",
"background_color": "#ffffff", "background_color": "#ffffff",
"display": "standalone" "display": "standalone"
} }

View File

@ -176,4 +176,4 @@ force-include = { "CHANGELOG.md" = "open_webui/CHANGELOG.md", build = "open_webu
skip = '.git*,*.svg,package-lock.json,i18n,*.lock,*.css,*-bundle.js,locales,example-doc.txt,emoji-shortcodes.json' skip = '.git*,*.svg,package-lock.json,i18n,*.lock,*.css,*-bundle.js,locales,example-doc.txt,emoji-shortcodes.json'
check-hidden = true check-hidden = true
# ignore-regex = '' # ignore-regex = ''
ignore-words-list = 'ans' ignore-words-list = 'ans'