mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
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:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -35,5 +35,8 @@
|
||||
"rule": "unused-imports/no-unused-imports",
|
||||
"severity": "off"
|
||||
}
|
||||
],
|
||||
"cSpell.words": [
|
||||
"Afilmory"
|
||||
]
|
||||
}
|
||||
@@ -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/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)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "iris-ssr",
|
||||
"name": "afilmory-ssr",
|
||||
"compatibility_date": "2024-09-23",
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat_v2"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "iris-web",
|
||||
"name": "afilmory-web",
|
||||
"compatibility_date": "2025-06-05",
|
||||
"pages_build_output_dir": "./dist"
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user