The source project of this merge request has been removed.
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
src/game
app_b/index
index.gui.ts +17 -6
index.w.ts +14 -0
app_c
hero/client
chooseEquip.w.ts +0 -3
heroDetail.gui.ts +50 -350
heroDetail.w.ts +9 -8
heroStory.gui.ts +9 -64
widget
bottom
indexbottom.w.ts +54 -0
buildEquipment
indexMake.gui.ts +0 -45
heroListItem
heroListItem.gui.ts +6 -1
herodetail
attrmaxlv.w.ts +18 -0
attrnextlvright.w.ts +39 -0
attrshowleft.w.ts +40 -0
battle.w.ts +20 -0
equipment.w.ts +54 -0
exp.w.ts +65 -0
jobheng.w.ts +30 -0
jobshu.w.ts +29 -0
maxattr.w.ts +24 -0
name.w.ts +28 -0
skill.w.ts +49 -0
star.w.ts +25 -0
toarea.w.ts +33 -0
tupoleft.w.ts +40 -0
tuporight.w.ts +47 -0
+ 17
- 6
@@ -13,7 +14,7 @@ export const guiCfgCreator = (it): IWidgetGUICfg => ({
@@ -24,16 +25,26 @@ export const guiCfgCreator = (it): IWidgetGUICfg => ({
+ 14
- 0
@@ -91,6 +91,20 @@ export class Index extends Widget {
+ 50
- 350
Files with large changes are collapsed by default.
@@ -124,10 +124,6 @@ export class HeroDetail extends Widget {
@@ -196,25 +192,25 @@ export class HeroDetail extends Widget {
@@ -292,6 +288,10 @@ export class HeroDetail extends Widget {
@@ -476,6 +476,7 @@ export class HeroDetail extends Widget {