mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 14:36:58 +00:00
download news once per hour
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<h1>Guild Master</h1>
|
||||
<h3>Adventurer's guild management game</h3>
|
||||
<small>v{{ version }}</small>
|
||||
<p class="news">{{ news }}</p>
|
||||
</section>
|
||||
<section class="upgrades panel pinned-paper">
|
||||
<div class="nail top-left">
|
||||
@@ -56,6 +57,10 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
props: {
|
||||
news: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
guild: {
|
||||
type: Object as PropType<Guild>,
|
||||
default: () => new Guild(1, 0) as Guild,
|
||||
@@ -80,6 +85,11 @@ main {
|
||||
}
|
||||
}
|
||||
|
||||
.news {
|
||||
max-width: 75%;
|
||||
color: #ab0707;
|
||||
}
|
||||
|
||||
.coffer {
|
||||
text-align: center;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user