mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow.git
synced 2024-11-11 01:27:39 +08:00
🐛v0.2.1,修复字体问题
This commit is contained in:
parent
d5eeea6c80
commit
a427dadae9
@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "Source Han Sans";
|
||||
src: url("SourceHanSans.otf") format("opentype");
|
||||
src: url("../SourceHanSans.otf") format("opentype");
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>展览信息</title>
|
||||
<title>Show Details</title>
|
||||
<link rel="stylesheet" href="./css/style.css" />
|
||||
<style>
|
||||
body {
|
||||
@ -15,7 +15,7 @@
|
||||
<body>
|
||||
<div class="background"></div>
|
||||
<div class="container">
|
||||
<div class="header">展览信息</div>
|
||||
<div class="header">展览详情</div>
|
||||
|
||||
<!-- Banner 图 -->
|
||||
<div class="banner">
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">展览信息</div>
|
||||
<div class="header">展览列表</div>
|
||||
{% for show in shows %}
|
||||
<div class="content">
|
||||
<div class="image">
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "nonebot-plugin-acgnshow"
|
||||
version = "0.2"
|
||||
version = "0.2.1"
|
||||
description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据"
|
||||
readme = "README.md"
|
||||
requires-python = "<4.0,>=3.9"
|
||||
|
Loading…
Reference in New Issue
Block a user