upd docs
This commit is contained in:
+3
-1
@@ -10,7 +10,9 @@
|
||||
- 🌐 **多租户支持**:无缝管理多个 DNS 记录
|
||||
- ⚡ **即时记录创建**:快速设置 CNAME、A 等记录
|
||||
- 🔗 **短链生成**:生成附有访问者统计信息的短链接
|
||||
- 😀 **权限管理**:方便审核的管理员面板
|
||||
- 📸 **截图 API**:访问截图 API
|
||||
- � **元数据抓取 API**:访问元数据抓取 API
|
||||
- �😀 **权限管理**:方便审核的管理员面板
|
||||
- 🔒 **安全可靠**:基于 Cloudflare 强大的 DNS API
|
||||
- 💰 **免费注册**:创建和管理记录无需付费
|
||||
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
- 🌐 **Multi-Tenant Support:** Manage multiple DNS records seamlessly
|
||||
- ⚡ **Instant Record Creation:** Set up CNAME, A, and other records quickly
|
||||
- 🔗 **URL Shortening:** Generate short links with visitor statistics attached
|
||||
- 📸 **Screenshot API:** Access to screenshot API.
|
||||
- 💯 **Meta Scraping API:** Access to meta scraping API.
|
||||
- 😀 **Permission Management:** A convenient admin panel for auditing
|
||||
- 🔒 **Secure & Reliable:** Built on Cloudflare's robust DNS API
|
||||
- 💰 **Free Registration:** No cost to create and manage records
|
||||
|
||||
@@ -27,7 +27,8 @@ export function SiteFooter({ className }: React.HTMLAttributes<HTMLElement>) {
|
||||
</div>
|
||||
<div className="mt-4 text-sm">
|
||||
Craft DNS Records, Make Short Links. <br />
|
||||
Open source.
|
||||
Powerful Screenshot and Meta Scraping API.
|
||||
<br /> Open source.
|
||||
</div>
|
||||
</div>
|
||||
{footerLinks.map((section) => (
|
||||
|
||||
@@ -132,7 +132,14 @@ export function LandingImages() {
|
||||
</h3>
|
||||
<p className="text-lg">
|
||||
📷 Capture any webpage instantly with our Screenshot API. Access
|
||||
to third party services.
|
||||
to third party services.{" "}
|
||||
<a
|
||||
className="underline"
|
||||
href="/dashboard/settings"
|
||||
target="_blank"
|
||||
>
|
||||
Apply your api key-->
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -153,7 +160,14 @@ export function LandingImages() {
|
||||
</h3>
|
||||
<p className="text-lg">
|
||||
🍥 Smart web data extraction for seamless integration.Access to
|
||||
third party services.
|
||||
third party services.{" "}
|
||||
<a
|
||||
className="underline"
|
||||
href="/dashboard/settings"
|
||||
target="_blank"
|
||||
>
|
||||
Apply your api key-->
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -166,7 +180,7 @@ export function LandingImages() {
|
||||
icon={"✏️"}
|
||||
/>
|
||||
<CardItem bgColor="bg-orange-400" rotate="rotate-45" icon="👻" />
|
||||
<CardItem rotate="rotate-12 origin-top-left" icon={"💯"} />
|
||||
<CardItem rotate="rotate-12 origin-top-left" icon={"📷"} />
|
||||
<CardItem bgColor="bg-pink-400" rotate="-rotate-12" icon="🎓" />
|
||||
</div>
|
||||
</>
|
||||
|
||||
@@ -8,6 +8,8 @@ description: Welcome to the WR.DO documentation.
|
||||
- 🌐 **Multi-Tenant Support:** Manage multiple DNS records seamlessly
|
||||
- ⚡ **Instant Record Creation:** Set up CNAME, A, and other records quickly
|
||||
- 🔗 **URL Shortening:** Generate short links with visitor statistics attached
|
||||
- 📸 **Screenshot API:** Access to screenshot API.
|
||||
- 💯 **Meta Scraping API:** Access to meta scraping API.
|
||||
- 🔒 **Secure & Reliable:** Built on Cloudflare's robust DNS API
|
||||
- 💰 **Free Registration:** No cost to create and manage records
|
||||
|
||||
|
||||
Reference in New Issue
Block a user