diff --git a/docs/samplesite_android.png b/docs/samplesite_android.png index 1c6e4ae..9405b41 100644 Binary files a/docs/samplesite_android.png and b/docs/samplesite_android.png differ diff --git a/docs/samplesite_ios.png b/docs/samplesite_ios.png index 761a0c5..f04a539 100644 Binary files a/docs/samplesite_ios.png and b/docs/samplesite_ios.png differ diff --git a/parser/templates.go b/parser/templates.go index 42fdfc2..b5be007 100644 --- a/parser/templates.go +++ b/parser/templates.go @@ -63,26 +63,90 @@ const plistTemplateString = ` ` -var indexHTMLTemplateString = ` +const indexHTMLTemplateString = ` - +
- -
-
- -
{{.Name}}
-
-
- - - {{if .IsIOS -}} - - - - - - - - - {{else -}} - - - - - - - - - {{end -}} - - - - - - - - - -
CFBundleShortVersion{{.Version}}
CFBundleVersion{{.Build}}
Version Name{{.Version}}
Version Code{{.Build}}
Bundle ID{{.BundleId}}
Upload Date{{.UploadDate}}
+ +
+
+
+ +
+
+
{{.Name}}
+ {{if .IsIOS}} + + Install + + {{else}} + + Install + + {{end}} +
- -
+
+ + {{if .IsIOS -}} - - Install - + + + + + + + + {{else -}} - - Install - + + + + + + + + {{end -}} - - - + + + + + + + + + +
CFBundleShortVersion{{.Version}}
CFBundleVersion{{.Build}}
Version Name{{.Version}}
Version Code{{.Build}}
Bundle ID{{.BundleId}}
Upload Date{{.UploadDate}}
{{if .Changelogs}} @@ -191,5 +286,4 @@ var indexHTMLTemplateString = ` {{end}} - -` +`