main
tamguo 7 years ago
parent 4eba805d69
commit 7e91a99151

@ -2,7 +2,7 @@ domain.name=https://book.tamguo.com/
admin.domain.name=https://admin.tamguo.com/
tamguo.domain.name=https://www.tamguo.com/
member.domain.name=http://member.tamguo.com/
cookie.domian.name=tamguo.com
cookie.domian.name=localhost
server.port=8083
jasypt.encryptor.password=tamguo

File diff suppressed because one or more lines are too long

@ -1,257 +1,112 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title th:text="${book.name + '-探果网'}">测试项目类型 - 探果网</title>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="renderer" content="webkit">
<meta name="author" content="tamguo" />
<meta name="site" content="https://www.tamguo.com" />
<meta name="keywords" th:content="${book.name}">
<meta name="description" th:content="${book.name}">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title th:text="${book.name + ' - 探果网'}">探果网</title>
<meta name="site" content="https://book.tamguo.com" />
<meta name="keywords" th:content="${book.name + ',' + book.owner}">
<meta name="description" th:content="${book.name + ',' + book.owner}">
<link type="favicon" rel="shortcut icon" th:href="${domainName + 'images/favicon.png'}" />
<link th:href="${domainName + 'bootstrap/css/bootstrap.min.css'}" rel="stylesheet">
<link th:href="${domainName + 'jstree/3.3.4/themes/default/style.min.css'}" rel="stylesheet">
<link th:href="${domainName + 'font-awesome/css/font-awesome.min.css'}" rel="stylesheet">
<link th:href="${domainName + 'nprogress/nprogress.css'}" rel="stylesheet">
<link th:href="${domainName + 'css/kancloud.css'}" rel="stylesheet">
<link th:href="${domainName + 'css/jstree.css'}" rel="stylesheet">
<link th:href="${domainName + 'editor.md/lib/mermaid/mermaid.css'}" rel="stylesheet">
<link th:href="${domainName + 'editor.md/lib/sequence/sequence-diagram-min.css'}" rel="stylesheet">
<link th:href="${domainName + 'editor.md/css/editormd.preview.css'}" rel="stylesheet">
<link th:href="${domainName + 'css/markdown.preview.css'}" rel="stylesheet">
<link th:href="${domainName + 'editor.md/lib/highlight/styles/github.css'}" rel="stylesheet">
<link th:href="${domainName + 'katex/katex.min.css'}" rel="stylesheet">
<link th:href="${domainName + 'css/print.css'}" media="print" rel="stylesheet">
<script type="text/javascript">window.book={"identify":"simon"};</script>
</head>
<body>
<div class="m-manual manual-mode-view manual-reader">
<header class="navbar navbar-static-top manual-head" role="banner">
<div class="container-fluid">
<div class="navbar-header pull-left manual-title">
<span class="slidebar" id="slidebar"><i class="fa fa-align-justify"></i></span>
<a href="https://www.tamguo.com" th:title="${book.name}" class="book-title" th:text="${book.name}">高中理科数学必修一</a>
<span style="font-size: 12px;font-weight: 100;"></span>
</div>
<div class="navbar-header pull-right manual-menu">
<a href="javascript:window.print();" id="printSinglePage" class="btn btn-default" style="margin-right: 10px;"><i class="fa fa-print"></i> 打印</a>
<div class="dropdown pull-right" style="margin-right: 10px;">
<a href="https://www.tamguo.com" class="btn btn-default"><i class="fa fa-home" aria-hidden="true"></i> 首页</a>
</div>
<div class="dropdown pull-right" style="margin-right: 10px;">
<button type="button" class="btn btn-success" data-toggle="modal" data-target="#shareProject"><i class="fa fa-share-square" aria-hidden="true"></i> 分享</button>
</div>
<div class="dropdown pull-right" style="margin-right: 10px;">
<button type="button" class="btn btn-primary" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-cloud-download" aria-hidden="true"></i> 下载 <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel" style="margin-top: -5px;">
<li><a href="https://www.tamguo.com/export/simon?output=pdf" target="_blank">PDF</a> </li>
<li><a href="https://www.tamguo.com/export/simon?output=epub" target="_blank">EPUB</a> </li>
<li><a href="https://www.tamguo.com/export/simon?output=mobi" target="_blank">MOBI</a> </li>
<li><a href="https://www.tamguo.com/export/simon?output=docx" target="_blank">Word</a> </li>
</ul>
</div>
</div>
</div>
</header>
<article class="container-fluid manual-body">
<div class="manual-left">
<div class="manual-tab">
<div class="tab-navg">
<span data-mode="view" class="navg-item active"><i class="fa fa-align-justify"></i><b class="text">目录</b></span>
<span data-mode="search" class="navg-item"><i class="fa fa-search"></i><b class="text">搜索</b></span>
</div>
<div class="tab-util">
<span class="manual-fullscreen-switch">
<b class="open fa fa-angle-right" title="展开"></b>
<b class="close fa fa-angle-left" title="关闭"></b>
</span>
</div>
<div class="tab-wrap">
<div class="tab-item manual-catalog">
<div class="catalog-list read-book-preview" id="sidebar">
<ul th:if="${doc.parentId} eq '0'" th:each="doc,status:${documentList}">
<li th:id="${doc.id}">
<a th:href="${domainName + 'document/' + doc.id + '.html'}" th:title="${doc.id}" th:text="${doc.name}">测试项目类型</a>
<ul th:if="${doc.parentId} eq '0'" th:each="doc,status:${documentList}">
<li th:id="${doc.id}">
<a th:href="${domainName + 'document/' + doc.id + '.html'}" th:title="${doc.id}" th:text="${doc.name}">测试项目类型</a>
<ul>
<li th:if="${d.parentId == doc.id}" th:id="${d.id}" th:each="d,status:${documentList}">
<a th:href="${domainName + 'document/' + d.id + '.html'}" th:title="${d.id}" th:text="${d.name}" th:class="${d.id == document.id ? 'jstree-clicked' : ''}">普通文档类型</a>
<ul>
<li th:if="${d.parentId == dd.id}" th:id="${dd.id}" th:each="dd,status:${d.children}">
<a th:href="${domainName + 'document/' + dd.id + '.html'}" th:title="${dd.id}" data-version="1541647449" th:text="${dd.name}" th:class="${dd.id == document.id ? 'jstree-clicked' : ''}">普通文档类型</a>
<ul>
<li th:if="${dd.parentId == ddd.id}" th:id="${ddd.id}" th:each="ddd,status:${dd.children}">
<a th:href="${domainName + 'document/' + ddd.id + '.html'}" th:title="${ddd.id}" data-version="1541647449" th:text="${ddd.name}" th:class="${ddd.id == document.id ? 'jstree-clicked' : ''}" >普通文档类型</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="tab-item manual-search">
<div class="search-container">
<div class="search-form">
<form id="searchForm" action="https://www.tamguo.com" method="post">
<div class="form-group">
<input type="search" placeholder="请输入搜索关键字" class="form-control" name="keyword">
<button type="submit" class="btn btn-default btn-search" id="btnSearch">
<i class="fa fa-search"></i>
</button>
</div>
</form>
</div>
<div class="search-result">
<div class="search-empty">
<i class="fa fa-search-plus" aria-hidden="true"></i>
<b class="text">暂无相关搜索结果!</b>
</div>
<ul class="search-list" id="searchList">
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="m-copyright">
<p>
本文档使用 <a href="https://www.tamguo.com" target="_blank">探果网</a> 发布
</p>
</div>
</div>
<div class="manual-right">
<div class="manual-article">
<div class="article-head">
<div class="container-fluid">
<div class="row">
<div class="col-md-2">
</div>
<div class="col-md-8 text-center">
<h1 id="article-title" th:text="${document.name}">测试项目类型</h1>
</div>
<div class="col-md-2">
</div>
</div>
</div>
</div>
<div class="article-content">
<div class="article-body editor-content" id="page-content">
<article class="markdown-article-inner" th:utext="${document.content}">
</article>
</div>
<div class="jump-top">
<a href="javascript:;" class="view-backtop"><i class="fa fa-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="manual-progress"><b class="progress-bar"></b></div>
</article>
<div class="manual-mask"></div>
</div>
<div class="modal fade" id="shareProject" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">项目分享</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm-12 text-center" id="shareQrcode" style="padding-bottom: 15px;">
</div>
</div>
<div class="form-group">
<label for="password" class="col-sm-2 control-label">项目地址</label>
<div class="col-sm-10">
<input type="text" th:value="${domainName + 'document/' + document.id + '.html'}" class="form-control" onmouseover="this.select()" id="projectUrl" title="项目地址">
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="downloadBookModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="myModalLabel">项目分享</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm-12 text-center" style="padding-bottom: 15px;">
<img src="https://www.tamguo.com" alt="扫一扫手机阅读" />
</div>
</div>
<div class="form-group">
<label for="password" class="col-sm-2 control-label">项目地址</label>
<div class="col-sm-10">
<input type="text" value="http://www.tamguo.com" class="form-control" onmouseover="this.select()" id="projectUrl" title="项目地址">
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
</div>
</div>
</div>
</div>
<script th:src="${domainName + 'jquery/1.12.4/jquery.min.js'}"></script>
<script th:src="${domainName + 'bootstrap/js/bootstrap.min.js'}"></script>
<script th:src="${domainName + 'js/jquery.form.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'layer/layer.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'jstree/3.3.4/jstree.min.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'nprogress/nprogress.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'editor.md/lib/highlight/highlight.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'js/jquery.highlight.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'js/kancloud.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'js/splitbar.js'}" type="text/javascript"></script>
<script th:src="${domainName + 'js/jquery.qrcode.min.js'}" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$("#searchList").on("click","a",function () {
var id = $(this).attr("data-id");
var url = "[[${domainName}]]" + "/document/[[${book.id}]].html";
$(this).parent("li").siblings().find("a").removeClass("active");
$(this).addClass("active");
loadDocument(url,id,function (body) {
return $(body).highlight(window.keyword);
});
});
$("#shareQrcode").qrcode($("#projectUrl").val());
});
</script>
<link rel="stylesheet" th:href="${domainName + 'css/book.css'}">
</head>
<body>
<div id="app" data-server-rendered="true">
<div class="theme-container no-sidebar">
<header class="navbar">
<div class="sidebar-button">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true"
role="img" viewBox="0 0 448 512" class="icon">
<path fill="currentColor"
d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg>
</div>
<a th:href="${domainName + 'book/' + book.id + '.html'}"
class="home-link router-link-exact-active router-link-active">
<!----> <span class="site-name" th:text="${book.name}">MyBatis-Plus</span>
</a>
<div class="links" style="max-width: nullpx;">
<nav class="nav-links can-hide">
<div class="nav-item">
<a th:href="${domainName + 'book/' + book.id + '.html'}" class="nav-link">首页</a>
</div>
<div class="nav-item">
<div class="dropdown-wrapper">
<a class="dropdown-title"><span class="title">下载</span> <span
class="arrow right"></span></a>
<ul class="nav-dropdown" style="display: none;">
<li class="dropdown-item">
<!----> <a th:href="${domainName + 'book/' + book.id + '.html'}"
class="nav-link router-link-exact-active">PDF</a>
</li>
<li class="dropdown-item">
<!----> <a th:href="${domainName + 'book/' + book.id + '.html'}"
class="nav-link router-link-exact-active">WORD</a>
</li>
</ul>
</div>
</div>
<a th:href="${domainName}" target="_blank"
rel="noopener noreferrer" class="repo-link"> 分享 <svg
xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px"
y="0px" viewBox="0 0 100 100" width="15" height="15"
class="icon outbound">
<path fill="currentColor"
d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon
fill="currentColor"
points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>
</nav>
</div>
</header>
<div class="sidebar-mask"></div>
<div class="sidebar">
<nav class="nav-links">
<div class="nav-item">
<a th:href="${domainName + 'book/' + book.id + '.html'}" class="nav-link">首页</a>
</div>
<div class="nav-item">
<div class="dropdown-wrapper">
<a class="dropdown-title"><span class="title">下载</span> <span
class="arrow right"></span></a>
<ul class="nav-dropdown" style="display: none;">
<li class="dropdown-item">
<!----> <a th:href="${domainName + 'book/' + book.id + '.html'}"
class="nav-link router-link-exact-active">PDF</a>
</li>
<li class="dropdown-item">
<!----> <a th:href="${domainName + 'book/' + book.id + '.html'}"
class="nav-link router-link-exact-active">WORD</a>
</li>
</ul>
</div>
</div>
<a th:href="${domainName}" target="_blank"
rel="noopener noreferrer" class="repo-link"> 分享 <svg
xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px"
y="0px" viewBox="0 0 100 100" width="15" height="15"
class="icon outbound">
<path fill="currentColor"
d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path> <polygon
fill="currentColor"
points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a>
</nav>
<!---->
</div>
<div class="home">
<div class="hero">
<img th:src="${book.bookImage}" class="cover" th:alt="${book.name}"
onerror="this.src='https://book.tamguo.com/images/book.jpg';" alt="hero">
<h1 th:text="${book.name}">MyBatis-Plus</h1>
<p class="description" th:text="${book.owner}">为简化开发而生</p>
<p class="action">
<a th:href="${domainName + 'document/' + document.id + '.html'}" class="nav-link action-button">快速开始 →</a>
</p>
</div>
<div class="footer">沪备案号 沪ICP备14022608号-1 Copyright © 2018 Tamguo
</div>
</div>
<!---->
</div>
</div>
</body>
</html>

