This commit is contained in:
李志鹏
2026-06-03 15:26:55 +08:00
parent d42e7240d7
commit 667c8090cf
4 changed files with 743 additions and 496 deletions

View File

@@ -21,7 +21,7 @@
<div class="list">
<div class="item" v-for="v in list" :key="nav + v.text">
<span class="date">{{ FormatDate(v.date, 'SM D, YYYY') }}</span>
<span class="text">{{ v.text }}</span>
<a class="text" :href="v.url" target="_blank">{{ v.text }}</a>
</div>
</div>
</div>
@@ -175,6 +175,7 @@
}
> .text {
color: #222;
text-decoration: none;
}
}
}