From 8cbad0d70dc473dace9fa95b510a2c119cf7946d Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期三, 19 六月 2024 18:09:24 +0800 Subject: [PATCH] fix --- DolphinEnglishLearnStudent/Config/Config.swift | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/DolphinEnglishLearnStudent/Config/Config.swift b/DolphinEnglishLearnStudent/Config/Config.swift index 11177b3..50d659d 100644 --- a/DolphinEnglishLearnStudent/Config/Config.swift +++ b/DolphinEnglishLearnStudent/Config/Config.swift @@ -12,6 +12,10 @@ @_exported import JQTools + +let WeChatAPPID = "wx723c6b080f204773" +let WeChatSecrect = "b7904c5721aeccc20fd11fe9afc23f4d" + var sceneDelegate:SceneDelegate? = { var uiScreen:UIScene? UIApplication.shared.connectedScenes.forEach { scenes in -- Gitblit v1.7.1