After testing, the Jieqi rating plug-in for Wheatfield Novel has been tested and can be installed in two steps for Jieqi versions 1.4, 1.5, 1.6, and 1.7. 1. Copy the modules and themes directly to the root directory. 2. Copy and paste the following sql statement into the Jieqi backend. Run "Database Maintenance-"Database Upgrade-"Submit" CREATE TABLE `jieqi_article_ratings` ( `articleid` int(11), `rating` int(11) ) TYPE=MyISAM; 3. modulesarticlerateconn.php is the database configuration file. Fill in your database name and password. 4. Add the following html code to the appropriate position on any page of your website, and it will be OK. You can use the css for scoring yourself. Adjustment