Commit 6beed531 by wufan

feat:更新iconfont图库

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