📄️ Backend
Provides unified public modules, error code system, constant definitions, and global component support for backend development. Error codes, constants, enums, etc. are located in the commons directory of the official JitCommonsApp, which developers can directly import and use. Developers can also create their own commons directory in their own App (backend only) to implement their own encapsulation.
📄️ Frontend
Provides unified global components, public modules, utility functions, and Web Workers support for frontend development.