XavierCHN / x-template

DOTA2自定义游戏开发模板项目,使用typesscript和react开发; Xavier's DOTA 2 custom game template using typescript and react-panorama
MIT License
146 stars 84 forks source link

I cannot use the DOTAHeroInspect tag in tsx #43

Closed LockingReal closed 3 months ago

LockingReal commented 3 months ago

tsx not work

image

xml can work

image

XavierCHN commented 3 months ago

关于此类问题,因为 Valve 经常会更改这些 xml tag,因此对于不常用的tag,请使用 GenericPanel,用法请参考:https://github.com/XavierCHN/react-panorama/blob/abe6170cda67a4925fecd9f5b1b0a9c1e78d110d/src/renderer/panels.ts#L126-L138

LockingReal commented 3 months ago

关于此类问题,因为 Valve 经常会更改这些 xml tag,因此对于不常用的tag,请使用 GenericPanel,用法请参考:https://github.com/XavierCHN/react-panorama/blob/abe6170cda67a4925fecd9f5b1b0a9c1e78d110d/src/renderer/panels.ts#L126-L138

😎👌😁