Ai
1 Star 2 Fork 1

多喝水能美颜/bi-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.ts 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
多喝水能美颜 提交于 2023-08-26 08:32 +08:00 . fix(compiler): add
/**
* 图表状态常量 — 等待中
*/
export const WAIT = 'wait';
/**
* 图表状态常量 — 执行中
*/
export const RUNNING = 'running';
/**
* 图表状态常量 — 成功
*/
export const SUCCESS = 'success';
/**
* 图表状态常量 — 失败
*/
export const FAILED = 'failed';
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dwbf/bi-frontend.git
git@gitee.com:dwbf/bi-frontend.git
dwbf
bi-frontend
bi-frontend
master

搜索帮助