(The source code of the website manager WeChat applet that connects WordPress and Z-Blog and can publish information at any time
- Site Manager was born in the era of mobile terminals. The website manager is committed to creating a unified mobile terminal open source CMS background management APP, which can be easily managed and operated on the mobile terminal.
- Webmaster, open source, free, commercial, secondary development, secondary development and sales.
- Currently compatible with WordPress and Z-Blog PHP
- WordPress login authentication depends on the JWT Authentication for WP-API plug-in, which is an officially recommended plug-in and must be installed, otherwise it cannot be used. Please refer to the installation tutorial yourself. This plug-in needs to be configured, not directly installed and used directly. )
- [JWT authentication of WP-API installation tutorial](https://blog.0313.co/2904.html)
- Classic editor: Realize functions such as graphic and text mixing, video uploading, recording uploading, etc.
- Source code editor: html pure source code editor.
- Block Editor: Similar to the WordPress Gutenberg editor, it realizes functions such as graphic and text mixing, video upload mixing, recording upload mixing, etc.
- Based on uniapp, compatible with Android APP, other terminal self-test.
- When I wrote the site manager, I used the official program without any modifications. For example, wordpress only installs a token verification plug-in, which is officially recommended.
- No single component is encapsulated in all code. Before looking at other people's source code, you have to look at the components first. It's one and the other is another. It's a lot of work, so I didn't write any components when I wrote the site manager (otherwise I wouldn't be one of the main reasons).
- Folder names all start with A, B, C, D, etc., representing priority.
- The .vue files all start with A, B, C, and D, corresponding to additions, deletions, modifications, and checks.
- All files are named in pinyin, with the first letter capitalized and separated by underscores.
- All variables, methods, .classes, etc. are also named in pinyin.
- Since the webmaster did not write components, all files are independent, and all logic is in this file. If you need secondary development, you don't need to care about whether modifying this file will affect other pages, but you should pay attention to some storage and retrieval keys.
- Currently compatible with WordPress, and will consider compatibility with other open source CMSs in the future.
- Use it if you can, refer to it if you can, and don't BB if you can't.)