Results 6 issues of songzm

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** ![image](https://github.com/jezzmemo/JJException/assets/7426040/289df035-f868-431a-85d5-294600b15ab4) ![image](https://github.com/jezzmemo/JJException/assets/7426040/26a63f3b-722e-4f4e-ae5d-8daef9bd3c1d) 我参考你的库,写了库到线上,发现线上有概率崩溃

### Description `extension PushKit: MessagingDelegate { // fcm回调 public func messaging(_ messaging: Messaging, didReceiveRegistrationToken fcmToken: String?) { guard let token = fcmToken else { return } Log.info("PushKit", "FCMToken---\(token)")` this token...

needs-triage

` ``` struct AAA: Codable { var totalMoveGoalsMet: Int } class BB: HostContext { var aaa: AAA func computedProperty(name: String, args: String, callback: ResultCallback) { callback.onResult(result: aaa.totalMoveGoalsMet.string) } func deviceProperty(name:...