网站智能分析
精准掌握任意网站的问题所在
指向任意公开网址,即可获得一份涵盖 SEO、安全、HTML、资源与最佳实践的报告,依托 52 项基于规则的检查。性能与 Core Web Vitals 将随浏览器引擎一同推出。
- 11
- 每次扫描的分析项
- 52
- 规则检查
- 4
- 导出格式
- 性能
- SEO
- 无障碍
- 最佳实践
- 安全
- Core Web Vitals
- 技术识别
- 资源优化
- HTML 结构
- AI 建议
- 历史对比
一个工作区,涵盖每一块积木
每个模块都可即刻浏览、复制并放入你的产品。登录后可随时从侧边菜单打开。
业务规则
业务规则引擎
同一条规则,同时以三种形态呈现。JSON 树是唯一的事实来源;语句和判定都由它生成,就在本页,使用与你安装的完全相同的包。
规则
01{
"schemaVersion": 1,
"id": "r_6",
"name": "Large orders from new customers need approval",
"description": "Anything over 1,000 from a new customer, or backdated, is held for a human.",
"kind": "validation",
"status": "draft",
"version": 1,
"priority": 0,
"enabled": true,
"tags": [
"orders",
"approval"
],
"when": {
"kind": "group",
"id": "g_5",
"combinator": "all",
"children": [
{
"kind": "condition",
"id": "c_1",
"left": {
"source": "field",
"path": "order.total"
},
"operator": "greaterThan",
"args": [
{
"source": "literal",
"value": 1000
}
]
},
{
"kind": "group",
"id": "g_4",
"combinator": "any",
"children": [
{
"kind": "condition",
"id": "c_2",
"left": {
"source": "field",
"path": "customer.tier"
},
"operator": "equals",
"args": [
{
"source": "literal",
"value": "new"
}
]
},
{
"kind": "condition",
"id": "c_3",
"left": {
"source": "field",
"path": "order.placedAt"
},
"operator": "before",
"args": [
{
"args": [],
"source": "function",
"name": "today"
}
]
}
]
}
]
},
"then": [
{
"id": "a_hold",
"type": "requireApproval"
}
],
"otherwise": [
{
"id": "a_auto",
"type": "autoApprove"
}
],
"metadata": {
"createdAt": "2026-07-26T00:00:00.000Z",
"updatedAt": "2026-07-26T00:00:00.000Z"
}
}自然语言
02Large orders from new customers need approval
When all of these are true:
Order total is greater than 1,000
any of these are true:
Tier is "new"
Placed at is before today
Then require approval
Otherwise auto approve
针对订单运行
03- 运行所针对的订单
- Order total2400
- Placed at"2026-07-26"
- Tier"new"
判定过程
- greaterThanmatched
- equalsmatched
- groupmatched
- groupmatched
- 运算符
- 27
- 函数
- 23
- 规则类型
- 7
API 工作室
运行在你自己技术栈里的 API 客户端
集合、环境、鉴权与断言,与你在这里构建的一切一同自托管。请求在你自己的服务器上执行,发送的内容不会落到别人手里。
集合
Orders API
- GETList orders
- POSTCreate order
- PATCHUpdate order
- DELETECancel order
请求体
{
"customerId": "{{customerId}}",
"items": [
{ "sku": "ADY-2410", "quantity": 2 }
],
"currency": "EUR"
}{
"id": "ord_7Kd91",
"status": "confirmed",
"total": 148.5,
"currency": "EUR",
"items": [
{ "sku": "ADY-2410", "quantity": 2 }
],
"createdAt": "2026-07-27T09:14:02.881Z"
}断言3/3
- status equals 201passed
- responseTime lessThan 500passed
- jsonPath $.status equals confirmedpassed
- HTTP 方法
- 9
- 鉴权方式
- 9
- 请求体类型
- 6
- 断言运算符
- 11
- 集合与文件夹
- 环境与变量
- 内置鉴权
- 请求历史
- 断言与测试
- 自托管
开源
从 npm 安装,而不是复制粘贴
本站的每个区块、图标、渐变、图案和纹理,一次安装即可使用,完整类型、支持摇树优化,可用于任何 React 或 Next.js 项目。
npm install adysre样式只需接一次
一行引入即可获得设计变量,并让 Tailwind 扫描本包。没有使用 Tailwind?直接引入预编译好的样式表。
@import "tailwindcss";
@import "adysre/styles.css";然后随意引入
每个领域都有独立入口,引入一个按钮不会把整个目录打进你的产物。
import { Button } from 'adysre';
import { ArrowUpRight } from 'adysre/icons';
import { GradientSurface } from 'adysre/gradients';
import { AboutStats } from 'adysre/blocks';
export default function Page() {
return (
<GradientSurface gradient="warm-flame" className="rounded-2xl p-10">
<AboutStats
title="Where we are after six years"
stats={[
{ label: 'People', value: '12' },
{ label: 'Projects shipped', value: '148' },
]}
/>
<Button>
Read the docs <ArrowUpRight size={16} />
</Button>
</GradientSurface>
);
}你会得到什么
从空白到交付,只需三步
每个模块都用同一套流程,让全队步调一致。
浏览
在所有模块中搜索,决定前先实时预览每个结果。
调整
调整颜色、字重和框架,复制与你令牌一致的输出。
交付
粘贴进产品继续前进,无需清理,也不被锁定。
决定前先看它运行
用与你产品相同的设计令牌构建的实时预览。
渐变
可粘贴的 CSS 背景
调色板
可用令牌的配色
图标
可调节,一键复制
图案
CSS 背景,无需图片文件
纹理
颗粒与表面质感
组件
带类型,生产就绪
每周都在成长
模板
不只是区块,而是完整站点
31 套完整模板,所有页面统一设计,每个区块都可自行修改。可实时预览、用提示词克隆,或下载可直接运行的项目。
所有套餐均已包含,无需额外付费。
ADYSRE 是什么?
一个集设计与开发资源于一体的工作区:组件、图标、调色板、渐变和模板,随时复制进你的产品。
支持哪些框架?
组件以 HTML、CSS、Tailwind、React、Next.js 和 TypeScript 形式提供,可放入大多数现代技术栈。
模板何时上线?
模板正在积极开发中。打开模板页可预览即将推出的内容,并第一时间获知上线。
有免费方案吗?
有。你可以无需绑卡浏览并使用丰富的免费内容。一次付费解锁全部,包括我们日后新增的内容。
整个团队都能用吗?
可以。团队版让你的组织共享同一个工作区,人人使用相同的模块。