Skip to content

Commit

Permalink
🐛v0.2.1,修复字体问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Asankilp committed Aug 24, 2024
1 parent d5eeea6 commit a427dad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_acgnshow/res/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: "Source Han Sans";
src: url("SourceHanSans.otf") format("opentype");
src: url("../SourceHanSans.otf") format("opentype");
}

body {
Expand Down
4 changes: 2 additions & 2 deletions nonebot_plugin_acgnshow/res/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<title>展览信息</title>
<title>Show Details</title>
<link rel="stylesheet" href="./css/style.css" />
<style>
body {
Expand All @@ -15,7 +15,7 @@
<body>
<div class="background"></div>
<div class="container">
<div class="header">展览信息</div>
<div class="header">展览详情</div>

<!-- Banner 图 -->
<div class="banner">
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_acgnshow/res/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a427dad

Please sign in to comment.