pref(ChangeLog): update list

This commit is contained in:
thehrz 2023-08-14 10:53:09 +08:00
parent 17b0a0bb5a
commit 6dd073d7fa
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ const { isFetching, error, data } = useFetch('https://git.thehrz.net/api/v1/repo
v-for="commit in data"
:key="commit.commit.message" :title="commit.commit.message"
:subtitle="`${commit.sha.slice(0, 6)} ${commit.created}`"
:to="commit.html_url"
:href="commit.html_url"
/>
</v-list>
</v-card>

View File

@ -55,5 +55,5 @@
<h1>更新日志</h1>
<change-log />
<change-log class="not-prose" />
</template>