We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89315bf commit c6eb814Copy full SHA for c6eb814
extend/json/demo1/doc.json
@@ -3,7 +3,7 @@
3
{
4
"desc": "图片1",
5
"id": 30,
6
- "imagePath": "1.jpg",
+ "imagePath": "https://www.robot-shadow.cn/extend/json/demo1/1.jpg",
7
"isVisible": 1,
8
"order": 2,
9
"title": "图片1~",
@@ -13,7 +13,7 @@
13
14
"desc": "图片2",
15
"id": 6,
16
- "imagePath": "2.jpg",
+ "imagePath": "https://www.robot-shadow.cn/extend/json/demo1/2.jpg",
17
18
"order": 1,
19
"title": "图片2",
@@ -23,7 +23,7 @@
23
24
"desc": "图片3",
25
"id": 10,
26
- "imagePath": "3.jpg",
+ "imagePath": "https://www.robot-shadow.cn/extend/json/demo1/3.jpg",
27
28
29
"title": "图片3",
0 commit comments