mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-02 22:42:14 +08:00
docs: update changelog for admin create flows
This commit is contained in:
@@ -16,7 +16,14 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
|
|||||||
- `CODE_OF_CONDUCT.md`
|
- `CODE_OF_CONDUCT.md`
|
||||||
- `SECURITY.md`
|
- `SECURITY.md`
|
||||||
- `CHANGELOG.md`
|
- `CHANGELOG.md`
|
||||||
|
- New admin creation flows:
|
||||||
|
- `app/users/create-user.tsx` for creating users via `/api/v1/admin/users`
|
||||||
|
- `app/accounts/create.tsx` for creating accounts via `/api/v1/admin/accounts`
|
||||||
|
- New users tab quick action to open the create-user screen.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Repository naming aligned to `sub2api-mobile` in public docs.
|
- Repository naming aligned to `sub2api-mobile` in public docs.
|
||||||
|
- Request URL composition in `src/lib/admin-fetch.ts` now handles duplicated `/api`/`/api/v1` prefixes safely.
|
||||||
|
- Better admin request error handling for invalid server responses.
|
||||||
|
- Server settings screen removed the "current compatible sub2api version" display block.
|
||||||
|
|||||||
Reference in New Issue
Block a user