From 5ba2c86092197e01b56cb0266535d33b93f50f64 Mon Sep 17 00:00:00 2001 From: Jad Date: Sun, 9 Aug 2020 16:18:18 +0000 Subject: [PATCH] feat: add message board --- count.db | Bin 20480 -> 20480 bytes index.js | 3 +++ package.json | 2 +- views/index.pug | 2 ++ 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/count.db b/count.db index 4eb4184f03fc795168436116d1b5673181146463..d4dc6affc070f04424e62cf31c4e84486b72ff6f 100644 GIT binary patch delta 895 zcmYk4OK1~O6o&6SOzxfBnQ5%;O&U9Gl?s-|1glVERgk)MQ4C5!Nld0`0!bg~BMpVL z1viS&I<9qmSoE|NWp-p!MaTabs!hQ@HhMc-@{Mv6?_I);6r#DUV|erP@EmK zW~6055899~G#E@o!oexkzKnR#&ZrY=!aY2yPDIs778fRX;9^F{;z9kpR;kd#gBHd& z8BI?OjVB_yf075ysP+OCd^{k#QYf6@fzz~Lp_>N{R9FjLJg_sDeUmIK9OFT~-Y(6F zg$}(D6Hn+*G8wkuyvG~d4TQYBT&b+S&mM%E}R zq(WIHWy)2uO1VN-C`+V7nIkz$5AjgCiJMX(3Z+COgN6I4*^HHLLfa1@+=G z+R-|_-FwkT!Hz2E5t>JL(Hu&mqBh_?avFWJ#n1)mqV2H!Sxn0>#V5j+{0ooB5xgTV zNDI{|jf!^=kx}(Y>}KX e%1jdR(B3uWHY_t%L@_UIhKfif=&Lrcj`Sb2=k2Ee delta 235 zcmZozz}T>Wae@?+IKxC4Cm^{oVG%#uJ%&t98=lD=0+%*6CUH!*kxXXfoxDKOLV%l# zi-Q4-8H72DbE_u5kgQ;2o}4JPfKhldle7^#x9kdA76$vt8>NLO`$^Ab8x|fMD zWO9|98sm=13*|oXiE=ZtFo-i{=B1=oaEDJ`C?6!Ufpd-vP>eG%B{wsVi-Cb5ljqcA zc7@9u8$WPwKBZ&D%$&)^F`3;!nTcoTWCH^WCN9CrRR(%Y+*y;?8OVrn)${Z4&f{9e jd!LJgn~5u#{|^5pu7b_a4B|K@PI$DL!|IzTlh{81B#A { }) if (name === 'demo') { + res.set({ + 'cache-control': 'max-age=31536000' + }) num = '0123456789' length = 10 diff --git a/package.json b/package.json index 576ca91..c50fe41 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], - "author": "", + "author": "journey-ad", "license": "MIT", "dependencies": { "compression": "^1.7.4", diff --git a/views/index.pug b/views/index.pug index e6c62cf..1908114 100644 --- a/views/index.pug +++ b/views/index.pug @@ -74,5 +74,7 @@ html img.src = 'https://count.getloli.com/get/@' + text + '?theme=' + theme }) + iframe(src="https://chat.getloli.com/room/@kawaii-counter?title=%E5%8F%AF%E7%88%B1%E7%9A%84%E8%AE%A1%E6%95%B0%E5%99%A8%E7%9A%84%E7%95%99%E8%A8%80%E6%9D%BF", scrolling="no", frameborder="0", height="70%", width="26%", style="position: fixed;top: 2%;right: 5%;") + p.copy a(href='https://repl.it/@journeyad/kawaii-counter') source code \ No newline at end of file