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