diff --git a/idea.md b/idea.md index 99db2c2..41e35df 100644 --- a/idea.md +++ b/idea.md @@ -104,3 +104,4 @@ dam4.png ---- 存档 59 [] 通用 Addon 接口 [] 完善加载系统 [] 不同怪物可以在怪物手册中添加一些不同的边框 +[] 按住一个按键时显示怪物的攻防血 diff --git a/script/build.ts b/script/build.ts index 328a3db..df222b1 100644 --- a/script/build.ts +++ b/script/build.ts @@ -135,6 +135,7 @@ const compress = type === 'dist'; sourceMap: false }), rollupBabel({ + // todo: 是否需要添加 polyfill? babelHelpers: 'bundled', sourceType: 'module' }),