@focus-teach/ui 1.0.16 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,8 +2,7 @@
2
2
  # 焦点教育ui组件库
3
3
  # 打包成组件库 npm run lib
4
4
 
5
- # 打包注意事项
6
- ## package.json中 打包的时候name为packageName 上传到npm库的时候name为buildName
5
+
7
6
 
8
7
  ### ft-tabs
9
8
 
@@ -14,4 +13,7 @@
14
13
  | type | tab页当前展示类型(可选border-crad) | String | |
15
14
 
16
15
  # Publish Version
17
- 1.0.8 优化抽屉组件
16
+ 1.0.8 优化抽屉组件
17
+
18
+ # 开发环境打包:package.json "name": "ui", 将lib下的文件替换到node_modules\@focus-teach\ui\lib
19
+ # 生产环境打包:package.json "name": "@focus-teach/ui",
package/api/index.js CHANGED
@@ -427,7 +427,6 @@ export function doShareExam(options, success, error) {
427
427
  }
428
428
  );
429
429
  }
430
-
431
430
  //获取试卷概述统计
432
431
  export function getExamStatistics (options, success, error) {
433
432
  axios.get("/ybk/editor/exam/title", {
package/lib/demo.html ADDED
@@ -0,0 +1,10 @@
1
+ <meta charset="utf-8">
2
+ <title>ui demo</title>
3
+ <script src="./ui.umd.js"></script>
4
+
5
+ <link rel="stylesheet" href="./ui.css">
6
+
7
+
8
+ <script>
9
+ console.log(ui)
10
+ </script>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg id="图层_4" data-name="图层 4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#89ade2;}.cls-2{fill:none;}.cls-3{fill:#c4d6f1;}.cls-4{fill:#fff;}</style></defs><title>icloud_txt</title><path class="cls-1" d="M16,1H5A2,2,0,0,0,3,3V21a2,2,0,0,0,2,2H19a2,2,0,0,0,2-2V6Z"/><rect class="cls-2" width="24" height="24"/><path class="cls-3" d="M16,1V4a2,2,0,0,0,2,2h3Z"/><path class="cls-4" d="M7,9h5a1,1,0,0,0,0-2H7A1,1,0,0,0,7,9Z"/><path class="cls-4" d="M7,13H17a1,1,0,0,0,0-2H7a1,1,0,0,0,0,2Z"/><path class="cls-4" d="M17,15H7a1,1,0,0,0,0,2H17a1,1,0,0,0,0-2Z"/></svg>