MCPcopy Create free account
hub / github.com/BasicProtein/AugmentCode-Free / _create_github_section

Method _create_github_section

gui_qt6/welcome_page.py:113–116  ·  view source on GitHub ↗

创建GitHub链接区域

(self, parent)

Source from the content-addressed store, hash-verified

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 """创建继续按钮区域"""

Callers 1

_setup_uiMethod · 0.95

Calls 3

get_textFunction · 0.90
LinkLabelClass · 0.85
add_widgetMethod · 0.80

Tested by

no test coverage detected