Skip to content

Commit 0993f25

Browse files
committed
upd
1 parent d06b4a0 commit 0993f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgpl/advance_page.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def _on_load(self):
1616
with output.use_scope(self.main_scope):
1717
# 标题
1818
if DEBUG_MODE:
19-
output.put_markdown(t2t('# PGPL DEBUG') + f" 2.1"),
19+
output.put_markdown(t2t('# PGPL DEBUG') + f" 2.2"),
2020
else:
21-
output.put_markdown(t2t('# PGPL GUI') + f" 2.1"),
21+
output.put_markdown(t2t('# PGPL GUI') + f" 2.2"),
2222

2323
# 页面切换按钮
2424
output.put_buttons(self._value_list2buttons_type(list(manager.page_dict)), onclick=manager.load_page, scope=self.main_scope)

0 commit comments

Comments
 (0)