更新项目配置和添加小程序模块
- 修改 ArticleController.java - 更新 application.yml 配置 - 更新 frontend/.env.production 环境配置 - 添加 single_uniapp22miao 小程序模块 - 添加 logs 目录
This commit is contained in:
BIN
single_uniapp22miao/static/fonts/D-DIN-PRO-400-Regular.otf
Normal file
BIN
single_uniapp22miao/static/fonts/D-DIN-PRO-400-Regular.otf
Normal file
Binary file not shown.
BIN
single_uniapp22miao/static/fonts/D-DIN-PRO-600-SemiBold.otf
Normal file
BIN
single_uniapp22miao/static/fonts/D-DIN-PRO-600-SemiBold.otf
Normal file
Binary file not shown.
19
single_uniapp22miao/static/fonts/font.css
Normal file
19
single_uniapp22miao/static/fonts/font.css
Normal file
@@ -0,0 +1,19 @@
|
||||
@font-face {
|
||||
font-family: 'dinProSemiBold';
|
||||
src: url('static/fonts/D-DIN-PRO-600-SemiBold.otf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'dinProRegular';
|
||||
src: url('static/fonts/D-DIN-PRO-400-Regular.otf');
|
||||
}
|
||||
|
||||
.semiBold{
|
||||
font-family: 'dinProSemiBold';
|
||||
}
|
||||
.regular{
|
||||
font-family: 'dinProRegular';
|
||||
}
|
||||
.pingFang{
|
||||
font-family: 'PingFang SC, PingFang SC';
|
||||
font-weight: 500;
|
||||
}
|
||||
Reference in New Issue
Block a user