Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenxifan committed May 15, 2024
1 parent 3a1d40b commit 1ce01ca
Show file tree
Hide file tree
Showing 5 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/chef6.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=63">
<link rel="stylesheet" href="./css/image.css?v=64">
<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-15 11:10 新增礼包厨师春小采。</div>
<div class="p">2024-05-03 14:30 新增卷卷猫联动厨师菜谱</div>
<div class="p">2024-04-23 23:50 新增勇闯迷境奖池相关内容。</div>
<div class="p">2024-04-06 14:10 修复南飞的在场加成会被计算两次的bug。</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=244"></script>
<script src="./js/index.js?v=245"></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=85'
url: './data/data.min.json?v=86'
}).then(rst => {
this.data = rst;
this.initData();
Expand Down

0 comments on commit 1ce01ca

Please sign in to comment.