From 45bf4aa20f102b46de4277c88c1cabcc2660a439 Mon Sep 17 00:00:00 2001 From: shijian <2954700422@qq.com> Date: Sat, 9 Dec 2023 20:54:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=BC=96=E8=BE=91=E6=88=96?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E6=8A=80=E8=83=BD=E4=BB=A3=E7=A0=81=E6=97=B6?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E7=9A=84=5Fpriority=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/game.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/game/game.js b/game/game.js index 3ec0ba9ea..f17dbdf9a 100644 --- a/game/game.js +++ b/game/game.js @@ -49655,8 +49655,7 @@ new Promise(resolve=>{ } newSkill.querySelector('.new_description').value=page.content.pack.translate[this.link+'_info']; var info=page.content.pack.skill[this.link]; - container.code='skill='+get.stringify(info); - + container.code='skill='+get.stringify(Object.defineProperty({...info}, '_priority', {enumerable:false,writable:true,configurable:true})); toggle.innerHTML='编辑技能