- vue3
- js
- html
- css
- element-plus
- springboot
- redis
- mysql
- mybatis
-
左边为文章界面点击文字名字就能进行阅读
-
右边为热门博客功能能够实时统计前五名博客热度并且将前三名展示在卡片中(卡片上的时间为该文章的创建时间)
- 允许检索内容和模糊搜素以及统计热度
分为目录和内容两部分
- 目录可以用来检索到文章的指定位置
- 内容由解析md文件得到同时右上角展示作者头像以及阅读量
- 用于快速到指定位置同时允许用google引擎进行搜索问题
- 其他card可以快速定位到指定路由
- 有星星闪烁,弹幕发送等功能
- 支持增删改查
- 支持搜索功能
- 有小型阅读器
按F5刷新游戏资源启动
- 空格变色颜色一样得分
- b键发射,血为0结束游戏
.yaml文件
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql:// localhost:3306/myhome
username: root
password: 123456
data:
redis:
host: localhost
port: 6379
server:
port: 8080
mybatis:
configuration:
map-underscore-to-camel-case: true
logging:
level:
sql: debug
# root: debug
npm install