From c138bf963d621faaa519abde74fe5147c0feaef3 Mon Sep 17 00:00:00 2001 From: Kazuya Takei Date: Sun, 24 Nov 2024 22:19:00 +0900 Subject: [PATCH] feat: Write usage --- src/components/layouts.tsx | 4 +++- src/routes/html.tsx | 15 +++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/layouts.tsx b/src/components/layouts.tsx index 53bafdb..4631735 100644 --- a/src/components/layouts.tsx +++ b/src/components/layouts.tsx @@ -56,6 +56,8 @@ export const AppMessageBox: FC<

{props.title}

-
{props.children}
+
+
{props.children}
+
); diff --git a/src/routes/html.tsx b/src/routes/html.tsx index 69e971a..ca3ae1d 100644 --- a/src/routes/html.tsx +++ b/src/routes/html.tsx @@ -5,7 +5,7 @@ */ import { Hono } from 'hono'; import { Input } from '../components/inputs'; -import { AppLayout } from '../components/layouts'; +import { AppLayout, AppMessageBox } from '../components/layouts'; const app = new Hono<{ Bindings: CloudflareBindings }>(); @@ -43,7 +43,18 @@ app.get('/', (c) => {
-
+
+ +
    +
  1. 左のフォームに必要な情報を入力してください。
  2. +
  3. + リポジトリがPrivateなら、事前に attakei + にRead権限を付与してください。 +
  4. +
  5. 「URL生成」ボタンをクリックしてください。
  6. +
+
+