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

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