chore: rename project from Iris Photo Gallery to Afilmory and update related references

- Updated repository URLs in package.json and README.md to reflect the new project name.
- Changed project names in wrangler.jsonc files for SSR and web applications.
- Added "Afilmory" to the cSpell dictionary in VSCode settings.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-12 13:57:40 +08:00
parent bf0a2d09ed
commit 4a385b9852
6 changed files with 13 additions and 9 deletions

View File

@@ -35,5 +35,8 @@
"rule": "unused-imports/no-unused-imports",
"severity": "off"
}
],
"cSpell.words": [
"Afilmory"
]
}

View File

@@ -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)
---

View File

@@ -1,5 +1,5 @@
{
"name": "iris-ssr",
"name": "afilmory-ssr",
"compatibility_date": "2024-09-23",
"compatibility_flags": [
"nodejs_compat_v2"

View File

@@ -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",

View File

@@ -1,5 +1,5 @@
{
"name": "iris-web",
"name": "afilmory-web",
"compatibility_date": "2025-06-05",
"pages_build_output_dir": "./dist"
}

View File

@@ -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"
]
}
}
}