Files
hfb_sys/frontend/src/views/public/HomeView.vue
T
2026-05-22 15:05:28 +08:00

24 lines
716 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<section class="page">
<div class="page-header">
<p class="eyebrow">Delta Force Rental</p>
<h1>哈夫币租号平台</h1>
<p>先把账号发布交接订单押金和仲裁链路打牢再接真实支付和更复杂的风控</p>
</div>
<div class="metric-grid">
<div class="metric-card">
<span>一期路线</span>
<strong>自研业务核心</strong>
</div>
<div class="metric-card">
<span>交接模式</span>
<strong>号主手动交接</strong>
</div>
<div class="metric-card">
<span>资金模型</span>
<strong>先做账务</strong>
</div>
</div>
</section>
</template>