@ -33,14 +33,14 @@
<div class="container-fluid">
<div class="navbar-header pull-left manual-title">
<span class="slidebar" id="slidebar"><i class="fa fa-align-justify"></i></span>
<a href="https://www.tamguo.com" th:title="${document.name}" class="book-title" th:text="${document.name}">高中理科数学必修一</a>
<a href="https://book.tamguo.com" th:title="${document.name}" class="book-title" th:text="${document.name}">高中理科数学必修一</a>
<span style="font-size: 12px;font-weight: 100;"></span>
</div>
<div class="navbar-header pull-right manual-menu">
<a href="javascript:window.print();" id="printSinglePage" class="btn btn-default" style="margin-right: 10px;"><i class="fa fa-print"></i> 打印</a>
<div class="dropdown pull-right" style="margin-right: 10px;">
<a href="https://www.tamguo.com" class="btn btn-default"><i class="fa fa-home" aria-hidden="true"></i> 首页</a>
<a href="https://book.tamguo.com" class="btn btn-default"><i class="fa fa-home" aria-hidden="true"></i> 首页</a>
</div>
<div class="dropdown pull-right" style="margin-right: 10px;">
<button type="button" class="btn btn-success" data-toggle="modal" data-target="#shareProject"><i class="fa fa-share-square" aria-hidden="true"></i> 分享</button>
@ -104,7 +104,7 @@
<div class="tab-item manual-search">
<div class="search-container">
<div class="search-form">
<form id="searchForm" action="https://www.tamguo.com" method="post">
<form id="searchForm" action="https://book.tamguo.com" method="post">
<div class="form-group">
<input type="search" placeholder="请输入搜索关键字" class="form-control" name="keyword">
<button type="submit" class="btn btn-default btn-search" id="btnSearch">
@ -127,7 +127,7 @@
</div>
<div class="m-copyright">
<p>
本文档使用 <a href="https://www.tamguo.com" target="_blank">探果</a> 发布
本文档使用 <a href="https://book.tamguo.com" target="_blank">探书</a> 发布
</p>
</div>
</div>
@ -209,7 +209,7 @@
<div class="form-group">
<label for="password" class="col-sm-2 control-label">项目地址</label>
<div class="col-sm-10">
<input type="text" value="http://www.tamguo.com" class="form-control" onmouseover="this.select()" id="projectUrl" title="项目地址">
<input type="text" value="http://book.tamguo.com" class="form-control" onmouseover="this.select()" id="projectUrl" title="项目地址">
</div>
<div class="clearfix"></div>
</div>

