
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@xhmm/tdesign-miniprogram
Advanced tools
TDesign 适配微信小程序的组件库。
小程序组件示例小程序,请使用微信扫码预览 ↓
小程序已经支持使用 NPM 安装第三方包。
具体使用方式,可以参考小程序官网文档: 《NPM 支持》
npm i tdesign-miniprogram -S --production
建议使用 NPM,不再推荐“源码拷贝的方式”
以按钮组件为例,只需要在 JSON 文件中引入按钮对应的自定义组件即可
{
"usingComponents": {
"t-button": "tdesign-miniprogram/button/button"
}
}
# 安装项目依赖
npm install
# 执行组件编译
npm run dev
打开微信开发者工具,把 _example 目录添加进去就可以预览示例了。
最低基础库版本^2.6.5
有任何问题,建议通过 Github issues 反馈或扫码加入用户微信群。
TDesign 遵循 MIT 协议。
FAQs
tdesign-miniprogram
We found that @xhmm/tdesign-miniprogram demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.