| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- // 学前导览-学习资料下载
- // 标题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":'link',
- "text":'虚拟制片实践手册.pdf'
- }
- ]
- },
- {
- "type":'text',
- "textList":[
- {
- "textType":'link',
- "text":'表演实时捕捉白皮书.pdf'
- }
- ]
- },
- {
- "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'
- }
- ]
- },
- ]
- }
- ]
- }
|