@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>聪明的学生都在这里 - 探果</title>
<title>专业点的书籍代管平台_探书</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="renderer" content="webkit">
<meta name="author" content="tamguo" />
<meta name="site" content="https://book.tamguo.com" />
<meta name="keywords" content="高考,考研,财会类,建筑工程,职业资格,医卫类,会计类">
<meta name="description" content="MinDoc文档在线管理系统探果网,高考试题,高考试卷,高校试题,名校,名校试题,名校试卷,高校名师,名师专访,名师教案,名师课堂试题库,试卷库,智能题库,历年真题,模拟试题,押题,预测试题,高考,会计证,会计从业,会计师,经济师,施工员,建造师,建筑师,造价师,职业资格,证券资格,考研,计算机考试,建筑考试,财会类,医卫类,护士资格,公务员,知识点,试题,试卷">
<meta name="keywords" content="书籍管理、章节管理、知识点管理、真题解析、专业文档">
<meta name="description" content="tamguo.com 是一个面向学生的书籍代管平台,提供书籍 、文章、博客、章节、知识点分享、打印、下载服务">
<link th:href="${domainName + 'bootstrap/css/bootstrap.min.css'}" rel="stylesheet">
<link th:href="${domainName + 'font-awesome/css/font-awesome.min.css'}" rel="stylesheet">

@ -35,6 +35,9 @@
<li class="contain-li"><a class="contain-link"
href="http://www.tamyun.com/" style="color:#fff;" target="_blank" title="探云网,云养殖">探云网</a>
</li>
<li class="contain-li"><a class="contain-link"
href="https://book.tamguo.com/" style="color:#fff;" target="_blank" title="探书网">探书网</a>
</li>
<li class="contain-li"><a class="contain-link" style="color:#fff;"
href="http://www.xunaiquan.com/" target="_blank" title="找狗,寻狗">寻爱犬</a></li>
<li class="contain-li"><a class="contain-link"

Loading…
Cancel
Save