fix: change title
This commit is contained in:
		@@ -50,3 +50,9 @@ const url = new URL(window.location.href);
 | 
			
		||||
const isKevisual = url.hostname === 'kevisual.cn';
 | 
			
		||||
const isKevisualXiongxiao = url.hostname === 'kevisual.xiongxiao.me';
 | 
			
		||||
export const config = isKevisual ? kevisualConfig : isKevisualXiongxiao ? kevisualXiongxiaoConfig : silkyConfig;
 | 
			
		||||
 | 
			
		||||
if (isKevisual || isKevisualXiongxiao) {
 | 
			
		||||
  // document.title = '杭州余杭逸文设计工作室';
 | 
			
		||||
} else {
 | 
			
		||||
  document.title = 'SilkyAI';
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user