在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用GitHub 仓库
async-modal-render
async-modal-render 收录了来自 Byte-n 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
已收集 skills
2
Stars
4
更新
2026-04-16
Forks
1
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览
这个仓库中的 skills
创作者/仓库/skill
skill
职业分类
描述
更新
async-modal-render-best-practices
软件开发工程师
async-modal-render 库使用指南。TRIGGER when: code imports 'async-modal-render'; code uses useAsyncModalRenderContext, useAsyncModalRender, asyncModalRender, renderQuiet, renderPersistent, renderFactory, withAsyncModalPropsMapper; user asks to call/open/invoke a modal or dialog component asynchronously; user asks about render vs renderQuiet vs renderPersistent. SKIP: creating modal component internals (use async-modal-component-guide instead).
2026-04-16
async-modal-component-guide
软件开发工程师
定义符合 async-modal-render 规范的弹窗组件最佳实践。当用户需要创建新的弹窗组件、编写弹窗组件代码、或将现有弹窗适配为 async-modal-render 可用的组件时触发。覆盖:(1) AsyncModalProps 接口规范 (2) 不同类型弹窗的 props 设计 (3) withAsyncModalPropsMapper 适配非标准组件 (4) 持久化弹窗的 open 控制
2026-04-09