Commit c1ffb8e72b266cc414979e9b4c0bad3c10b17c46

Authored by ly525
1 parent 942ad392

docs(feature): add music support

README.en.md
... ... @@ -65,12 +65,13 @@
65 65 - [x] Form Button
66 66 - [x] Form Field
67 67 - [x] Picture
68   - - [ ] Background Image
69   - - [ ] Video (Iframe format)
  68 + - [x] Background Image
  69 + - [x] Background Music
  70 + - [x] Video (Iframe format)
70 71  
71 72 3. enhanced function
72 73 - [ ] parsing PSD file to HTML Page
73   - - [ ] Photo Gallery
  74 + - [x] Photo Gallery
74 75 - [ ] Third Party uncopyrighted Image Search
75 76  
76 77  
... ...
README.md
... ... @@ -114,6 +114,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins
114 114 - [x] 表单输入框
115 115 - [x] 普通图片
116 116 - [x] 背景图
  117 + - [x] 背景音乐
117 118 - [x] 视频(Iframe形式)
118 119  
119 120 3. 增强功能
... ...
docs/en/getting-started/features.md
... ... @@ -21,8 +21,10 @@
21 21 - [x] Ordinary text
22 22 - [x] Normal button
23 23 - [x] Ordinary picture
24   -- [ ] Background
25   -- [ ] Video (Iframe form)
  24 +- [x] Background Image
  25 +- [x] Background Color
  26 +- [x] Background Music
  27 +- [x] Video (Iframe form)
26 28  
27 29  
28 30 #### Form Component
... ...
docs/zh/getting-started/features.md
... ... @@ -19,8 +19,9 @@
19 19 - [x] 普通文字
20 20 - [x] 普通按钮
21 21 - [x] 普通图片
22   -- [ ] 背景图
23   -- [ ] 视频(Iframe形式)
  22 +- [x] 背景图
  23 +- [x] 背景音乐
  24 +- [x] 视频(Iframe形式)
24 25  
25 26 #### 表单组件
26 27  
... ... @@ -35,8 +36,8 @@
35 36 - [x] 模板列表
36 37 - [x] 基于模板制作H5
37 38 - [x] 保存作品为模板
38   -- [ ] 图片库
39   -- [ ] 第三方无版权图片搜索
  39 +- [x] 图片库
  40 +- [x] 第三方无版权图片搜索
40 41 - [ ] SSO 登录、第三方登录
41 42  
42 43  
... ...