liteBB 是一个极其简单的BBS

 ✒️ @root 📅 24 Jul 2022, 12:15 GMT⋮ 【前端开发】 

非常适合前端新手学习和练手。



[1] @root • 24 Jul 2022, 12:26 GMT 
liteBB采用了SSR,但是并没有使用很复杂的技术,而是采用了 pug 模板技术。 https://pugjs.org/api/getting-started.html


[2] @root • 24 Jul 2022, 12:26 GMT 
pug之前叫jade, 也有一个Golang的解析器实现: https://github.com/Joker/jade


[3] @halomaster • 26 Jul 2022, 06:59 GMT 
目前还没有搞定websocket支持,找了一个demo: https://github.com/neroneroffy/webSocketDemo


[4] @halomaster • 26 Jul 2022, 08:25 GMT 
调整了css,现在对宽屏幕PC的支持更好了,另外试了手机端的效果,基本可用。


[5] @halomaster • 28 Jul 2022, 15:11 GMT 
新增了删除post功能。


[6] @halomaster • 28 Jul 2022, 15:20 GMT 
还需要增加一个删除reply和踩/赞reply和post的功能。


[7] @halomaster • 29 Jul 2022, 00:12 GMT 
https://github.com/prisma/prisma 考虑更换ORM层。


[8] @halomaster • 29 Jul 2022, 00:13 GMT 
目前litebb用的是 https://github.com/demopark/sequelize-docs-Zh-CN 作为ORM层。


[9] @halomaster • 29 Jul 2022, 01:35 GMT 
[学会Sequelize,让你操作数据更丝滑](https://blog.csdn.net/P6P7qsW6ua47A2Sb/article/details/124486567)


[10] @halomaster • 29 Jul 2022, 02:22 GMT 
目前使用 connect-mongo 来连接 mongodb。 https://zhuanlan.zhihu.com/p/21613281


[11] @halomaster • 29 Jul 2022, 02:43 GMT 
把session过期时间配置成1000小时了。


[12] @halomaster • 29 Jul 2022, 03:59 GMT 
引入了 bootstrap-vue 包含 vue2 准备用 vue2 和 bootstrap-vue 来逐步渐进的改造litebb。


[13] @halomaster • 29 Jul 2022, 04:09 GMT 
加入了Google Analytics。


[14] @halomaster • 29 Jul 2022, 07:04 GMT 
修改了首页的表格样式,增加了整行可以点击。


[15] @halomaster • 29 Jul 2022, 07:40 GMT 
reply 倒序排列。


[16] @halomaster • 29 Jul 2022, 09:54 GMT 
琢磨了下CSS布局,还是先学习下比较好😄 http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html


[17] @halomaster • 30 Jul 2022, 01:20 GMT 
去掉了litebb的原版的css。 实践bootstrap4和bootstrap-vue。


[18] @halomaster • 14 Aug 2022, 17:18 GMT 
[jQuery虽然已经被认为是过时的库,但是仍然很好用。](https://g4g-jq.apachecn.org/#/)


[19] @halomaster • 13 Mar 2023, 14:17 GMT 
@font-face { font-family: "ZhuZiAWan"; src: url('https://borrowastep.net/font/ZhuZiAWan.ttf'); font-display: swap; font-weight: lighter } body { background-color: #FAFAFA; font-family: "ZhuZiAWan" !important; font-size: 20px; color: #4E4E4E; padding: 0; margin: 0; }


1 of 1 pages  19 replies