llms.txt Content
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./slogo.png">
<title>QuantDinger</title>
<style>
:root {
color-scheme: light dark;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.first-loading-wrp {
min-height: 100vh;
display: grid;
place-items: center;
padding: 32px;
color: #111827;
background:
linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(20, 184, 166, 0.08)),
#f8fbff;
}
.first-loading-card {
width: 360px;
max-width: calc(100% - 32px);
display: grid;
justify-items: center;
gap: 18px;
padding: 36px 34px;
border: 1px solid rgba(148, 163, 184, 0.28);
border-radius: 18px;
background: rgba(255, 255, 255, 0.82);
box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
backdrop-filter: blur(16px);
}
.brand-mark {
width: 104px;
height: 104px;
border-radius: 50%;
object-fit: cover;
filter: drop-shadow(0 18px 32px rgba(37, 99, 235, 0.18));
animation: qdFloat 2.8s ease-in-out infinite;
}
.brand-title {
margin: 2px 0 0;
color: #0f172a;
font-size: 30px;
font-weight: 800;
letter-spacing: 0;
}
.brand-subtitle {
margin: 0;
color: #64748b;
font-size: 14px;
font-weight: 600;
text-align: center;
}
.loading-line {
width: 220px;
height: 4px;
overflow: hidden;
border-radius: 999px;
background: rgba(37, 99, 235, 0.12);
}