@@ -256,15 +256,18 @@ export let getContribute: getContributeMeta3D<actionContribute<uiData, state>> =
256256 selectedSmallSkillObjectActionIndex : 0 ,
257257 selectedSmallSkillObjectEmitterParticleImageIndex : api . nullable . getEmpty ( ) ,
258258 selectedSmallSkillObjectEmitterInstanceIndex : api . nullable . getEmpty ( ) ,
259- // selectedBigSkillObjectActionIndex: api.nullable.getEmpty(),
259+ selectedBigSkillObjectActionIndex : 0 ,
260+ selectedBigSkillObjectEmitterParticleImageIndex : api . nullable . getEmpty ( ) ,
261+ selectedBigSkillObjectEmitterInstanceIndex : api . nullable . getEmpty ( ) ,
260262
261263 // isShowModelWindow: false,
262264 // isShowSkillWindow: false,
263265 currentTabKey : "Model" ,
264266
265267 isShowModelModal : false ,
266268 isShowUnitValueModal : false ,
267- isShowSkillModal : false ,
269+ isShowSmallSkillModal : false ,
270+ isShowBigSkillModal : false ,
268271 isShowFeatureModal : false ,
269272 isShowRewardModal : false ,
270273 isShowSmallSkillObjectActionValueModal : false ,
@@ -274,7 +277,13 @@ export let getContribute: getContributeMeta3D<actionContribute<uiData, state>> =
274277 isShowSmallSkillObjectEmitterInstanceModal : false ,
275278 isShowSmallSkillObjectEmitterValueModal : false ,
276279 isShowSmallSkillObjectEmitterSubEffectModal : false ,
277- // isShowBigSkillObjectActionValueModal: false,
280+ isShowBigSkillObjectActionValueModal : false ,
281+ isShowBigSkillObjectDamageValueModal : false ,
282+ isShowBigSkillObjectDamageSubEffectModal : false ,
283+ isShowBigSkillObjectEmitterParticleImageModal : false ,
284+ isShowBigSkillObjectEmitterInstanceModal : false ,
285+ isShowBigSkillObjectEmitterValueModal : false ,
286+ isShowBigSkillObjectEmitterSubEffectModal : false ,
278287 isShowPropModal : false ,
279288
280289 excitement : excitement . Level5 ,
@@ -314,7 +323,7 @@ export let getContribute: getContributeMeta3D<actionContribute<uiData, state>> =
314323 s_emitterLife : emitterLife . Level5 ,
315324 s_emitterSize : emitterSize . Level5 ,
316325 s_emitterCollisionSize : emitterCollisionSize . Level5 ,
317- s_emitterCount : emitterCount . Level1 ,
326+ // s_emitterCount: emitterCount.Level1,
318327 s_explodeRange : explodeRange . Level5 ,
319328
320329
@@ -342,7 +351,7 @@ export let getContribute: getContributeMeta3D<actionContribute<uiData, state>> =
342351 b_emitterLife : emitterLife . Level5 ,
343352 b_emitterSize : emitterSize . Level5 ,
344353 b_emitterCollisionSize : emitterCollisionSize . Level5 ,
345- b_emitterCount : emitterCount . Level1 ,
354+ // b_emitterCount: emitterCount.Level1,
346355 b_explodeRange : explodeRange . Level5 ,
347356
348357
0 commit comments