reduce loading burden
This commit is contained in:
@@ -65,8 +65,8 @@ Training: **coming soon**
|
||||
<img width=24% src="./docs/img/zhuyin.webp"/>
|
||||
</div>
|
||||
<div>
|
||||
<img width=49% src="./docs/img/mama_mask_Trim_short.webp"/>
|
||||
<img width=49% src="./docs/img/mama_mask_wuyifan_Trim_short.webp"/>
|
||||
<img width=49% src="./docs/img/mama_mask_short.webp"/>
|
||||
<img width=49% src="./docs/img/mama_mask_wuyifan_short.webp"/>
|
||||
</div>
|
||||
|
||||
## Results
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 23 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.0 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.1 MiB |
+1
-1
@@ -186,7 +186,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 image-display2">
|
||||
<img id=mama src="./img/mama_mask_Trim_short.webp" />
|
||||
<img id=mama src="./img/mama_mask_short.webp" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* @Author: Ziang Liu
|
||||
* @Date: 2021-07-03 16:34:56
|
||||
* @LastEditors: AceSix
|
||||
* @LastEditTime: 2021-07-20 00:23:27
|
||||
* @LastEditTime: 2021-07-20 00:46:27
|
||||
* Copyright (C) 2021 SJTU. All rights reserved.
|
||||
*/
|
||||
|
||||
@@ -40,10 +40,10 @@ function select_source2(number) {
|
||||
}
|
||||
}
|
||||
if (item_id=='Iron_man'){
|
||||
document.getElementById('mama').src = './img/mama_mask_Trim_short.webp';
|
||||
document.getElementById('mama').src = './img/mama_mask_short.webp';
|
||||
}
|
||||
else{
|
||||
document.getElementById('mama').src = './img/mama_mask_wuyifan_Trim_short.webp';
|
||||
document.getElementById('mama').src = './img/mama_mask_wuyifan_short.webp';
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user