Starting from version 3.0, in order to improve website performance, the installation environment of Anqi CMS is configured by default as production, that is, the production environment, and template modifications are not allowed through external changes. The external modification template will not be updated in time, but will need to be restarted before it can take effect.
However, you can modify the template through the template management function of the Anqi CMS backend. The template modification in the background will take effect in real time.
If you want to modify the template by using an external editor, you need to modify the website to develop the model. The way to modify it to the development mode is: edit config.json in the root directory of the website, change the value of env from production to development, and then restart the security CMS. This way, the template can be modified through an external editor and will take effect in real time. This mode will cause the performance of Anqi CMS to decline. It is recommended to enable it during local debugging. After the website is online, change the value of env to production to obtain better performance.