From 67b241f1e8c811759616bb6e4fa7799f606cf846 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 15 Jun 2025 13:02:50 +0900 Subject: [PATCH] rm at-uri add post-url --- my-blog/static/index.html | 4 ++-- my-blog/templates/oauth-assets.html | 2 +- oauth/src/App.tsx | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/my-blog/static/index.html b/my-blog/static/index.html index a8143ee..de0aef9 100644 --- a/my-blog/static/index.html +++ b/my-blog/static/index.html @@ -1,3 +1,3 @@ - - \ No newline at end of file + + \ No newline at end of file diff --git a/my-blog/templates/oauth-assets.html b/my-blog/templates/oauth-assets.html index d2454a6..de0aef9 100644 --- a/my-blog/templates/oauth-assets.html +++ b/my-blog/templates/oauth-assets.html @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/oauth/src/App.tsx b/oauth/src/App.tsx index 1b55379..ea97591 100644 --- a/oauth/src/App.tsx +++ b/oauth/src/App.tsx @@ -1117,7 +1117,9 @@ function App() { {record.value.text}
- {record.uri} + {record.value.url && ( + {record.value.url} + )}
{/* JSON Display */} @@ -1201,7 +1203,9 @@ function App() { {record.value.question || record.value.answer}
- {record.uri} + {record.value.url && ( + {record.value.url} + )}
{/* JSON Display */}