Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdgg committed Aug 1, 2024
1 parent b6e802b commit 88eb5e2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
10 changes: 9 additions & 1 deletion nonebot_plugin_xjie_weather/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@ html, body, div, span, ul, li{
padding: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'AlimamaShuHeiTi-Bold';
src: url('./fonts/AlimamaShuHeiTi-Bold.woff2') format("woff2"),;
}
@font-face {
font-family: 'iconfont';
src: url('./fonts/iconfont.woff2') format('woff2');
}
body{
font-family: 'AlimamaShuHeiTi-Bold', 'iconfont';
background-color: #CCFFFF;
display: flex;
justify-content: center;

}
li{
list-style: none;
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_xjie_weather/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="weather-groundfloor">
{{ content }}
<div class="weather-c-right">
<div class="weather-temperature">{{ temperature }}</div>
<div class="weather-temperature">{{ temperature }}&#xe75b;</div>
<div class="weather-city-date">
<div>{{ weather }}</div>
<div class="weather-city">{{ name }}</div>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-xjie-weather"
version = "1.1.13"
version = "1.1.14"

description = "A little weather plugin"
authors = ["AwAjie <[email protected]>"]
Expand Down

0 comments on commit 88eb5e2

Please sign in to comment.