mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="ar" dir="rtl">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Dealix — جاهزية الإطلاق</title>
|
|
<style>
|
|
body{margin:0;background:#0a0f12;color:#e8f2ec;font-family:system-ui,Segoe UI,sans-serif;line-height:1.75}
|
|
.wrap{max-width:960px;margin:auto;padding:32px 18px}
|
|
h1{font-size:2rem}
|
|
.score{font-size:3rem;font-weight:800;color:#5cf0a8}
|
|
ul{padding-right:1.2rem}
|
|
.card{background:#121a1f;border:1px solid #223033;border-radius:16px;padding:18px;margin:14px 0}
|
|
code{background:#1a2429;padding:2px 6px;border-radius:6px}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main class="wrap">
|
|
<h1>جاهزية الإطلاق — نظرة سريعة</h1>
|
|
<p>اطلب التقرير الكامل من الـ API:</p>
|
|
<div class="card"><code>GET /api/v1/personal-operator/launch-report</code></div>
|
|
<p class="score">~٦٠٪</p>
|
|
<p>الدرجة تقريبية من النموذج الحالي؛ ربطها بـ CI والإنتاج يحسّن الدقة.</p>
|
|
<h2>بيتا خاصة</h2>
|
|
<ul>
|
|
<li>اختبارات أساسية خضراء على staging</li>
|
|
<li>واتساب: أزرار موافقة فقط</li>
|
|
<li>لا إرسال بارد</li>
|
|
</ul>
|
|
<h2>إطلاق عام</h2>
|
|
<ul>
|
|
<li>PDPL: تصدير/حذف واضح</li>
|
|
<li>فوترة ودعم</li>
|
|
<li>مراقبة وSLOs</li>
|
|
</ul>
|
|
</main>
|
|
</body>
|
|
</html>
|