'commit'
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
<script>
|
||||
// 配置
|
||||
const imageFolder = './Images/';
|
||||
const totalImages = 12;
|
||||
const totalImages = 14;
|
||||
const images = [];
|
||||
for (let i = 1; i <= totalImages; i++) {
|
||||
images.push(`${i}.jpg`);
|
||||
|
||||
BIN
static/Test/Images/13.jpg
Normal file
BIN
static/Test/Images/13.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
BIN
static/Test/Images/14.jpg
Normal file
BIN
static/Test/Images/14.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 209 KiB |
BIN
static/Test/Result/13.png
Normal file
BIN
static/Test/Result/13.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 538 KiB |
BIN
static/Test/Result/14.png
Normal file
BIN
static/Test/Result/14.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 518 KiB |
@@ -70,5 +70,18 @@
|
||||
"x": 1438,
|
||||
"y": 817,
|
||||
"r": 645
|
||||
},
|
||||
|
||||
{
|
||||
"filename": "13.jpg",
|
||||
"x": 647,
|
||||
"y": 518,
|
||||
"r": 391
|
||||
},
|
||||
{
|
||||
"filename": "14.jpg",
|
||||
"x": 447,
|
||||
"y": 719,
|
||||
"r": 290
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
|
||||
<script>
|
||||
// 配置
|
||||
const totalImages = 12;
|
||||
const totalImages = 14;
|
||||
const imagePath = './Result/';
|
||||
const grid = document.getElementById('grid');
|
||||
const funnyComments = [
|
||||
|
||||
Reference in New Issue
Block a user