You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
任何一个链接导入总是显示
Unknown format or Unknown link version!
。我稍微研究了一下代码,在
ConfigWindowController.m
中的第534
行中,sharedServer[@"v"]
好像其实是一个NSNumber
而不是NSString
,导致了sharedServer[@"v"] isNotEqualTo:@"2"]
永远返回否?我不太懂 objective-C,所以也可能是其他问题。
The text was updated successfully, but these errors were encountered: