tth37 3 周之前
父節點
當前提交
db9d4ead59
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/lib/components/admin/Settings/WebSearch.svelte

+ 1 - 2
src/lib/components/admin/Settings/WebSearch.svelte

@@ -71,8 +71,7 @@
 
 			// Convert array back to comma-separated string for display
 			if (webConfig?.WEB_SEARCH_DOMAIN_FILTER_LIST) {
-				webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST =
-					webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST.join(',');
+				webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST = webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST.join(',');
 			}
 
 			webConfig.YOUTUBE_LOADER_LANGUAGE = webConfig.YOUTUBE_LOADER_LANGUAGE.join(',');