Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
main
PilotDeck
/
src
/
extension
/
plugins
/
loading
/
PluginContributionLoader.ts
下载
G
Gucc1
feat: add lifecycle hook runtime
c358e4fc
创建于
25 天前
历史提交
export
type
PluginContributionLoader
= {
load
():
Promise
<
void
>;
};