-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (54 loc) · 3.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="趣账本 : The technological support for app "趣账本"">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>趣账本</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">趣账本</h1>
<h2 id="project_tagline">The technological support for app "趣账本"</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a id="欢迎使用趣账本" class="anchor" href="#%E6%AC%A2%E8%BF%8E%E4%BD%BF%E7%94%A8%E8%B6%A3%E8%B4%A6%E6%9C%AC" aria-hidden="true"><span class="octicon octicon-link"></span></a>欢迎使用趣账本.</h3>
<p>趣账本是一个为满足现代大学生及白领等的多元化、轻便化的记账需求的一款APP。您只需轻轻点击屏幕,即可生成账本表单以及圆饼统计图。</p>
<h3>
<a id="1账单明细列表" class="anchor" href="#1%E8%B4%A6%E5%8D%95%E6%98%8E%E7%BB%86%E5%88%97%E8%A1%A8" aria-hidden="true"><span class="octicon octicon-link"></span></a>1.账单明细列表</h3>
<p><img src="http://wengyq.cn/QuZhangBenGitHubImages/1.png" alt="主页面"></p>
<p>把您的所有账目清晰地呈现出来,并自动计算每次记账的收入和支出。统计您的历史支出和收入。让您对自己资金的使用一目了然。</p>
<h3>
<a id="2方便快捷的记账添加" class="anchor" href="#2%E6%96%B9%E4%BE%BF%E5%BF%AB%E6%8D%B7%E7%9A%84%E8%AE%B0%E8%B4%A6%E6%B7%BB%E5%8A%A0" aria-hidden="true"><span class="octicon octicon-link"></span></a>2.方便快捷的记账添加</h3>
<p><img src="http://wengyq.cn/QuZhangBenGitHubImages/2.png" alt="记账添加"></p>
<p>详细的分类选择,简单的记账操作让您的记账更为轻便。</p>
<h3>
<a id="3直观的统计图" class="anchor" href="#3%E7%9B%B4%E8%A7%82%E7%9A%84%E7%BB%9F%E8%AE%A1%E5%9B%BE" aria-hidden="true"><span class="octicon octicon-link"></span></a>3.直观的统计图</h3>
<p><img src="http://wengyq.cn/QuZhangBenGitHubImages/3.png" alt="图形统计"></p>
<p>趣账本根据您的记账数据,生成您的历史账目统计图,并且呈现相关账目的百分占比</p>
<h3>
<a id="4省钱攻略" class="anchor" href="#4%E7%9C%81%E9%92%B1%E6%94%BB%E7%95%A5" aria-hidden="true"><span class="octicon octicon-link"></span></a>4.省钱攻略</h3>
<p><img src="http://wengyq.cn/QuZhangBenGitHubImages/4.png" alt="省钱攻略"></p>
<p>提供省钱技巧文章,为您的省钱生活提供idea。</p>
<h3>
<a id="5个人中心" class="anchor" href="#5%E4%B8%AA%E4%BA%BA%E4%B8%AD%E5%BF%83" aria-hidden="true"><span class="octicon octicon-link"></span></a>5.个人中心</h3>
<p><img src="http://wengyq.cn/QuZhangBenGitHubImages/5.png" alt="个人中心"></p>
<p>简约的个人中心界面,方面您对个人资料的编辑。</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">趣账本 maintained by <a href="https://github.com/wengyunqiang">wengyunqiang</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>