
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@gem-mine/chimee-plugin-mobile-state
Advanced tools
安装
# 依赖于 chimee, 首先需要安装 chimee
npm install chimee
# 安装控制条组件
npm install chimee-plugin-mobile-state
使用
import chimee from 'chimee';
import chimeePluginMobileState from 'chimee-plugin-mobile-state';
// 安装插件
chimee.install(chimeePluginMobileState);
const player = new chimee({
// ...
// 使用插件
plugin: [
{
chimeePluginMobileState.name,
errorTips: '错误提示', // 也可以塞一个 dom 节点
icon: {
loading: ``, // 可传入 svg, 内部 innerHTML
play: `` // svg
},
expectTime: 3e4 // 最长加载时间
}
]
});
也可以在页面中引用 /lib/index.browser.js
然后在页面中使用 chimeePluginMobileState
FAQs
state for chimee
The npm package @gem-mine/chimee-plugin-mobile-state receives a total of 1 weekly downloads. As such, @gem-mine/chimee-plugin-mobile-state popularity was classified as not popular.
We found that @gem-mine/chimee-plugin-mobile-state demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.