diff --git a/i18n/en_US.json b/i18n/en_US.json index 95b480d..412de92 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -166,5 +166,6 @@ "download": "Download", "decompress": "Decompress", "keymap": "Keymap", - "resize": "Resize" + "resize": "Resize", + "sponsor": "Sponsor" } \ No newline at end of file diff --git a/i18n/ja_JP.json b/i18n/ja_JP.json index 73dc03d..437288f 100644 --- a/i18n/ja_JP.json +++ b/i18n/ja_JP.json @@ -166,5 +166,6 @@ "download": "ダウンロード", "decompress": "解凍する", "keymap": "キーマップ", - "resize": "サイズ変更" + "resize": "サイズ変更", + "sponsor": "スポンサー" } diff --git a/i18n/ko_KR.json b/i18n/ko_KR.json index 0d76efd..43123f5 100644 --- a/i18n/ko_KR.json +++ b/i18n/ko_KR.json @@ -166,5 +166,6 @@ "download": "다운로드", "decompress": "압축풀기", "keymap": "단축키", - "resize": "크기조절" + "resize": "크기조절", + "sponsor": "후원사" } diff --git a/i18n/zh_CN.json b/i18n/zh_CN.json index 72fcf97..9306233 100644 --- a/i18n/zh_CN.json +++ b/i18n/zh_CN.json @@ -166,5 +166,6 @@ "download": "下载", "decompress": "解压缩", "keymap": "快捷键", - "resize": "调整大小" + "resize": "调整大小", + "sponsor": "赞助" } \ No newline at end of file diff --git a/i18n/zh_TW.json b/i18n/zh_TW.json index c26b0e3..b8ed59e 100644 --- a/i18n/zh_TW.json +++ b/i18n/zh_TW.json @@ -166,5 +166,6 @@ "download": "下載", "decompress": "解壓縮", "keymap": "快速鍵", - "resize": "調整大小" + "resize": "調整大小", + "sponsor": "贊助" } \ No newline at end of file diff --git a/static/css/sign.css b/static/css/sign.css index 00addb7..f688eb3 100644 --- a/static/css/sign.css +++ b/static/css/sign.css @@ -127,6 +127,14 @@ body { box-shadow: 0 0 0 0.2em rgba(40, 167, 69, .3); } +.btn-blue { + background-color: #4285f4; +} + +.btn-blue:hover { + background-color: #2a75f3; +} + .btn.btn-white, .btn.btn-red { color: #333; diff --git a/views/index.html b/views/index.html index 18df644..4e0e92b 100644 --- a/views/index.html +++ b/views/index.html @@ -325,6 +325,10 @@ {{.i18n.about}} +
  • + + {{.i18n.sponsor}} +
  • diff --git a/views/playground/index.html b/views/playground/index.html index beded38..3864c8b 100644 --- a/views/playground/index.html +++ b/views/playground/index.html @@ -1,130 +1,139 @@ - - - {{.i18n.wide}} - {{.i18n.wide_title}} + + + {{.i18n.wide}} - {{.i18n.wide_title}} - - - + + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - {{if ne "" .conf.SiteStatCode}} - {{.conf.SiteStatCode}} - {{end}} - - -