Changeset 2904080
- Timestamp:
- 04/25/2023 07:29:53 PM (3 years ago)
- Location:
- smartchat/trunk
- Files:
-
- 3 edited
-
public/css/smartchat.css (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
smartchat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smartchat/trunk/public/css/smartchat.css
r2904067 r2904080 19 19 #smc-submit{ 20 20 border-radius: 0 8px 8px 0; 21 color: #ffffff; 22 padding-top: 15px; 23 padding-right: 26px; 24 padding-bottom: 15px; 25 padding-left: 26px; 26 font-size: 1rem; 27 line-height: 1em; 28 background-color: #046bd2; 21 29 } 22 30 … … 166 174 167 175 .smc-chat .smc-chat-history ul { 168 padding-bottom: 55px;176 padding-bottom: 70px; 169 177 } 170 178 … … 259 267 } 260 268 .smc-box-chat-log { 261 margin: 0 0 15px 20px; 262 } 269 margin: 0; 270 padding: 0 15px 0 15px; 271 } -
smartchat/trunk/readme.txt
r2904067 r2904080 6 6 Requires at least: 4.7 7 7 Tested up to: 6.2 8 Stable tag: 2.2. 28 Stable tag: 2.2.3 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later -
smartchat/trunk/smartchat.php
r2904067 r2904080 4 4 Plugin URI: https://smartchat.agendavirtual.net 5 5 Description: Transforme a interação com seus clientes com nosso incrível plugin de assistente virtual, que utiliza a inteligência artificial do ChatGPT para fornecer respostas precisas e eficientes em tempo real. Insira facilmente informações importantes para que a assistente virtual possa personalizar as respostas de acordo com as necessidades dos usuários e aprimorar a experiência do cliente. 6 Version: 2.2. 26 Version: 2.2.3 7 7 Author: Smartchat 8 8 Author URI: https://smartchat.agendavirtual.net … … 22 22 wp_enqueue_script( 'bootstrap-script', plugin_dir_url( __FILE__ ) . 'public/js/bootstrap.bundle.min.js', array( 'jquery' ) ); 23 23 wp_enqueue_script( 'smartchat-script', plugin_dir_url( __FILE__ ) . 'public/js/smartchat-script.js', array( 'bootstrap-script' ), '2.1.1', true ); 24 wp_enqueue_style( 'smartchat-style', plugin_dir_url( __FILE__ ) . 'public/css/smartchat.css', array(), '1.6. 2' );24 wp_enqueue_style( 'smartchat-style', plugin_dir_url( __FILE__ ) . 'public/css/smartchat.css', array(), '1.6.3' ); 25 25 wp_enqueue_style( 'smartchat-script', 'https://use.fontawesome.com/releases/v5.3.1/css/all.css'); 26 26
Note: See TracChangeset
for help on using the changeset viewer.