fix
无故事王国
2024-06-18 c1862d736587c9a5c10a368dabaeb72be2df4bcb
DolphinEnglishLearnStudent/Config/Config.swift
@@ -118,11 +118,9 @@
                                                            self.isUserInteractionEnabled = true
                                                });
                                    }else {
                                                DispatchQueue.main.async(execute: {
                                                            self.setTitle("\(time)s", for: .normal)
                                                            self.setTitleColor(unenableColor, for: .normal)
                                                            self.isUserInteractionEnabled = false
                                                });
                                    }
                                    time -= 1
                        });