fix: change title
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
<html lang="en">
 | 
					<html lang="en">
 | 
				
			||||||
<meta charset="UTF-8">
 | 
					<meta charset="UTF-8">
 | 
				
			||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
					<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
				
			||||||
<title>AI Apps</title>
 | 
					<title>杭州余杭逸文设计工作室</title>
 | 
				
			||||||
<link rel="stylesheet" href="./src/assets/index.css">
 | 
					<link rel="stylesheet" href="./src/assets/index.css">
 | 
				
			||||||
<style>
 | 
					<style>
 | 
				
			||||||
  html,
 | 
					  html,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,3 +50,9 @@ const url = new URL(window.location.href);
 | 
				
			|||||||
const isKevisual = url.hostname === 'kevisual.cn';
 | 
					const isKevisual = url.hostname === 'kevisual.cn';
 | 
				
			||||||
const isKevisualXiongxiao = url.hostname === 'kevisual.xiongxiao.me';
 | 
					const isKevisualXiongxiao = url.hostname === 'kevisual.xiongxiao.me';
 | 
				
			||||||
export const config = isKevisual ? kevisualConfig : isKevisualXiongxiao ? kevisualXiongxiaoConfig : silkyConfig;
 | 
					export const config = isKevisual ? kevisualConfig : isKevisualXiongxiao ? kevisualXiongxiaoConfig : silkyConfig;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if (isKevisual || isKevisualXiongxiao) {
 | 
				
			||||||
 | 
					  // document.title = '杭州余杭逸文设计工作室';
 | 
				
			||||||
 | 
					} else {
 | 
				
			||||||
 | 
					  document.title = 'SilkyAI';
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user