From 4f3ab23c70bbd412ed2b94dee1604bc9b1f02535 Mon Sep 17 00:00:00 2001 From: tamguo Date: Sat, 1 Sep 2018 16:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/mobile/chapter.html | 30 ++++++++++++++++++ .../resources/templates/mobile/index.html | 31 +++++++++++++++++++ .../resources/templates/mobile/paper.html | 30 ++++++++++++++++++ .../resources/templates/mobile/paperlist.html | 30 ++++++++++++++++++ .../templates/mobile/questionList.html | 30 ++++++++++++++++++ .../resources/templates/mobile/subject.html | 30 ++++++++++++++++++ 6 files changed, 181 insertions(+) diff --git a/tamguo-tms/src/main/resources/templates/mobile/chapter.html b/tamguo-tms/src/main/resources/templates/mobile/chapter.html index 9a30faa..1b55409 100644 --- a/tamguo-tms/src/main/resources/templates/mobile/chapter.html +++ b/tamguo-tms/src/main/resources/templates/mobile/chapter.html @@ -175,4 +175,34 @@ function showChapter(self){ $("#" + $(self).attr("data-id")).show(); } + \ No newline at end of file diff --git a/tamguo-tms/src/main/resources/templates/mobile/index.html b/tamguo-tms/src/main/resources/templates/mobile/index.html index 69a61ee..c74c9ed 100644 --- a/tamguo-tms/src/main/resources/templates/mobile/index.html +++ b/tamguo-tms/src/main/resources/templates/mobile/index.html @@ -128,4 +128,35 @@ + + \ No newline at end of file diff --git a/tamguo-tms/src/main/resources/templates/mobile/paper.html b/tamguo-tms/src/main/resources/templates/mobile/paper.html index 0eb01d0..ac56c8a 100644 --- a/tamguo-tms/src/main/resources/templates/mobile/paper.html +++ b/tamguo-tms/src/main/resources/templates/mobile/paper.html @@ -108,4 +108,34 @@ + \ No newline at end of file diff --git a/tamguo-tms/src/main/resources/templates/mobile/paperlist.html b/tamguo-tms/src/main/resources/templates/mobile/paperlist.html index 350fd62..5bfee08 100644 --- a/tamguo-tms/src/main/resources/templates/mobile/paperlist.html +++ b/tamguo-tms/src/main/resources/templates/mobile/paperlist.html @@ -101,4 +101,34 @@ + \ No newline at end of file diff --git a/tamguo-tms/src/main/resources/templates/mobile/questionList.html b/tamguo-tms/src/main/resources/templates/mobile/questionList.html index 73be5c1..3c2584c 100644 --- a/tamguo-tms/src/main/resources/templates/mobile/questionList.html +++ b/tamguo-tms/src/main/resources/templates/mobile/questionList.html @@ -661,4 +661,34 @@ body.filter_show { + \ No newline at end of file diff --git a/tamguo-tms/src/main/resources/templates/mobile/subject.html b/tamguo-tms/src/main/resources/templates/mobile/subject.html index 43ac8ef..da45326 100644 --- a/tamguo-tms/src/main/resources/templates/mobile/subject.html +++ b/tamguo-tms/src/main/resources/templates/mobile/subject.html @@ -244,4 +244,34 @@ + \ No newline at end of file