浏览代码

fix: fix typo

Fabio Polito 4 月之前
父节点
当前提交
17dbb3ec57
共有 2 个文件被更改,包括 14 次插入14 次删除
  1. 13 13
      backend/open_webui/static/site.webmanifest
  2. 1 1
      pyproject.toml

+ 13 - 13
backend/open_webui/static/site.webmanifest

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

+ 1 - 1
pyproject.toml

@@ -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'
 check-hidden = true
 # ignore-regex = ''
-ignore-words-list = 'ans'
+ignore-words-list = 'ans'