2023-09-05 07:28:01 +02:00
|
|
|
---
|
2023-09-10 15:43:55 +02:00
|
|
|
title: News
|
2023-09-05 07:28:01 +02:00
|
|
|
description: Collection of news and announcements about Tachiyomi.
|
|
|
|
lastUpdated: false
|
|
|
|
editLink: false
|
|
|
|
prev: false
|
|
|
|
next: false
|
|
|
|
---
|
|
|
|
|
|
|
|
<script setup>
|
|
|
|
import News from "@theme/components/News.vue";
|
2023-09-10 01:03:12 +02:00
|
|
|
import RssLink from "@theme/components/RssLink.vue";
|
2023-09-05 07:28:01 +02:00
|
|
|
</script>
|
|
|
|
|
2023-09-10 15:43:55 +02:00
|
|
|
# News
|
2023-09-05 07:28:01 +02:00
|
|
|
|
|
|
|
Collection of news and announcements about Tachiyomi.
|
|
|
|
|
2023-09-10 01:03:12 +02:00
|
|
|
Also available as <RssLink />.
|
|
|
|
|
2023-09-05 07:28:01 +02:00
|
|
|
<News />
|