42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			42 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								<!DOCTYPE html>
							 | 
						||
| 
								 | 
							
								<html lang="zh-CN">
							 | 
						||
| 
								 | 
							
								<head>
							 | 
						||
| 
								 | 
							
								    <meta charset="UTF-8">
							 | 
						||
| 
								 | 
							
								    <meta name="viewport" content="width=device-width, initial-scale=1.0">
							 | 
						||
| 
								 | 
							
								    <title>AntiScamAI - 设置</title>
							 | 
						||
| 
								 | 
							
								    <link rel="stylesheet" href="settings.css">
							 | 
						||
| 
								 | 
							
								    <script src="settings.js"></script>
							 | 
						||
| 
								 | 
							
								</head>
							 | 
						||
| 
								 | 
							
								<body>
							 | 
						||
| 
								 | 
							
								    <div class="container">
							 | 
						||
| 
								 | 
							
								        <h1>AntiScamAI - 设置</h1>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- 系统消息提醒 -->
							 | 
						||
| 
								 | 
							
								        <div class="setting-item">
							 | 
						||
| 
								 | 
							
								            <span>系统消息提醒</span>
							 | 
						||
| 
								 | 
							
								            <label class="switch">
							 | 
						||
| 
								 | 
							
								                <input type="checkbox" id="system-notification">
							 | 
						||
| 
								 | 
							
								                <span class="slider"></span>
							 | 
						||
| 
								 | 
							
								            </label>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- 语音提示 -->
							 | 
						||
| 
								 | 
							
								        <div class="setting-item">
							 | 
						||
| 
								 | 
							
								            <span>语音提示</span>
							 | 
						||
| 
								 | 
							
								            <label class="switch">
							 | 
						||
| 
								 | 
							
								                <input type="checkbox" id="voice-alert">
							 | 
						||
| 
								 | 
							
								                <span class="slider"></span>
							 | 
						||
| 
								 | 
							
								            </label>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        <!-- AI反诈助理显示模式 -->
							 | 
						||
| 
								 | 
							
								        <div class="setting-item">
							 | 
						||
| 
								 | 
							
								            <span>AI反诈助理显示模式</span>
							 | 
						||
| 
								 | 
							
								            <div>
							 | 
						||
| 
								 | 
							
								                <button class="btn" id="always-show">始终显示</button>
							 | 
						||
| 
								 | 
							
								                <button class="btn" id="smart-show">智能显示</button>
							 | 
						||
| 
								 | 
							
								            </div>
							 | 
						||
| 
								 | 
							
								        </div>
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								</body>
							 | 
						||
| 
								 | 
							
								</html>
							 |