无故事王国
2024-07-02 655a0215e597e3c46834d9d8a609bab729a1816f
DolphinEnglishLearnStudent/AppDelegate.swift
@@ -16,9 +16,6 @@
            func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
                        // Override point for customization after application launch.
                        sleep(2)
                        if WXApi.isWXAppInstalled(){
                                    WXApi.registerApp(WeChatAPPID, universalLink: "https://dollearn/app/")
                        }
                        return true
            }