From 9fcae177c58cf74d301d0ab249397cd8db8275a8 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 21 Oct 2023 21:55:05 +0800 Subject: [PATCH] =?UTF-8?q?todo:=20=E6=96=B0=E5=A2=9E=E4=B8=A4=E4=B8=AAtod?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- idea.md | 1 + script/build.ts | 1 + 2 files changed, 2 insertions(+) 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' }),