创建GitHub链接区域
(self, parent)
| 111 | parent.add_widget(warning_frame) |
| 112 | |
| 113 | def _create_github_section(self, parent): |
| 114 | """创建GitHub链接区域""" |
| 115 | self.github_label = LinkLabel(get_text("copyright.github")) |
| 116 | parent.add_widget(self.github_label) |
| 117 | |
| 118 | def _create_continue_section(self, parent): |
| 119 | """创建继续按钮区域""" |
no test coverage detected