1.修复漏洞
This commit is contained in:
2
.idea/deploymentTargetSelector.xml
generated
2
.idea/deploymentTargetSelector.xml
generated
@@ -4,7 +4,7 @@
|
|||||||
<selectionStates>
|
<selectionStates>
|
||||||
<SelectionState runConfigName="app">
|
<SelectionState runConfigName="app">
|
||||||
<option name="selectionMode" value="DROPDOWN" />
|
<option name="selectionMode" value="DROPDOWN" />
|
||||||
<DropdownSelection timestamp="2026-07-01T08:15:08.155754600Z">
|
<DropdownSelection timestamp="2026-07-06T09:43:36.982037600Z">
|
||||||
<Target type="DEFAULT_BOOT">
|
<Target type="DEFAULT_BOOT">
|
||||||
<handle>
|
<handle>
|
||||||
<DeviceId pluginId="PhysicalDevice" identifier="serial=3A251FDJH000CE" />
|
<DeviceId pluginId="PhysicalDevice" identifier="serial=3A251FDJH000CE" />
|
||||||
|
|||||||
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@@ -19,6 +19,5 @@
|
|||||||
</option>
|
</option>
|
||||||
</GradleProjectSettings>
|
</GradleProjectSettings>
|
||||||
</option>
|
</option>
|
||||||
<option name="offlineMode" value="true" />
|
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -62,12 +62,17 @@ class SocketUtilManageV2 {
|
|||||||
//监听socket相关行为
|
//监听socket相关行为
|
||||||
EasySocket.getInstance().subscribeSocketAction(object : ISocketActionListener {
|
EasySocket.getInstance().subscribeSocketAction(object : ISocketActionListener {
|
||||||
override fun onSocketConnSuccess(socketAddress: SocketAddress?) {
|
override fun onSocketConnSuccess(socketAddress: SocketAddress?) {
|
||||||
LogUtil.e("socket连接成功")
|
try {
|
||||||
//发送
|
mTimer.cancel()
|
||||||
mTimer.schedule(timerTask {
|
LogUtil.e("socket连接成功")
|
||||||
LogUtil.e("发送")
|
//发送
|
||||||
EasySocket.getInstance().upMessage(mNeedSendMessage)
|
mTimer.schedule(timerTask {
|
||||||
}, 500)
|
LogUtil.e("发送")
|
||||||
|
EasySocket.getInstance().upMessage(mNeedSendMessage)
|
||||||
|
}, 500)
|
||||||
|
} catch (e: Exception) {
|
||||||
|
LogUtil.e("onSocketConnSuccess 异常:${e.message}")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onSocketConnFail(socketAddress: SocketAddress?, isNeedReconnect: Boolean) {
|
override fun onSocketConnFail(socketAddress: SocketAddress?, isNeedReconnect: Boolean) {
|
||||||
|
|||||||
@@ -944,7 +944,7 @@
|
|||||||
<string name="txt_furr_timer_friend_dec2">Five years of commitment will unlock the Furr-timer Friend badge!</string>
|
<string name="txt_furr_timer_friend_dec2">Five years of commitment will unlock the Furr-timer Friend badge!</string>
|
||||||
<string name="txt_how_to_get">How to get?</string>
|
<string name="txt_how_to_get">How to get?</string>
|
||||||
<string name="txt_family_invitation">Family Invitation</string>
|
<string name="txt_family_invitation">Family Invitation</string>
|
||||||
<string name="txt_active_time1">Active Time:</string>
|
<string name="txt_active_time1">Activated Time:</string>
|
||||||
<string name="txt_family_invitation_dec1">Your friend</string>
|
<string name="txt_family_invitation_dec1">Your friend</string>
|
||||||
<string name="txt_family_invitation_dec2">invites you to become</string>
|
<string name="txt_family_invitation_dec2">invites you to become</string>
|
||||||
<string name="txt_family_invitation_dec3">family.</string>
|
<string name="txt_family_invitation_dec3">family.</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user