Files
ClassContent/历届学生/17届课程/团队练手私活项目/团队分工.txt
2024-09-27 02:06:13 +08:00

63 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

页面:
【吕亚康】1 新闻页面
1文章内容短的时候
2文章内容长的时候
【李在明】2: 包河TV
9: 列表页
10详情页
11评论 - 有数据的时候
12评论 - 无数据的时候
【袁澳】3包河radio
8 radio首页 - 时间不要
-- 节目单
【完成】【李金芳】4帖子页面
7帖子
【查吉平】5融媒直播
13播放列表页
5未开始播放 不用做
6开始直播
【完成】【朱祥龙】6点播
3简介未展开有评论
4简介展开物品栏
【完成】【汪朱阳】7公共组件的封装
【完成】【朱朋朋】8项目基本结构的搭建
代码规范:
class: user_name
组件UserName.vue
代码缩进2
变量名方法名UserName
图片一律放到public/
引入方式img/xxx.jpg
一律加注释
方法注释:
/**
* 获取返回用户的名称
* @param {*array} name 用户名
*/
变量: //