This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-18 16:08:39 +08:00
parent b2f379d150
commit ac856b0434
3 changed files with 16 additions and 12 deletions

View File

@ -118,12 +118,12 @@ Material:
- _OutlineSoftness: 0 - _OutlineSoftness: 0
- _OutlineUVSpeedX: 0 - _OutlineUVSpeedX: 0
- _OutlineUVSpeedY: 0 - _OutlineUVSpeedY: 0
- _OutlineWidth: 0 - _OutlineWidth: 0.14
- _PerspectiveFilter: 0.875 - _PerspectiveFilter: 0.875
- _Reflectivity: 10 - _Reflectivity: 10
- _ScaleRatioA: 1 - _ScaleRatioA: 0.8333333
- _ScaleRatioB: 1 - _ScaleRatioB: 0.6770833
- _ScaleRatioC: 1 - _ScaleRatioC: 0.6770833
- _ScaleX: 1 - _ScaleX: 1
- _ScaleY: 1 - _ScaleY: 1
- _ShaderFlags: 0 - _ShaderFlags: 0
@ -168,9 +168,9 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 71c1514a6bd24e1e882cebbe1904ce04, type: 3} m_Script: {fileID: 11500000, guid: 71c1514a6bd24e1e882cebbe1904ce04, type: 3}
m_Name: douyuFont-2 tsettt m_Name: douyuFont-2 tsettt
m_EditorClassIdentifier: m_EditorClassIdentifier:
hashCode: 0 hashCode: -297303640
material: {fileID: -4557169464251847458} material: {fileID: -4557169464251847458}
materialHashCode: 0 materialHashCode: 1947931272
m_Version: 1.1.0 m_Version: 1.1.0
m_SourceFontFileGUID: 9a3b1b26302dc70428dabbfa552301af m_SourceFontFileGUID: 9a3b1b26302dc70428dabbfa552301af
m_SourceFontFile_EditorRef: {fileID: 12800000, guid: 9a3b1b26302dc70428dabbfa552301af, type: 3} m_SourceFontFile_EditorRef: {fileID: 12800000, guid: 9a3b1b26302dc70428dabbfa552301af, type: 3}

View File

@ -1682,7 +1682,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 1 m_IsActive: 0
--- !u!224 &6354543368462958376 --- !u!224 &6354543368462958376
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
@ -4727,8 +4727,8 @@ MonoBehaviour:
m_Calls: [] m_Calls: []
m_text: "205.5\u5146" m_text: "205.5\u5146"
m_isRightToLeft: 0 m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 61e28618d002ac7488fba94aea6f8607, type: 2} m_fontAsset: {fileID: 11400000, guid: 2d5dde65126cce44fa5766b27b429272, type: 2}
m_sharedMaterial: {fileID: 1928963831957525247, guid: 61e28618d002ac7488fba94aea6f8607, type: 2} m_sharedMaterial: {fileID: -4557169464251847458, guid: 2d5dde65126cce44fa5766b27b429272, type: 2}
m_fontSharedMaterials: [] m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0} m_fontMaterial: {fileID: 0}
m_fontMaterials: [] m_fontMaterials: []
@ -4752,8 +4752,8 @@ MonoBehaviour:
m_faceColor: m_faceColor:
serializedVersion: 2 serializedVersion: 2
rgba: 4294967295 rgba: 4294967295
m_fontSize: 36 m_fontSize: 30
m_fontSizeBase: 36 m_fontSizeBase: 30
m_fontWeight: 400 m_fontWeight: 400
m_enableAutoSizing: 0 m_enableAutoSizing: 0
m_fontSizeMin: 18 m_fontSizeMin: 18
@ -8585,7 +8585,7 @@ GameObject:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_NavMeshLayer: 0 m_NavMeshLayer: 0
m_StaticEditorFlags: 0 m_StaticEditorFlags: 0
m_IsActive: 0 m_IsActive: 1
--- !u!224 &4509257640494837750 --- !u!224 &4509257640494837750
RectTransform: RectTransform:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

View File

@ -332,6 +332,10 @@ namespace GameLogic
GameEvent.RemoveEventListener<string>(EventConts.UIDianZan, UIDianZanFunc); GameEvent.RemoveEventListener<string>(EventConts.UIDianZan, UIDianZanFunc);
GameEvent.RemoveEventListener<UnitPlayerData, string>(EventConts.UIHDWMSP, AddHdWmspFunc); GameEvent.RemoveEventListener<UnitPlayerData, string>(EventConts.UIHDWMSP, AddHdWmspFunc);
GameEvent.RemoveEventListener<UnitPlayerData, GiftConfig, int>(EventConts.AddGiftMessage, AddGiftMessageFunc); GameEvent.RemoveEventListener<UnitPlayerData, GiftConfig, int>(EventConts.AddGiftMessage, AddGiftMessageFunc);
// 主界面销毁的时候应该停止所有
GameModule.Timer.RemoveTimer(m_LishiId);
} }
private void UIDianZanFunc(string nickName) private void UIDianZanFunc(string nickName)