{% extends "base.html" %} {% block title %}仪表板 - AI答案采集平台{% endblock %} {% block styles %} .header { background: white; padding: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; } .header-title { font-size: 24px; font-weight: 600; color: #333; } /* 操作步骤样式 */ .steps-container { background: white; padding: 24px; border-radius: 8px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .steps-title { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 20px; } /* 警示信息样式 */ .warning-text { font-size: 13px; color: #ad6800; line-height: 1.6; } .warning-text ul { margin: 8px 0 0 0; padding-left: 20px; } .warning-text li { margin-bottom: 4px; } /* 帮助按钮 */ .help-btn { position: absolute; top: 16px; right: 16px; width: 24px; height: 24px; border-radius: 50%; border: 2px solid #d9d9d9; background: white; color: #8c8c8c; font-size: 13px; font-weight: 600; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; line-height: 1; } .help-btn:hover { border-color: #fa8c16; color: #fa8c16; } .task-card { background: white; border-radius: 8px; padding: 20px; margin-bottom: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: all 0.3s; } .task-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } .task-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } .task-name { font-size: 18px; font-weight: 600; color: #333; } .task-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 15px; } .info-item { display: flex; flex-direction: column; } .info-label { font-size: 12px; color: #999; margin-bottom: 5px; } .info-value { font-size: 14px; color: #333; } .task-actions { display: flex; gap: 10px; } .empty-state { text-align: center; padding: 60px 20px; color: #999; } .empty-state i { font-size: 64px; margin-bottom: 20px; color: #ddd; } .analysis-filter { background: #f0f2f5; padding: 15px; border-radius: 8px; margin-bottom: 20px; } {% endblock %} {% block content %}
/v1/chat/completions
本机浏览器窗口已打开。
请在弹出的浏览器中登录 ${platform.name} 账户。
登录完成后,请先关闭弹出的 ${platform.name} 浏览器窗口,再回到本窗口点击“重新检测”。
云端浏览器窗口已打开。
${seconds} 秒后会自动打开云端桌面,请在云端桌面中登录 ${platform.name} 账户。
如果没有自动打开,请点击下方按钮手动进入云端桌面。
登录完成后,回到本页面点击“重新检测”验证登录状态。