rely on FinchUI AI writing assistant (ZBlog plug-in), this plug-in can generate documents in batches by AI and automatically push them to external sites such as Yunyou CMS.
FinchUI AI writing assistant as a server level control hub, support a configuration task, multi-station synchronous update.
The system is now compatible with ZBlog, WordPress, and Yunyou CMS site binding; all FinchUI AI writing assistant users can enjoy free program adaptationdevelopment services, supporting the corresponding site docking plug-in to realize the automatic cross-platform posting of the ZBlog master control station.
If the acquisition link is invalid, please contact the author qq914466480.
Instructions for use
1. Upload directory
Upload the entire yunu_ai_bridge folder to the plugins folder in the root directory of the YunuCMS website:
/YunuCMS root/plugins/yunu_ai_bridge/
The current version runs as a standalone script, and the core files are:
- api.php
- config.php
- config-data.php
Does not write yunu_plugins table, does not rely on YunuCMS background plug-in list display.
Why not make it a background plugin:
The current background plug-in mechanism of YunuCMS is mainly for the official plug-in system. The background plug-in list and installation process rely on the official plug-in market/authorization logic. Third-party local plug-ins cannot be installed, displayed and managed stably like regular plug-ins.
Therefore, this project no longer uses the YunuCMS plug-in installation mechanism, but instead runs in an independent script mode: directly into the plugins/yunu_ai_bridge/directory, configured through config.php, and connected to FinchUI through api.php. AI writing assistant。
2. Background login
Log in to YunuCMS background first, and keep the login status intact.
Config.php will detect whether the current browser has been logged in to the background, and only allow access if the background administrator login is valid.
Api.php does not detect background logins, it uses the API Key and publish signature for interface authentication.
3. Visit the configuration page
In the browser access:
https://your domain/plugins/yunu_ai_bridge/config.php
If the website does not have HTTPS enabled, use:
http://你的域名/plugins/yunu_ai_bridge/config.php
The configuration page can view the API URL, API Key, modify the API switch, IP whitelist, log switch, and reset the API Key.
Description:
- config-data.php comes with the plugin.
The default API is off, and the API Key is automatically generated the first time you access config.php.
After saving the configuration, you can enable the API.
No installation scripts are required.
- Will not write to yunu_plugins table.
4. API URL
The API URL filled in in FinchUI AI writing assistant is:
https://你的域名/plugins/yunu_ai_bridge/api.php
If the website does not have HTTPS enabled, use:
http://你的域名/plugins/yunu_ai_bridge/api.php
5. Binding site in FinchUI AI writing assistant
Add a new site in the website management of FinchUI AI writing assistant:
API URL Fill in:
https://你的域名/plugins/yunu_ai_bridge/api.php
API Key Fill in the API Key displayed on the configuration page.
Then click Test Connection.
6. API test address
The full address for testing the ping action is:
https://你的域名/plugins/yunu_ai_bridge/api.php?action=ping
The request header needs to bring:
X-Api-Key: Your API Key
It will normally return JSON.
{"Success": true, "data": {"pong": true, "time": timestamp}, "message": "OK", "version": "1.0.0"}
7. Document description
The current directory holds only the files required for standalone scripting mode.
Core file:
- api.php: External API interface.
- config.php: The configuration page requires the background administrator to log in to be valid.
- config-data.php: Local configuration file.
Instructions for Use.txt: Deployment and usage instructions.







add friends