We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06b4a0 commit 0993f25Copy full SHA for 0993f25
pgpl/advance_page.py
@@ -16,9 +16,9 @@ def _on_load(self):
16
with output.use_scope(self.main_scope):
17
# 标题
18
if DEBUG_MODE:
19
- output.put_markdown(t2t('# PGPL DEBUG') + f" 2.1"),
+ output.put_markdown(t2t('# PGPL DEBUG') + f" 2.2"),
20
else:
21
- output.put_markdown(t2t('# PGPL GUI') + f" 2.1"),
+ output.put_markdown(t2t('# PGPL GUI') + f" 2.2"),
22
23
# 页面切换按钮
24
output.put_buttons(self._value_list2buttons_type(list(manager.page_dict)), onclick=manager.load_page, scope=self.main_scope)
0 commit comments