mirror of
https://github.com/open-webui/open-webui
synced 2025-05-17 03:54:02 +00:00
fix: fix typo
This commit is contained in:
parent
98857184ff
commit
17dbb3ec57
@ -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"
|
||||||
}
|
}
|
@ -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'
|
Loading…
Reference in New Issue
Block a user