2026-04-28 15:47:32 +08:00
|
|
|
<script setup lang="ts"></script>
|
|
|
|
|
|
|
|
|
|
<template>
|
2026-05-13 12:46:11 +08:00
|
|
|
<div class="container" style="margin-top: 1.25rem;">
|
2026-05-12 15:32:30 +08:00
|
|
|
<article>
|
|
|
|
|
<h1 class="title">coconut-leaf</h1>
|
|
|
|
|
<p>A light, self-host and multi-account calendar system.</p>
|
|
|
|
|
<p>The original intention of this system is served for yyc12345 personal use.</p>
|
|
|
|
|
<br />
|
|
|
|
|
<p>See our <a href="https://github.com/yyc12345/coconut-leaf">GitHub project</a> for the source code in detail.</p>
|
|
|
|
|
<p>The source code of this project is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL v3</a>.</p>
|
|
|
|
|
</article>
|
|
|
|
|
</div>
|
2026-04-28 15:47:32 +08:00
|
|
|
</template>
|
|
|
|
|
|
2026-05-13 12:46:11 +08:00
|
|
|
<style scoped></style>
|