From 2cc0840d3ebe1a2995389e43db41218f6595cd46 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Sun, 22 Dec 2024 22:33:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/components/book.js | 2 -- src/main/resources/static/components/chapter.js | 1 - src/main/resources/static/components/helper.js | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/static/components/book.js b/src/main/resources/static/components/book.js index b393db0..8ecc107 100644 --- a/src/main/resources/static/components/book.js +++ b/src/main/resources/static/components/book.js @@ -1,6 +1,5 @@ function bookForm() { return { - debug: '${debug}', type: 'form', ...horizontalFormOptions(), body: [ @@ -39,7 +38,6 @@ function bookForm() { extractValue: true, max: 10, maxTagLength: 10, - maxTagCount: 5, source: '${base}/book/tags' }, { diff --git a/src/main/resources/static/components/chapter.js b/src/main/resources/static/components/chapter.js index 193f0df..42a2c01 100644 --- a/src/main/resources/static/components/chapter.js +++ b/src/main/resources/static/components/chapter.js @@ -1,6 +1,5 @@ function chapterForm() { return { - debug: '${debug}', type: 'form', ...horizontalFormOptions(), body: [ diff --git a/src/main/resources/static/components/helper.js b/src/main/resources/static/components/helper.js index 2164b9f..e2861e3 100644 --- a/src/main/resources/static/components/helper.js +++ b/src/main/resources/static/components/helper.js @@ -32,5 +32,6 @@ function paginationOption() { layout: 'total,perPage,pager', maxButtons: 5, showPageInput: false, + total: '${total}' } }