diff --git a/README.md b/README.md index dc0bb7b..21583f6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ![](./astro/public/materials/longlogo.svg) -[Skyshare](https://skyshare.uk/) is web application that BlueSky user saves their time of boring SNS X.com(Twitter). +[Skyshare](https://skyshare.nekono.dev/) is web application that BlueSky user saves their time of boring SNS X.com(Twitter). ## How works Skyshare post your post to Bluesky with AT Protocol. -for twitter, because of X taxes, Skyshare present Post Link: [Like that](https://twitter.com/intent/tweet?text=This is tweet sample.&url=https://skyshare.uk/posts/nlla.bsky.social_3kk7qzpffl22n/), can only with media by OGP image. +for twitter, because of X taxes, Skyshare present Post Link: [Like that](https://twitter.com/intent/tweet?text=This is tweet sample.&url=https://skyshare.nekono.dev/posts/nlla.bsky.social_3kk7qzpffl22n/), can only with media by OGP image. ## AT Protocol diff --git a/astro/.env.development b/astro/.env.development index e377b0d..816a5d0 100644 --- a/astro/.env.development +++ b/astro/.env.development @@ -1,4 +1,4 @@ -PUBLIC_CREATEPAGES_ENDPOINT="http://192.168.3.200:5000/ogp-generator-5f516/asia-northeast1/dev_ogp_generator" -PUBLIC_DELETEPAGE_ENDPOINT="http://192.168.3.200:5000/ogp-generator-5f516/asia-northeast1/dev_editdb_endpoint" +PUBLIC_CREATEPAGES_ENDPOINT="http://192.168.3.151:5000/ogp-generator-5f516/asia-northeast1/dev_ogp_generator" +PUBLIC_DELETEPAGE_ENDPOINT="http://192.168.3.151:5000/ogp-generator-5f516/asia-northeast1/dev_editdb_endpoint" PUBLIC_GETPAGES_ENDPOINT="http://localhost:8087" PUBLIC_IS_NOT_PRODUCTION=${PUBLIC_IS_NOT_PRODUCTION:-true} diff --git a/astro/CHANGELOG.md b/astro/CHANGELOG.md index 73eba26..d56dbf9 100644 --- a/astro/CHANGELOG.md +++ b/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # Skyshare 更新履歴 +## 1.5.6 + +### Patch Changes + +- ドメイン名変更にともなうメンテナンス・無効なリンクの修正 + - skyshare.uk は skyshare.nekono.dev にURLが順次変更になります。 + - ukドメインの値段が150円ほど上がったので... + - Skythrowの画像がリンク切れになってしまっていたので修正しました。大変失礼いたしました。 + ## 1.5.5 ### Patch Changes diff --git a/astro/astro.config.mjs b/astro/astro.config.mjs index 61362f9..a46f1a1 100644 --- a/astro/astro.config.mjs +++ b/astro/astro.config.mjs @@ -8,7 +8,7 @@ import partytown from '@astrojs/partytown'; /** @type {import('tailwindcss').Config} */ export default defineConfig({ base: "/", - site: "https://skyshare.uk/", + site: "https://skyshare.nekono.dev/", server: { port: 4321, host: true diff --git a/astro/jest.config.cjs b/astro/jest.config.cjs index 3ba9167..f838dd4 100644 --- a/astro/jest.config.cjs +++ b/astro/jest.config.cjs @@ -1,5 +1,8 @@ /** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { - preset: 'ts-jest', - testEnvironment: 'node', -}; \ No newline at end of file + preset: "ts-jest", + testEnvironment: "node", + moduleNameMapper: { + "@/(.*)$": "/src/$1", + }, +} diff --git a/astro/package-lock.json b/astro/package-lock.json index 708c9f6..eb1cf38 100644 --- a/astro/package-lock.json +++ b/astro/package-lock.json @@ -1,12 +1,12 @@ { "name": "skyshare", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "skyshare", - "version": "1.5.4", + "version": "1.5.5", "dependencies": { "@astrojs/check": "^0.4.1", "@astrojs/cloudflare": "^8.1.0", diff --git a/astro/package.json b/astro/package.json index ac6abe4..03db2b1 100755 --- a/astro/package.json +++ b/astro/package.json @@ -1,7 +1,7 @@ { "name": "skyshare", "type": "module", - "version": "1.5.5", + "version": "1.5.6", "scripts": { "dev": "PUBLIC_VERSION=$npm_package_version astro dev", "prod": "PUBLIC_IS_NOT_PRODUCTION=false PUBLIC_VERSION=$npm_package_version astro dev", diff --git a/astro/src/components/Client/AppForm.tsx b/astro/src/components/Client/AppForm.tsx index 6ef417f..e20196d 100644 --- a/astro/src/components/Client/AppForm.tsx +++ b/astro/src/components/Client/AppForm.tsx @@ -56,7 +56,7 @@ const Component = ({ <> {session.accessJwt !== "" ? ( <> - + {/* */} {Forms({ mode })}
ネイティブアプリ対応
Bluesky投稿専用クライアント
- - - SkyThrow - -
紹介・応援しています。
+ SkyThrow応援しています。
diff --git a/astro/src/pages/qa.astro b/astro/src/pages/qa.astro index d0cb10f..b10d42f 100644 --- a/astro/src/pages/qa.astro +++ b/astro/src/pages/qa.astro @@ -21,14 +21,6 @@ const robots = ["index", "nofollow", "noarchive", "noimageindex"] >

Q & A

-

- 一応主要機能は完成したためリリースしましたが、まだまだおかしなところがあるかもしれません... -

-
- 不具合報告はウェルカムです!見落とし、予想外、不安定、これらによるバグ、全然あると思います。 - 基本的にはねこの一人で作ってるため、デバッガーは何人いても助かります! - もちろんBlueskyへのリプでの問い合わせやGithubへのIssue作成・PRも大歓迎です。 -
@@ -139,9 +131,9 @@ const robots = ["index", "nofollow", "noarchive", "noimageindex"] >に問い合わせください。ベストエフォートで回答します。
- もちろん + SkyshareはOSS - ですから、ソースコードを読んで理解したり、Issueを出していただいたり、PR修正を提案してくださるのもウェルカムです! + なので、ソースコードを読んだり、PR修正を提案してくださるのもウェルカムです!
diff --git a/astro/src/pages/skythrow.astro b/astro/src/pages/skythrow.astro index 628394f..61d3242 100644 --- a/astro/src/pages/skythrow.astro +++ b/astro/src/pages/skythrow.astro @@ -30,26 +30,23 @@ const robots = ["index", "noarchive", "noimageindex"]

- I have released an Android ver. of SkyThrow, a dedicated - bluesky posting client. We has the basic functions for - posting, while focusing on the convenience of multiple - accounts and hashtags. - bluesky投稿専用クライアント「SkyThrow」のAndroid版をリリースしました。投稿に必要な基本機能を持ちつつ、マルチアカウントとハッシュタグへの便利を注力したクライアントとなります。 - #SkyThrow

[image or embed] + bluesky投稿専用クライアント「SkyThrow」のiOS版もリリースしました!! + The iOS version of SkyThrow, Bluesky posting only client, + has also been released! https://skythrow.com/help/install/ + #skythrow

[image or embed]

— SkyThrow (@skythrow.com) May 14, 2024 at 6:01 + href="https://bsky.app/profile/did:plc:5nor25cnkgdkhfgkgmgz4tn5/post/3ksl2357b6z2g?ref_src=embed" + >2024年5月16日 10:18