Skip to content

Commit

Permalink
文档目录变更
Browse files Browse the repository at this point in the history
  • Loading branch information
Benature committed May 7, 2020
1 parent 577809d commit a495fcf
Show file tree
Hide file tree
Showing 89 changed files with 21 additions and 29,382 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ logs/
/media/

# config
/config.conf
WordReview/config.conf

# PyInstaller
/build/
/dist/
WordReview/build/
WordReview/dist/
*.spec

# local
Expand All @@ -27,4 +27,6 @@ data/
/backup/
/pypi/
WordReview.wiki/
*_ig.*
*_ig.*

# WordReview/static/bootstrap
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ tain
### 更新日志

- 2020.05
- update: 目录结构变更 @05-07
- feature: 区分渲染数据库`Words``Review``flag`难度标记 @05-07
- feature: `相关词`栏内对近期复习单词做高亮 @05-05
- 2020.04
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ i{
.recent{
background-color: yellow;
font-weight: bolder;
text-shadow: 0.2em 0.5em 0.1em rgb(29, 1, 1),
text-shadow: 0.5px 0.5px 0.1px #1d0101,
// color: red;
}
}
File renamed without changes.
Empty file removed apps/review/migrations/__init__.py
Empty file.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
25 changes: 13 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,28 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>单词复习</title>
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<link href="./static/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="./static/css/font-awesome.min.css" rel="stylesheet">
<link href="./static/css/base.css" rel="stylesheet">
<script src="./static/jquery/jquery-3.5.1.min.js"></script>
<script src="./static/jquery/jquery.tmpl.min.js"></script>
<script src="./static/layer/layer.js"></script>
<link rel="stylesheet" href="./static/layer/theme/default/layer.css" id="layuicss-layer">
<script src="./static/js/util.js"></script>
<link href="./WordReview/static/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="./WordReview/static/css/font-awesome.min.css" rel="stylesheet">
<link href="./WordReview/static/css/base.css" rel="stylesheet">
<script src="./WordReview/static/jquery/jquery-3.5.1.min.js"></script>
<script src="./WordReview/static/jquery/jquery.tmpl.min.js"></script>
<script src="./WordReview/static/layer/layer.js"></script>
<link rel="stylesheet" href="./WordReview/static/layer/theme/default/layer.css" id="layuicss-layer">
<script src="./WordReview/static/js/util.js"></script>


<script src="./static/js/echarts.min.js"></script>
<link href="./staticsfile/scss/review.css" rel="stylesheet" type="text/css">
<script src="./static/js/review.js"></script>
<script src="./WordReview/static/js/echarts.min.js"></script>
<link href="./WordReview/staticsfile/scss/review.css" rel="stylesheet" type="text/css">
<script src="./WordReview/static/js/review.js"></script>
<script src="./doc/demo.js"></script>

</head>

<body id="dummybodyid" data-gr-c-s-loaded="true" class="vn-highlighter-context vsc-initialized">

<nav class="navbar navbar-light bg-light sticky-top"><a href="http://127.0.0.1:8022/review/" class="navbar-brand"><img
src="./static/media/muyi.png" height="30" alt="" class="d-inline-block align-top">&nbsp; Word Review</a>
src="./WordReview/static/media/muyi.png" height="30" alt="" class="d-inline-block align-top">&nbsp; Word
Review</a>
<div class="d-flex flex-row">
<div style="margin-right: 40px;" class="d-flex flex-row justify-content-center">
<input id="jump-index" class="form-control">
Expand Down
Loading

0 comments on commit a495fcf

Please sign in to comment.