ソースを参照

Dateien hochladen nach „“

Gallery Test JSON
pixel 5 年 前
コミット
61a33a458f
共有1 個のファイルを変更した15 個の追加0 個の削除を含む
  1. 15
    0
      gallery.json

+ 15
- 0
gallery.json ファイルの表示

@@ -0,0 +1,15 @@
1
+{
2
+	"gallery":[
3
+	{
4
+		"img":"https://placekitten.com/800/500",
5
+		"default":true
6
+	},
7
+	{
8
+		"img":"https://placekitten.com/805/505",
9
+		"default":false
10
+	},
11
+	{
12
+		"img":"https://placekitten.com/815/515",
13
+		"default":false
14
+	}]
15
+}