diff --git a/.vscode/settings.json b/.vscode/settings.json index f1821159..64057258 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,5 +35,8 @@ "rule": "unused-imports/no-unused-imports", "severity": "off" } + ], + "cSpell.words": [ + "Afilmory" ] } \ No newline at end of file diff --git a/README.md b/README.md index 90e3781c..a1da663e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Iris Photo Gallery +# Afilmory + +Afilmory (/əˈfɪlməri/, “uh-FIL-muh-ree”) 是一个为个人摄影网站创造的术语,融合了对焦 (AF)、光圈(光线控制)、胶片(复古媒介)和记忆(捕捉的瞬间)。 一个现代化的照片画廊网站,采用 React + TypeScript 构建,支持从多种存储源(S3、GitHub)自动同步照片,具有高性能 WebGL 渲染、瀑布流布局、EXIF 信息展示、缩略图生成等功能。 @@ -65,7 +67,7 @@ ### Docker 部署 -![Docker 部署](https://github.com/Iris-Photo-Gallery/docker) +[Docker 部署](https://github.com/Afilmory/docker) ### 环境要求 @@ -75,7 +77,7 @@ ### 1. 克隆项目 ```bash -git clone https://github.com/Iris-Photo-Gallery/Iris.git +git clone https://github.com/Afilmory/Afilmory.git cd photo-gallery-site ``` @@ -311,7 +313,6 @@ MIT License © 2025 Innei - [在线演示](https://gallery.innei.in) - [个人网站](https://innei.in) - [GitHub](https://github.com/innei) -- [问题反馈](https://github.com/Iris-Photo-Gallery/Iris/issues) --- diff --git a/apps/ssr/wrangler.jsonc b/apps/ssr/wrangler.jsonc index ce8029ea..75f22bcc 100644 --- a/apps/ssr/wrangler.jsonc +++ b/apps/ssr/wrangler.jsonc @@ -1,5 +1,5 @@ { - "name": "iris-ssr", + "name": "afilmory-ssr", "compatibility_date": "2024-09-23", "compatibility_flags": [ "nodejs_compat_v2" diff --git a/apps/web/package.json b/apps/web/package.json index c864d5be..cebbed11 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -5,7 +5,7 @@ "packageManager": "pnpm@10.12.1", "repository": { "type": "git", - "url": "https://github.com/Iris-Photo-Gallery/Iris" + "url": "https://github.com/Afilmory/Afilmory" }, "scripts": { "analyze": "analyzer=1 vite build", diff --git a/apps/web/wrangler.jsonc b/apps/web/wrangler.jsonc index 2ce689a4..0c6f4828 100644 --- a/apps/web/wrangler.jsonc +++ b/apps/web/wrangler.jsonc @@ -1,5 +1,5 @@ { - "name": "iris-web", + "name": "afilmory-web", "compatibility_date": "2025-06-05", "pages_build_output_dir": "./dist" } \ No newline at end of file diff --git a/package.json b/package.json index 816e46ef..e64467fc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "packageManager": "pnpm@10.12.1", "repository": { "type": "git", - "url": "https://github.com/Iris-Photo-Gallery/Iris" + "url": "https://github.com/Afilmory/Afilmory" }, "scripts": { "build": "pnpm --filter @photo-gallery/web build", @@ -56,4 +56,4 @@ "eslint --fix" ] } -} +} \ No newline at end of file