Skip to content

Instantly share code, notes, and snippets.

@gqlxj1987
Last active January 29, 2016 04:04
Show Gist options
  • Save gqlxj1987/80b88a90ede62371c26b to your computer and use it in GitHub Desktop.
Save gqlxj1987/80b88a90ede62371c26b to your computer and use it in GitHub Desktop.
new app json template

layout_list按照顺序解析 type:

  • 1: banner
  • 2: 无轮播banner
  • 3: 2x1
  • 4: 1x1
  • 5: 2x2
  • 6: theme头部的分类
  • 7: 无title部分 2x1
  • 8: 无title部分 1x1
  • 9: 无title部分 2x2
  • 10:广告 2x1
  • 11: 广告 2x2

url部分的设计思路:

应用内跳转

  • 分类 schema://theme/category/:key
  • detail schema://theme/detail/:key

gp

  • market://:pkgName

url跳转

{
	"errorCode":0,
	"errorMsg":"ok",
	"data": {
		"layoutList":[
			{
				"type":1,
				"title":"banners",
				"key":"fds123",
				"background": "",
				"url":"",
				"items":[
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"",
						"download_url":""
					},
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:sticker.detail",
						"description":"",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:sticker.detail",
						"description":"",
						"download_url":""
					}
				],
				"prefer": 4,
				"line_extra":{}
			},
			{
				"type":2,
				"title":"My Themes",
				"key":"fds1232",
				"background": "",
				"url":"schema:theme.category",
				"prefer":4,
				"items":[
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					}
				],
				"line_extra":{}
			},
			{
				"type":3,
				"title":"My stickers",
				"key":"test123",
				"background": "",
				"url":"schema:sticker.category",
				"prefer":6,
				"items":[
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},
					{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					},{
						"img":'https://s3.amazonaws.com/keyboard_pic/2015090750565550Hi.gif',
						"url":"schema:theme.detail",
						"description":"Sparkle Lotus theme",
						"download_url":""
					}
				],
				"line_extra":{}
			}
		],
		"name":"home-ikeyboard-page",
		"extra":{
		}
	}
}
@gqlxj1987
Copy link
Author

url部分的设计思路:

应用内跳转

  • 分类 schema://theme/category/:key
  • detail schema://theme/detail/:key

应用外跳转

  • gp market://:key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment