Skip to content

Commit

Permalink
修复了模板配置无法翻页的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuheng committed Jul 6, 2024
1 parent 32c730e commit e7a5e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.lunadeer</groupId>
<artifactId>Dominion</artifactId>
<version>1.35.6-beta</version>
<version>1.35.7-beta</version>
<packaging>jar</packaging>

<name>Dominion</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static void show(CommandSender sender, String[] args) {
return;
}

ListView view = ListView.create(10, "/dominion template manage " + template.getName());
ListView view = ListView.create(10, "/dominion template setting " + template.getName());
view.title("模板 " + args[1] + " 权限管理");
view.navigator(Line.create()
.append(Button.create("主菜单").setExecuteCommand("/dominion menu").build())
Expand Down

0 comments on commit e7a5e2b

Please sign in to comment.