AIUI文档中心
AIUI文档导览
1. AIUI平台服务
1.1 AIUI平台介绍
1.2 AIUI应用介绍
1.3 AIUI服务链路介绍
1.4 AIUI平台能力概述
1.5 快速体验
2. AIUI应用配置
2.1 应用发布
2.2 语义精简协议介绍
2.3 基础配置
2.4 语义模型配置
2.5 回复角色配置
2.6 语音识别配置
2.7 结构化语义配置
2.8 星火大模型配置
2.9 语音合成配置
2.10 应用后处理配置
2.11 三方大模型配置
3. AIUI SDK开发
3.1 AIUI SDK接入流程
3.2 AIUI SDK基础信息
3.2.1 SDK接口说明
3.2.2 参数配置说明
3.2.3 消息事件说明
3.2.4 SDK状态说明
3.2.5 数据发送方式
3.2.6 回调解析说明
3.2.7 交互结果协议说明
3.3 AIUI SDK基础能力
3.3.1 流式识别
3.3.2 离线识别
3.3.3 语音唤醒
3.3.4 语音合成
3.3.5 用户个性化
3.3.6 自定义参数
3.4 传统语义链路接入
3.4.1 链路配置说明
3.4.2 个性化数据使用
3.5 通用大模型链路接入
3.5.1 链路配置说明
3.5.2 个性化数据使用
3.5.3 超拟人合成
3.5.4 声音复刻
3.6 极速超拟人链路接入
3.6.1 链路配置说明
3.6.2 个性化数据使用
3.6.3 流式合成
3.6.4 声音复刻
3.6.5 RTOS系统SDK接入
3.7 错误码列表
3.8 发音人列表
4. AIUI API开发
4.1 传统语义链路
4.1.1 交互API
4.1.2 用户个性化API
4.1.3 合成能力使用
4.2 通用大模型链路
4.2.1. 服务鉴权
4.2.2 交互API
4.2.3 用户个性化API
4.2.4 声音复刻API
4.2.5 合成能力使用
4.3 极速超拟人链路
4.3.1 服务鉴权
4.3.2 交互API
4.3.3 用户个性化API
4.3.4 声音复刻API
4.3.5 合成能力使用
5. 自定义业务
技能工作室概述
名词解析
技能
意图和语料
实体
动态实体
模糊匹配
填槽对话
技能设计规范
语音技能设计规范
开放技能接入审核规范
开放技能图标图片规范
技能开发
创建技能和意图
意图配置
技能测试
技能发布
技能后处理
技能导入导出
云函数APIv2.1
云函数APIv2.0
智能体开发
智能体对接
问答库开发
语句问答
关键词问答
文档问答
设备人设开发
技能协议
语义协议:重要字段和通用字段
技能后处理协议:标准请求
技能后处理协议:请求校验
技能后处理协议:Request_v2.1协议
技能后处理协议:Response_v2.1协议
技能资源限制
6. 硬件模组
RK3328 降噪板
RK3328降噪板白皮书
RK3328降噪板使用手册
RK3328降噪板规格书
RK3328降噪板协议手册
RK3328 AIUI评估板开发套件
RK3328评估板白皮书
RK3328评估板使用手册
RK3328评估板规格书
RK3328评估板开发手册
RK3588 AIUI多模态开发套件
RK3588一体机多模态产品规格书
RK3588多模态套件使用手册
视频传输协议
识别语义传输协议
音频传输协议
ZG803 离线语音识别套件
ZG803 产品白皮书
USB声卡套件
USB声卡产品白皮书
USB声卡使用指南
AC7911 AIUI语音开发套件
AC7911-产品白皮书
AC7911-快速体验指南
AC7911-开发指南
AC7911-协议手册
AC7911-硬件参数
AIUI评估板接入
集成方式
软件包说明
AIUIServiceKitSDK
串口SDK
评估板参数配置
调试升级
7. 常见问题处理
7.1 AIUI常见问题
7.2 评估板常见问题
7.3 动态实体常见问题
8. 联系方式
9. 服务条款
AIUI开放平台服务协议
AIUI开放平台隐私政策
小飞在家用户协议
小飞在家隐私政策
小飞在家开源软件使用许可
讯飞账号隐私政策
讯飞账号用户协议
讯飞带屏音箱用户协议
讯飞带屏音箱隐私政策
AIUI SDK隐私政策
AIUI SDK合规使用说明
本文档使用 MrDoc 发布
-
+
首页
2. AIUI应用配置
<div class="aiui-service-container" style="width: 100%; margin: 0 auto; box-sizing: border-box;"> <!-- 原生折叠容器 --> <details class="aiui-details" open style="width: 100%; margin: 8px 0 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); background-color: white;"> <!-- 折叠触发器 --> <summary class="aiui-summary" style="display: flex; list-style: none; cursor: pointer; outline: none; transition: all 0.3s ease;"> <div style="display: flex; width: 100%;"> <!-- 左侧图标区域 --> <div style="background-color: #0969DA90; padding: 16px; display: flex; align-items: center; justify-content: center; min-width: 60px; font-size: 33px; color: white; transition: background-color 0.3s ease;"> ♨ </div> <!-- 右侧内容区域 --> <div style="flex: 1; padding: 16px; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff !important; transition: background-color 0.3s ease;"> <div> <h2 style="font-size: 1.25rem; font-weight: 600; color: #0969DA; margin: 0 0 5px 0;">通用配置</h2> <p style="color: #36548B; margin: 0; line-height: 1.5;">不区分应用类型,通用的配置说明</p> </div> <!-- 折叠箭头图标 --> <span class="aiui-arrow" style="display: inline-block; width: 20px; height: 20px; transition: transform 0.3s ease; color: #0969DA;">▼</span> </div> </div> </summary> <!-- 折叠内容 --> <div class="aiui-grid" style="display: grid; grid-template-columns: 1fr; gap: 12px; padding: 10px; max-width: 100%; margin: 0 auto; border-top: 1px solid #f0f7ff;"> <!-- 卡片1 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-4/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">应用发布</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍AIUI应用情景模式的作用,并说明应用发布与否与情景模式参数取值的关系。</p> </div> </div> </a> <!-- 卡片2 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-18/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">语义精简协议介绍</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">针对小内存设置,AIUI平台服务针对结构化语义协议做精简处理,减少端侧解析压力。</p> </div> </div> </a> </div> </details> </div> <style> /* 限制样式仅作用于当前组件,避免影响其他内容 */ .aiui-service-container { position: relative; z-index: 1; } /* 移除默认箭头并优化折叠样式 */ .aiui-details > .aiui-summary::-webkit-details-marker { display: none; } /* 展开状态下的箭头旋转效果 */ .aiui-details[open] > .aiui-summary .aiui-arrow { transform: rotate(180deg); } /* 卡片悬停效果 */ .aiui-card { min-width: 300px; width: 100%; /* 配合网格自适应 */ transition: all 0.3s ease; } .aiui-card:hover { box-shadow: 0 8px 16px rgba(9, 105, 218, 0.2); transform: translateY(-2px); border-left-color: #0969DA90 !important; } /* 确保网格行内卡片高度一致 */ .aiui-grid { align-items: stretch; grid-auto-rows: 1fr; } /* 响应式调整 - 仅作用于当前组件的网格 */ @media (max-width: 600px) { .aiui-card { border-left-width: 4px !important; } .aiui-card > div[style*="padding: 15px 18px"] { padding: 12px 15px !important; } .aiui-grid { grid-template-columns: 1fr !important; } } @media (min-width: 768px) and (max-width: 1023px) { .aiui-grid { grid-template-columns: 1fr !important; max-width: 800px; /* 可选:限制最大宽度避免过宽 */ margin: 0 auto; /* 居中显示 */ } } @media (min-width: 1024px) { .aiui-grid { grid-template-columns: 1fr 1fr !important; max-width: 1200px; /* 可选:增加最大宽度 */ margin: 0 auto; } } </style> <div class="aiui-service-container1" style="width: 100%; margin: 0 auto; box-sizing: border-box;"> <!-- 原生折叠容器 --> <details class="aiui-details1" open style="width: 100%; margin: 8px 0 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); background-color: white;"> <!-- 折叠触发器 --> <summary class="aiui-summary1" style="display: flex; list-style: none; cursor: pointer; outline: none; transition: all 0.3s ease;"> <div style="display: flex; width: 100%;"> <!-- 左侧图标区域 --> <div style="background-color: #0969DA90; padding: 16px; display: flex; align-items: center; justify-content: center; min-width: 60px; font-size: 33px; color: white; transition: background-color 0.3s ease;"> ♫ </div> <!-- 右侧内容区域 --> <div style="flex: 1; padding: 16px; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff !important; transition: background-color 0.3s ease;"> <div> <h2 style="font-size: 1.25rem; font-weight: 600; color: #0969DA; margin: 0 0 5px 0;">极速应用类配置</h2> <p style="color: #36548B; margin: 0; line-height: 1.5;">基于AIUI平台最新的极速超拟人应用,做配置说明</p> </div> <!-- 折叠箭头图标 --> <span class="aiui-arrow" style="display: inline-block; width: 20px; height: 20px; transition: transform 0.3s ease; color: #0969DA;">▼</span> </div> </div> </summary> <!-- 折叠内容 --> <div class="aiui-grid1" style="display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 10px; max-width: 100%; margin: 0 auto; border-top: 1px solid #f0f7ff;"> <!-- 卡片1 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-773/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card1" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">基础配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">支持识别引擎选型、兜底回复大模型选型、回复角色选型。</p> </div> </div> </a> <!-- 卡片2 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-774/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card1" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">语义模型配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">极速交互链路下技能和大模型能力融合配置项,支持传统语义技能、新智能体、文档问答等能力配置。</p> </div> </div> </a> <!-- 卡片3 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-775/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card1" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">回复角色配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍全链路合成播报发音人配置。</p> </div> </div> </a> <!-- 卡片4 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-776/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card1" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">语音识别配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍识别引擎效果参数设置。</p> </div> </div> </a> <!-- 卡片5 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-5/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card1" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">应用后处理配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">支持配置客户自有服务地址,接受AIUI交互中服务数据转发云云对接。</p> </div> </div> </a> <!-- 新增卡片6 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-590/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card1" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">三方大模型配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">配置第三方大模型接入参数,包括API密钥、请求超时设置及模型选择。</p> </div> </div> </a> </div> </details> </div> <style> /* 限制样式仅作用于当前组件,避免影响其他内容 */ .aiui-service-container1 { position: relative; z-index: 1; } /* 移除默认箭头并优化折叠样式 */ .aiui-details1 > .aiui-summary::-webkit-details-marker { display: none; } /* 展开状态下的箭头旋转效果 */ .aiui-details1[open] > .aiui-summary .aiui-arrow { transform: rotate(180deg); } /* 卡片悬停效果 */ .aiui-card1 { transition: all 0.3s ease; } .aiui-card1:hover { box-shadow: 0 8px 16px rgba(9, 105, 218, 0.2); transform: translateY(-2px); border-left-color: #0969DA90 !important; } /* 确保网格行内卡片高度一致 */ .aiui-grid1 { align-items: stretch; grid-auto-rows: 1fr; } /* 响应式调整 - 保持每行两个卡片 */ @media (max-width: 600px) { .aiui-card1 { border-left-width: 4px !important; } .aiui-card1 > div[style*="padding: 15px 18px"] { padding: 12px 15px !important; } } </style> <div class="aiui-service-container2" style="width: 100%; margin: 0 auto; box-sizing: border-box;"> <!-- 原生折叠容器 --> <details class="aiui-details2" open style="width: 100%; margin: 8px 0 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); background-color: white;"> <!-- 折叠触发器 --> <summary class="aiui-summary2" style="display: flex; list-style: none; cursor: pointer; outline: none; transition: all 0.3s ease;"> <div style="display: flex; width: 100%;"> <!-- 左侧图标区域 --> <div style="background-color: #0969DA90; padding: 16px; display: flex; align-items: center; justify-content: center; min-width: 60px; font-size: 33px; color: white; transition: background-color 0.3s ease;"> ♪ </div> <!-- 右侧内容区域 --> <div style="flex: 1; padding: 16px; display: flex; justify-content: space-between; align-items: center; background-color: #ffffff !important; transition: background-color 0.3s ease;"> <div> <h2 style="font-size: 1.25rem; font-weight: 600; color: #0969DA; margin: 0 0 5px 0;">传统应用类配置</h2> <p style="color: #36548B; margin: 0; line-height: 1.5;">基于AIUI平台最新的极速超拟人应用,做配置说明</p> </div> <!-- 折叠箭头图标 --> <span class="aiui-arrow2" style="display: inline-block; width: 20px; height: 20px; transition: transform 0.3s ease; color: #0969DA;">▼</span> </div> </div> </summary> <!-- 折叠内容 --> <div class="aiui-grid2" style="display: grid; grid-template-columns: 1fr; gap: 12px; padding: 10px; max-width: 100%; margin: 0 auto; border-top: 1px solid #f0f7ff;"> <!-- 卡片1 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-776/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card2" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">语音识别配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍AIUI语音识别引擎选型,以及引擎效果参数设置使用方式。</p> </div> </div> </a> <!-- 卡片2 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-90/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card2" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">结构化语义配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍传统语义技能及问答库配置,并就官方技能支持信源做汇总说明。</p> </div> </div> </a> <!-- 卡片3 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-778/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card2" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">星火大模型配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">通用大模型链路服务开关项,开启后可进行大模型链路下文档问答、旧智能体等能力配置。</p> </div> </div> </a> <!-- 卡片4 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-779/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card2" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">语音合成配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">介绍全链路合成播报发音人配置。</p> </div> </div> </a> <!-- 卡片5 --> <a href="https://aiui-doc.xf-yun.com/project-1/doc-5/" target="_blank" style="text-decoration: none; color: #0969DA; display: block;"> <div class="aiui-card2" style="display: flex; flex-direction: column; height: 100%; background: white; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); overflow: hidden; transition: all 0.3s ease; cursor: pointer; border-left: 5px solid #e6f0ff;"> <div style="flex-grow: 1; padding: 15px 18px; display: flex; flex-direction: column; line-height: 1.6;"> <h3 style="font-size: 1.1rem; font-weight: 600; color: #666; margin: 0 0 6px 0;">应用后处理配置</h3> <p style="color: #666; margin: 0; flex-grow: 1; line-height: 1.4;">支持配置客户自有服务地址,接受AIUI交互中服务数据转发云云对接。</p> </div> </div> </a> </div> </details> </div> <style> /* 限制样式仅作用于当前组件,避免影响其他内容 */ .aiui-service-container2 { position: relative; z-index: 1; } /* 移除默认箭头并优化折叠样式 */ .aiui-details2 > .aiui-summary::-webkit-details-marker { display: none; } /* 展开状态下的箭头旋转效果 */ .aiui-details2[open] > .aiui-summary .aiui-arrow { transform: rotate(180deg); } /* 卡片悬停效果 */ .aiui-card2 { transition: all 0.3s ease; } .aiui-card2:hover { box-shadow: 0 8px 16px rgba(9, 105, 218, 0.2); transform: translateY(-2px); border-left-color: #0969DA90 !important; } /* 确保网格行内卡片高度一致 */ .aiui-grid2 { align-items: stretch; grid-auto-rows: 1fr; } /* 响应式调整 - 仅作用于当前组件的网格 */ @media (max-width: 600px) { .aiui-card2 { border-left-width: 4px !important; } .aiui-card2 > div[style*="padding: 15px 18px"] { padding: 12px 15px !important; } .aiui-grid2 { grid-template-columns: 1fr !important; } } @media (min-width: 768px) and (max-width: 1023px) { .aiui-grid2 { grid-template-columns: 1fr 1fr !important; } } @media (min-width: 1024px) { .aiui-grid2 { grid-template-columns: repeat(5, 1fr) !important; } } </style>
admin
2025年9月15日 19:41
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码