Skip to content

Commit

Permalink
updata
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Jun 12, 2023
1 parent c316ffc commit 59f5f94
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 35 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
'../server/index.php?s=',
// "lang" :'en'
lang: 'zh-cn'
}</script><link href=./static/css/app.d3d986120a2064e108b279e580e45ecc.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.c43af651c0f29666f08b.js></script></body></html>
}</script><link href=./static/css/app.46afee72b38f4c8620452029eec07d28.css rel=stylesheet></head><body class=grey-bg><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.339f5a1f86786a88b9d4.js></script><script type=text/javascript src=./static/js/app.dd4024ee1e1cd01b93b5.js></script></body></html>

Large diffs are not rendered by default.

Binary file removed web/static/fonts/fa-light-300.802a011.woff2
Binary file not shown.
Binary file removed web/static/fonts/fa-light-300.c6d18d3.ttf
Binary file not shown.
Binary file removed web/static/fonts/fa-regular-400.d363ea5.woff2
Binary file not shown.
Binary file removed web/static/fonts/fa-regular-400.ea17b87.ttf
Binary file not shown.
Binary file removed web/static/fonts/fa-solid-900.a208a28.woff2
Binary file not shown.
Binary file removed web/static/fonts/fa-solid-900.e0edc62.ttf
Binary file not shown.
1 change: 0 additions & 1 deletion web/static/js/app.c43af651c0f29666f08b.js

This file was deleted.

1 change: 1 addition & 0 deletions web/static/js/app.dd4024ee1e1cd01b93b5.js

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions web_src/src/components/item/home/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
>
<div class="item-one-block-content">
<i class="mr-1 fas fa-notes"></i>
{{
$t('all_items')
}}
{{ $t('all_items') }}
</div>
</div>
<div
Expand All @@ -54,9 +52,8 @@
effect="dark"
:content="$t('item_group_desc')"
placement="top"
><i class="el-icon-plus mr-1"></i
>
</el-tooltip>
><i class="el-icon-plus mr-1"></i>
</el-tooltip>
</div>
</div>
<div>
Expand Down Expand Up @@ -391,7 +388,7 @@ a {
.left-bottom-bar {
position: fixed;
bottom: 15px;
bottom: 10px;
text-align: center;
width: 230px;
display: flex;
Expand All @@ -407,6 +404,7 @@ a {
font-size: 12px;
color: #856404;
border: #ffeeba;
border-radius: 8px;
}
.left-bottom-bar .content .text-link {
font-size: 12px;
Expand Down

0 comments on commit 59f5f94

Please sign in to comment.