Latest features and improvements of ShipAny templates.

Add email verification feature, optimize email registration and login flow. Commit d94a909
Optimize get-session API request with frontend rate limiting. Commit e51f4c2
Add Top Banner component, allowing full-screen advertisement settings. Commit 541cb50
Optimize login check logic using useSession. Commit 587d7d6
Optimize get-configs API request to reduce request frequency. Commit a9dc677
Optimize log output for custom theme rollback. Commit aa327e9
Update the page configuration file path and content. Commit 9f78e56
Add a language detection toggle. Commit 84af41
Add a Quick-Start Skill to quickly bootstrap a project. Commit 8375d52
Add a Page-Builder Skill to quickly create pages. Commit 6b59e19
For using Agent Skills to quickly bootstrap a project and create pages, see: Docs
This release changes the page configuration file paths. The changes are large and touch many files. Please upgrade with caution.
Added utm_source / ip / locale tracking for newly registered users. Commit 4ca9113
Added database Schema switching feature. Commit fe4613d
pnpm db:generate
pnpm db:migrateDB_SCHEMA = "new_project"
DB_MIGRATIONS_SCHEMA = "new_project"
DB_MIGRATIONS_TABLE = "__drizzle_migrations"
DB_MIGRATIONS_OUT = "./src/config/db/migrations_new_project"
Assign initial roles for the admin backend to newly registered users. Commit 3922696
Grant credits to specific users in the admin backend. Commit 8e86f60
Add rate limiting to the get-session API. Commit d71f1c3
