| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- // 学前导览-学习资料下载
- // 标题title,文字text(普通文字nor,特殊文字dif,链接link),图片pic,视频video,按钮btn
- // 每个content为一个段落
- myData_XQDL_XXZLXZ={
- "text":'学习资料下载',
- "page":[
- {
- "title":'',
- "content":[
- {
- "type":'text',
- "textList":[
- {
- "textType":'dif2',
- "text":'【纸质书资料】'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'nor',
- "text":'电影特技教程(插图修订第2版),作者:屠明非,出版社:世界图书出版公司,出版时间:2013年08月'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'dif2',
- "text":'【电子书资料】'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'nor',
- "text":'虚拟制片实践手册.pdf'
- },
- {
- "textType":'link',
- "text":'https://www.unrealengine.com/zh-CN/'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'nor',
- "text":'表演实时捕捉白皮书.pdf'
- },
- {
- "textType":'link',
- "text":'https://www.unrealengine.com/zh-CN/'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'dif2',
- "text":'【网站资料】'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'nor',
- "text":'虚幻官方网站'
- },
- {
- "textType":'link',
- "text":'https://www.unrealengine.com/zh-CN/'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'dif2',
- "text":'【在线学习扩展】'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'link',
- "text":'https://www.unrealengine.com/zh-CN/onlinelearning-courses'
- }
- ]
- },
- ]
- }
- ]
- }
|