From 13eed0bce0f812baf048d13246b01121f3a9c6c9 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 19 Oct 2024 05:44:13 +0900 Subject: [PATCH] fix --- README.md | 15 +++++++------ icons/Logotype.tsx | 52 ++++++++++++++++++++++++++++++++++++++++++++++ icons/title.svg | 32 ++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 6 deletions(-) create mode 100644 icons/Logotype.tsx create mode 100644 icons/title.svg diff --git a/README.md b/README.md index a1d2985..0a3b3c8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # atproto(at protocol) +- @ +- [at]mosphere +- at://domain + +## account + [@ai.syu.is](https://web.syu.is/profile/ai.syu.is) +- https://plc.syu.is/did:plc:6qyecktefllvenje24fcxnie +- https://plc.directory/did:plc:ytvoptig4ddshmwdsjmhtcym + ```sh $ curl -sL syu.is/xrpc/_health {"version":"0.4.65"} @@ -10,12 +19,6 @@ $ curl -sL syu.is/xrpc/_health $ curl -sL https://raw.githubusercontent.com/bluesky-social/atproto/refs/heads/main/packages/pds/package.json |jq -r .version ``` -- @ -- [at]mosphere -- at://domain - -## account - ```sh $ curl -sL "syu.is/xrpc/com.atproto.repo.describeRepo?repo=ai.syu.is" |jq -r .did did:plc:6qyecktefllvenje24fcxnie diff --git a/icons/Logotype.tsx b/icons/Logotype.tsx new file mode 100644 index 0000000..b087a56 --- /dev/null +++ b/icons/Logotype.tsx @@ -0,0 +1,52 @@ +import React from 'react' +import Svg, {Path, SvgProps, PathProps} from 'react-native-svg' + +import {usePalette} from '#/lib/hooks/usePalette' + +const ratio = 17 / 64 + +export function Logotype({ + fill, + ...rest +}: {fill?: PathProps['fill']} & SvgProps) { + const pal = usePalette('default') + // @ts-ignore it's fiiiiine + const size = parseInt(rest.width || 32) + + return ( + + + + + + + + + + + + ) +} diff --git a/icons/title.svg b/icons/title.svg new file mode 100644 index 0000000..73a0b2f --- /dev/null +++ b/icons/title.svg @@ -0,0 +1,32 @@ + + + + + + + + + + +