todo: 新增两个todo

This commit is contained in:
unanmed 2023-10-21 21:55:05 +08:00
parent 6832be98bf
commit 9fcae177c5
2 changed files with 2 additions and 0 deletions

View File

@ -104,3 +104,4 @@ dam4.png ---- 存档 59
[] 通用 Addon 接口
[] 完善加载系统
[] 不同怪物可以在怪物手册中添加一些不同的边框
[] 按住一个按键时显示怪物的攻防血

View File

@ -135,6 +135,7 @@ const compress = type === 'dist';
sourceMap: false
}),
rollupBabel({
// todo: 是否需要添加 polyfill?
babelHelpers: 'bundled',
sourceType: 'module'
}),