Commit 6beed531 by wufan

feat:更新iconfont图库

parent 6652be3f
@font-face {
font-family: 'iconfont'; /* project id 2223403 */
src: url('//at.alicdn.com/t/font_2223403_uo63ciaamd.eot');
src: url('//at.alicdn.com/t/font_2223403_uo63ciaamd.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_2223403_uo63ciaamd.woff2') format('woff2'),
url('//at.alicdn.com/t/font_2223403_uo63ciaamd.woff') format('woff'),
url('//at.alicdn.com/t/font_2223403_uo63ciaamd.ttf') format('truetype'),
url('//at.alicdn.com/t/font_2223403_uo63ciaamd.svg#iconfont') format('svg');
src: url('//at.alicdn.com/t/font_2223403_yrrfx4j2qlq.eot');
src: url('//at.alicdn.com/t/font_2223403_yrrfx4j2qlq.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_2223403_yrrfx4j2qlq.woff2') format('woff2'),
url('//at.alicdn.com/t/font_2223403_yrrfx4j2qlq.woff') format('woff'),
url('//at.alicdn.com/t/font_2223403_yrrfx4j2qlq.ttf') format('truetype'),
url('//at.alicdn.com/t/font_2223403_yrrfx4j2qlq.svg#iconfont') format('svg');
}
.iconfont{
font-family:"iconfont" !important;
......
<!--
* @Author: 吴文洁
* @Date: 2020-08-24 12:20:57
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-12 16:55:50
* @LastEditors: wufan
* @LastEditTime: 2020-12-17 17:15:50
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
-->
......@@ -25,7 +25,7 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="//at.alicdn.com/t/font_2223403_uo63ciaamd.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_2223403_yrrfx4j2qlq.css">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
......
......@@ -8,8 +8,8 @@ import './index.less';
const defaultRootDisk = {
folderName: '公共文件',
disk: 'MYSELF',
uploadPower: false
disk: '',
uploadPower: true
}
class PrepareLessonPage extends React.Component {
......@@ -21,8 +21,8 @@ class PrepareLessonPage extends React.Component {
diskList: [
{
folderName: '公共文件',
disk: 'MYSELF',
uploadPower: false
disk: 'COMMON',
uploadPower: true
}
], // 可见磁盘目录
currentRootDisk: defaultRootDisk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment