上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页
摘要: 和团队成员讨论团队项目的其他功能,最终确定了举报等功能 阅读全文
posted @ 2024-04-21 18:59 序章0 阅读(5) 评论(0) 推荐(0)
摘要: 完成主界面背景的绘制,相关代码如下: <script>import { gsap } from 'gsap';export default { mounted() { const star_num = 75; const container = document.querySelector('.co 阅读全文
posted @ 2024-04-21 18:09 序章0 阅读(9) 评论(0) 推荐(0)
摘要: 完成注册和登录的后端 代码如下: package com.example.chat.controller;import com.example.chat.entity.User;import com.example.chat.service.impl.UserServiceImpl;import o 阅读全文
posted @ 2024-04-20 13:35 序章0 阅读(11) 评论(0) 推荐(0)
摘要: 完善登录注册页面,并且完成相应的后端代码,相关代码如下: <script>export default { name: "loginOne", data() { return { form: { id:'', password:'' }, isFz:false, } }, mounted() { t 阅读全文
posted @ 2024-04-19 11:23 序章0 阅读(15) 评论(0) 推荐(0)
摘要: 在完成了对ai的角色和对话方式限定之后,我开始搭建一个项目,首先完成了登录页面,相关代码如下: <template> <!-- 背景 --> <div class="background"> <span></span> <span></span> <span></span> <span></span 阅读全文
posted @ 2024-04-18 18:42 序章0 阅读(10) 评论(0) 推荐(0)
摘要: 小组开了会议,讨论了一下任务的领取情况,每个人都领取到了相应的任务。 阅读全文
posted @ 2024-04-18 18:34 序章0 阅读(12) 评论(0) 推荐(0)
摘要: 团队作业的主要功能是实现ai助手和用户的对话,主要作用是让ai成为一个合格的心理老师。经过团队讨论,决定使用kimi chat 模型。之后我们对模型的身份进行了限定和测试。以下是相关的代码: <script>import { gsap } from 'gsap';import MyHeader fr 阅读全文
posted @ 2024-04-17 18:21 序章0 阅读(30) 评论(0) 推荐(0)
摘要: 今天课上对创意进行了展示。 阅读全文
posted @ 2024-04-16 23:42 序章0 阅读(24) 评论(0) 推荐(0)
摘要: 经过讨论,最终确定赛道为儿童素养教育,准备做一款有关于反霸凌的情感聊天网页。 阅读全文
posted @ 2024-04-15 10:23 序章0 阅读(35) 评论(0) 推荐(0)
摘要: 组内对各个idea进行了比较和讨论,但是最终还没有确定好选题 阅读全文
posted @ 2024-04-12 18:09 序章0 阅读(32) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页