From a54c86114ef834392619825e5bfc33fdebb28bc6 Mon Sep 17 00:00:00 2001
From: zq <136432190602163.com>
Date: Tue, 24 Dec 2024 16:18:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=96=E5=8A=A8=E9=97=AE?=
=?UTF-8?q?=E9=A2=98/=E4=B8=8B=E6=8B=89=E9=80=89=E6=8B=A9=E6=A1=86?=
=?UTF-8?q?=E6=97=A0=E6=B3=95=E9=80=89=E4=B8=AD/=E8=B7=AF=E7=94=B1?=
=?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
home.html | 100 +++++++++++++++++++++++++--------
style/css/index.css | 128 +++++++++++++++++++++++++++++++++++++++++--
style/img/addUpload.svg | 1 +
style/img/lookAllPPT.svg | 1 +
style/img/ppt_tem_select.png | Bin 0 -> 496 bytes
style/img/pptexanple.svg | 1 +
style/img/uploadFileIcon.svg | 1 +
style/js/index.js | 39 ++++++++-----
8 files changed, 229 insertions(+), 42 deletions(-)
create mode 100644 style/img/addUpload.svg
create mode 100644 style/img/lookAllPPT.svg
create mode 100644 style/img/ppt_tem_select.png
create mode 100644 style/img/pptexanple.svg
create mode 100644 style/img/uploadFileIcon.svg
diff --git a/home.html b/home.html
index f6f28bd..a359bb3 100644
--- a/home.html
+++ b/home.html
@@ -9,12 +9,12 @@
{if $_siteinfo.site_introduction_name}{$_siteinfo.site_introduction_name}{else}AI论文{/if}
{if $site_ico}
{/if}
-
+
-
+
@@ -26,8 +26,10 @@
@@ -64,6 +66,7 @@
+
@@ -161,12 +164,8 @@
-
-
-

-
-
+
+
+
+
+
@@ -464,10 +520,10 @@
}
});
}
- function toggleSelect() {
- var select = document.getElementById('project_select');
- select.size = select.size ? 0 : 3; // 切换展开/收起状态
- }
+ // function toggleSelect() {
+ // var select = document.getElementById('project_select');
+ // select.size = select.size ? 0 : 3; // 切换展开/收起状态
+ // }
function hideDom(dom) {
if ($(dom).hasClass('disBlock')) $(dom).removeClass('disBlock')
$(dom).addClass('disNone')
@@ -489,7 +545,6 @@
for (var [key, value] of formData.entries()) {
data[key] = value;
}
- console.log(data);
}
function adviseTitle(refresh = false) {
if ($('#loading').css('display') == 'block') {
@@ -501,7 +556,6 @@
return false;
}
let cur_title = $('#cur_title').val();
- console.log(cur_title,'cur_title-----');
if (cur_title != title || refresh) {
//初始化推荐标题
$('#advise-ul').html('')
@@ -820,7 +874,7 @@
alert("请选择您的学历");
return;
}
- if (chkType != '82' && !$('.form_essayWords').hasClass('hide')) {
+ if (chkType != '82' && $('.form_essayWords').css('display') !== 'none') {
var wordnums = parseInt($('input[type="radio"][name="wordnums"]:checked').val());
if (wordnums <= 0 || isNaN(wordnums)) {
alert("请选择您的字数");
@@ -846,7 +900,7 @@
var url = service_domain+ pathType[chkType] + "/catalogue?title=" + encodeURIComponent(title);
// var url = data.data.agent_domain + "/catalogue?title=" + encodeURIComponent(title);
var content_min_limit = $("#htmlconfig").attr('content_min_limit');
- if (!$('.coreContent').hasClass('hide')) {
+ if ($('.coreContent').css('display') !== 'none') {
var core_content = $('.textAreaForWordCount').val();
if (core_content.trim().length == 0 && content_min_limit > 0) {
alert("论文核心内容不能为空");
@@ -855,7 +909,9 @@
url += '&core=' + encodeURIComponent(core_content.trim());
}
if (table_and_formulas != '' && table_formula_types.indexOf(chkType) !== -1) url += '&table_and_formulas=' + table_and_formulas;
- if (!$('.form_essayWords').hasClass('hide')) url += '&aiessay_wordnum=' + wordnums;
+ if ($('.form_essayWords').css('display') !== 'none') {
+ url += '&aiessay_wordnum=' + wordnums;
+ }
if (major) url += '&major=' + major;
if (edu) url += '&edu=' + edu;
window.open(url);
@@ -903,12 +959,12 @@
专注于AI创意与技术创新的企业,提供AI写作与AI制作PPT解决方案。业务涵盖先进模型开发、技术支持、市场推广与销售。
-
公司地址:北京市大兴区金星通黄路北侧11幢1层
-
电话:010-80497641
+
-