diff --git a/src/admin/ai_dialog.php b/src/admin/ai_dialog.php index 4d5290a1..823559bd 100644 --- a/src/admin/ai_dialog.php +++ b/src/admin/ai_dialog.php @@ -1,6 +1,6 @@ - -
- - -公司简介
穆云智能科技是一家专注于人工智能技术研发与应用的高科技企业,致力于为各行业提供智能化解决方案,助力企业提升效率,推动数字化转型。公司业务涵盖计算机视觉、自然语言处理、机器学习等多个AI技术领域,并广泛应用于营销、制造、金融、医疗等行业。
{/content}', '我需要将内容润色下,希望更专业'); \ No newline at end of file +INSERT INTO `#@__ai_prompt` (`pname`, `title`, `issystem`, `description`, `info`, `prompt`, `dfprompt`) VALUES ('body_edit', '编辑器内容修改', 1, '富文本编辑器中内容修改', '系统提示词变量,不建议修改。需要助手1.0.3版本以上公司简介
穆云智能科技是一家专注于人工智能技术研发与应用的高科技企业,致力于为各行业提供智能化解决方案,助力企业提升效率,推动数字化转型。公司业务涵盖计算机视觉、自然语言处理、机器学习等多个AI技术领域,并广泛应用于营销、制造、金融、医疗等行业。
{/content}', '我需要将内容润色下,希望更专业'); \ No newline at end of file diff --git a/src/install/update.txt b/src/install/update.txt index 8bf022c2..1abd1cf3 100644 --- a/src/install/update.txt +++ b/src/install/update.txt @@ -223,5 +223,5 @@ CREATE TABLE `#@__tagindex_infos` ( ) TYPE=MyISAM; -- 6.5.2 -INSERT INTO `#@__ai_prompt` (`pname`, `title`, `issystem`, `description`, `info`, `prompt`, `dfprompt`) VALUES ('body_edit', '编辑器内容修改', 1, '富文本编辑器中内容修改', '系统提示词变量,不建议修改。需要助手1.0.3版本以上公司简介
穆云智能科技是一家专注于人工智能技术研发与应用的高科技企业,致力于为各行业提供智能化解决方案,助力企业提升效率,推动数字化转型。公司业务涵盖计算机视觉、自然语言处理、机器学习等多个AI技术领域,并广泛应用于营销、制造、金融、医疗等行业。
{/content}', '我需要将内容润色下,希望更专业'); +INSERT INTO `#@__ai_prompt` (`pname`, `title`, `issystem`, `description`, `info`, `prompt`, `dfprompt`) VALUES ('body_edit', '编辑器内容修改', 1, '富文本编辑器中内容修改', '系统提示词变量,不建议修改。需要助手1.0.3版本以上公司简介
穆云智能科技是一家专注于人工智能技术研发与应用的高科技企业,致力于为各行业提供智能化解决方案,助力企业提升效率,推动数字化转型。公司业务涵盖计算机视觉、自然语言处理、机器学习等多个AI技术领域,并广泛应用于营销、制造、金融、医疗等行业。
{/content}', '我需要将内容润色下,希望更专业'); INSERT INTO `#@__flink` (`sortrank`, `url`, `webname`, `msg`, `email`, `logo`, `dtime`, `typeid`, `ischeck`) VALUES(4, 'https://www.dedebiz.com/ai', 'AI建站', '', '', '', 1742983936, 8, 2); \ No newline at end of file diff --git a/src/static/ckeditor/plugins/dedebizai/plugin.js b/src/static/ckeditor/plugins/dedebizai/plugin.js index 45387826..be4d13f9 100644 --- a/src/static/ckeditor/plugins/dedebizai/plugin.js +++ b/src/static/ckeditor/plugins/dedebizai/plugin.js @@ -8,10 +8,8 @@ CKEDITOR.plugins.add("dedebizai", { var h = 600; var dualScreenLeft = window.screenLeft !== undefined ? window.screenLeft : window.screenX; var dualScreenTop = window.screenTop !== undefined ? window.screenTop : window.screenY; - var width = window.innerWidth ? window.innerWidth : document.documentElement.clientWidth ? document.documentElement.clientWidth : screen.width; var height = window.innerHeight ? window.innerHeight : document.documentElement.clientHeight ? document.documentElement.clientHeight : screen.height; - var systemZoom = width / window.screen.availWidth; var posLeft = (width - w) / 2 / systemZoom + dualScreenLeft; var posTop = (height - h) / 2 / systemZoom + dualScreenTop; diff --git a/src/user/api.php b/src/user/api.php index 05f214aa..c59307c9 100755 --- a/src/user/api.php +++ b/src/user/api.php @@ -201,7 +201,6 @@ if ($action === 'is_need_check_code') { $dsql->ExecuteNoneQuery($inquery); } } - if (move_uploaded_file($ff["tmp_name"], $target_file)) { if ($mediatype === 1) { //图片自动裁剪