Browse Source

图片压缩

master
xuhuajiao 4 weeks ago
parent
commit
797eb105ec
  1. BIN
      static/images/card-img1.png
  2. BIN
      static/images/card-img2.png
  3. BIN
      static/images/default-avatar.png
  4. BIN
      static/images/default-book.png
  5. BIN
      static/images/lib.png
  6. BIN
      static/images/logo.jpg
  7. BIN
      static/images/menu-hd.png
  8. BIN
      static/images/menu-jy.png
  9. BIN
      static/images/menu-rg.png
  10. BIN
      static/images/menu-sc.png
  11. BIN
      static/images/mylending-img1.png
  12. BIN
      static/images/mylending-img2.png
  13. BIN
      static/images/mylending-img3.png
  14. BIN
      static/images/ranking-bg.png
  15. 8
      subpkg/pages/activity-list/activity-list.vue

BIN
static/images/card-img1.png

Before

Width: 610  |  Height: 245  |  Size: 25 KiB

After

Width: 610  |  Height: 245  |  Size: 25 KiB

BIN
static/images/card-img2.png

Before

Width: 80  |  Height: 80  |  Size: 3.0 KiB

After

Width: 80  |  Height: 80  |  Size: 2.9 KiB

BIN
static/images/default-avatar.png

Before

Width: 124  |  Height: 124  |  Size: 1.3 KiB

After

Width: 124  |  Height: 124  |  Size: 1.3 KiB

BIN
static/images/default-book.png

Before

Width: 574  |  Height: 800  |  Size: 136 KiB

After

Width: 574  |  Height: 800  |  Size: 110 KiB

BIN
static/images/lib.png

Before

Width: 150  |  Height: 150  |  Size: 17 KiB

After

Width: 150  |  Height: 150  |  Size: 15 KiB

BIN
static/images/logo.jpg

Before

Width: 640  |  Height: 640  |  Size: 17 KiB

After

Width: 640  |  Height: 640  |  Size: 15 KiB

BIN
static/images/menu-hd.png

Before

Width: 128  |  Height: 128  |  Size: 16 KiB

After

Width: 128  |  Height: 128  |  Size: 6.5 KiB

BIN
static/images/menu-jy.png

Before

Width: 64  |  Height: 64  |  Size: 522 B

After

Width: 64  |  Height: 64  |  Size: 467 B

BIN
static/images/menu-rg.png

Before

Width: 67  |  Height: 64  |  Size: 592 B

After

Width: 67  |  Height: 64  |  Size: 525 B

BIN
static/images/menu-sc.png

Before

Width: 64  |  Height: 64  |  Size: 547 B

After

Width: 64  |  Height: 64  |  Size: 502 B

BIN
static/images/mylending-img1.png

Before

Width: 122  |  Height: 107  |  Size: 2.7 KiB

After

Width: 122  |  Height: 107  |  Size: 2.6 KiB

BIN
static/images/mylending-img2.png

Before

Width: 122  |  Height: 107  |  Size: 2.2 KiB

After

Width: 122  |  Height: 107  |  Size: 2.1 KiB

BIN
static/images/mylending-img3.png

Before

Width: 122  |  Height: 107  |  Size: 2.7 KiB

After

Width: 122  |  Height: 107  |  Size: 2.6 KiB

BIN
static/images/ranking-bg.png

Before

Width: 750  |  Height: 270  |  Size: 35 KiB

After

Width: 750  |  Height: 270  |  Size: 29 KiB

8
subpkg/pages/activity-list/activity-list.vue

@ -46,14 +46,6 @@
<text>{{ item.startTime }} - {{ item.endTime }}</text>
</view>
</view>
<!-- <button
class="activity-btn"
:class="isItemDisabled(item) ? 'disabled-btn' : ''"
type="primary"
:disabled="isItemDisabled(item)"
>
{{ getBtnText(item.status) }}
</button> -->
</view>
</view>

Loading…
Cancel
Save