Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenxifan committed May 27, 2024
1 parent 1ce01ca commit 2ee0cb7
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/image.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/data.min.json

Large diffs are not rendered by default.

Binary file modified images/chef5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/chef6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/chef7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/decoration3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/decoration4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/decoration5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/equip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/equip1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/equip2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/equip3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/recipe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/recipe1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/recipe2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/recipe3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/recipe4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>个人爱好[白菜菊花]</title>
<link rel="icon" href="./favicon.png?v=1">
<link rel="stylesheet" href="./css/index.css?v=44">
<link rel="stylesheet" href="./css/image.css?v=64">
<link rel="stylesheet" href="./css/image.css?v=65">
<link rel="stylesheet" href="./ele/index.css">
</head>
<body>
Expand Down Expand Up @@ -874,9 +874,9 @@ <h2 class="ng-title">个人爱好[白菜菊花图鉴]</h2>
<div class="title">最近更新</div>
<div class="hr"></div>
<div class="box-body">
<div class="p">2024-05-27 20:30 新增悬疑之夜池相关数据。</div>
<div class="p">2024-05-15 11:10 新增礼包厨师春小采。</div>
<div class="p">2024-05-03 14:30 新增卷卷猫联动厨师菜谱</div>
<div class="p">2024-04-23 23:50 新增勇闯迷境奖池相关内容。</div>
</div>
<div class="title">常见问题</div>
<div class="hr"></div>
Expand Down Expand Up @@ -2179,6 +2179,6 @@ <h2 class="ng-title">个人爱好[白菜菊花图鉴]</h2>
<script src="./js/jquery-2.1.4.min.js"></script>
<script src="./js/echarts.min.js"></script>
<script src="./js/common.js?v=1"></script>
<script src="./js/index.js?v=245"></script>
<script src="./js/index.js?v=246"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ $(function() {
},
loadData() {
$.ajax({
url: './data/data.min.json?v=86'
url: './data/data.min.json?v=87'
}).then(rst => {
this.data = rst;
this.initData();
Expand Down

0 comments on commit 2ee0cb7

Please sign in to comment.