Update application.md

This commit is contained in:
Pearl C 2022-12-27 22:48:39 +08:00 committed by GitHub
parent 60d669bd24
commit f3ea7fff59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ app.runAsCLI()
Please refer to the detailed guides of [plugin development](./plugin.md). Read more [examples](https://github.com/nocobase/nocobase/blob/main/examples/index.md) of the Application class. Please refer to the detailed guides of [plugin development](./plugin.md). Read more [examples](https://github.com/nocobase/nocobase/blob/main/examples/index.md) of the Application class.
## Life Cycle ## Lifecycle
Application has three lifecycle stages depends on the running mode. Application has three lifecycle stages depends on the running mode.
@ -178,7 +178,6 @@ Database instance, refer to [Database](/api/database) for the related API.
Resource route management instance created automatically during app initialization, refer to [Resourcer](/api/resourcer) for the related API. Resource route management instance created automatically during app initialization, refer to [Resourcer](/api/resourcer) for the related API.
### `acl` ### `acl`
ACL instance, refer to [ACL](/api/acl) for the related API. ACL instance, refer to [ACL](/api/acl) for the related API.