Showing preview only (2,851K chars total). Download the full file or copy to clipboard to get everything.
Repository: bobi1234/ok-admin
Branch: master
Commit: deb751042846
Files: 579
Total size: 2.5 MB
Directory structure:
gitextract_oqn529dx/
├── .gitignore
├── LICENSE
├── README.md
├── css/
│ └── okadmin.css
├── data/
│ ├── menu.json
│ ├── permission/
│ │ └── tree.json
│ ├── permission-table.json
│ └── permission-tree.json
├── font/
│ ├── demo.css
│ ├── demo_index.html
│ ├── iconfont.css
│ └── iconfont.js
├── index.html
├── js/
│ └── okadmin.js
├── lib/
│ ├── animate/
│ │ └── animate.css
│ ├── layui/
│ │ ├── css/
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules/
│ │ │ ├── code.css
│ │ │ ├── laydate/
│ │ │ │ └── default/
│ │ │ │ └── laydate.css
│ │ │ └── layer/
│ │ │ └── default/
│ │ │ └── layer.css
│ │ ├── lay/
│ │ │ ├── modules/
│ │ │ │ ├── carousel.js
│ │ │ │ ├── code.js
│ │ │ │ ├── colorpicker.js
│ │ │ │ ├── element.js
│ │ │ │ ├── flow.js
│ │ │ │ ├── form.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── laydate.js
│ │ │ │ ├── layedit.js
│ │ │ │ ├── layer.js
│ │ │ │ ├── laypage.js
│ │ │ │ ├── laytpl.js
│ │ │ │ ├── mobile.js
│ │ │ │ ├── rate.js
│ │ │ │ ├── slider.js
│ │ │ │ ├── table.js
│ │ │ │ ├── transfer.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ └── okmodules/
│ │ │ ├── okLayer.js
│ │ │ ├── okMenu.js
│ │ │ ├── okProgress/
│ │ │ │ ├── nprogress.css
│ │ │ │ ├── nprogress.js
│ │ │ │ └── okProgress.js
│ │ │ ├── okTab.js
│ │ │ ├── okUtils.js
│ │ │ └── treetable/
│ │ │ ├── treetable.css
│ │ │ └── treetable.js
│ │ ├── layui.all.js
│ │ └── layui.js
│ └── zTree_v3/
│ ├── .gitignore
│ ├── README.md
│ ├── api/
│ │ ├── API_cn.html
│ │ ├── API_en.html
│ │ ├── apiCss/
│ │ │ ├── api.js
│ │ │ ├── common.css
│ │ │ ├── common_ie6.css
│ │ │ ├── jquery.ztree.core.js
│ │ │ └── zTreeStyleForApi.css
│ │ ├── cn/
│ │ │ ├── fn.zTree._z.html
│ │ │ ├── fn.zTree.destroy.html
│ │ │ ├── fn.zTree.getZTreeObj.html
│ │ │ ├── fn.zTree.init.html
│ │ │ ├── setting.async.autoParam.html
│ │ │ ├── setting.async.contentType.html
│ │ │ ├── setting.async.dataFilter.html
│ │ │ ├── setting.async.dataType.html
│ │ │ ├── setting.async.enable.html
│ │ │ ├── setting.async.headers.html
│ │ │ ├── setting.async.otherParam.html
│ │ │ ├── setting.async.type.html
│ │ │ ├── setting.async.url.html
│ │ │ ├── setting.async.xhrFields.html
│ │ │ ├── setting.callback.beforeAsync.html
│ │ │ ├── setting.callback.beforeCheck.html
│ │ │ ├── setting.callback.beforeClick.html
│ │ │ ├── setting.callback.beforeCollapse.html
│ │ │ ├── setting.callback.beforeDblClick.html
│ │ │ ├── setting.callback.beforeDrag.html
│ │ │ ├── setting.callback.beforeDragOpen.html
│ │ │ ├── setting.callback.beforeDrop.html
│ │ │ ├── setting.callback.beforeEditName.html
│ │ │ ├── setting.callback.beforeExpand.html
│ │ │ ├── setting.callback.beforeMouseDown.html
│ │ │ ├── setting.callback.beforeMouseUp.html
│ │ │ ├── setting.callback.beforeRemove.html
│ │ │ ├── setting.callback.beforeRename.html
│ │ │ ├── setting.callback.beforeRightClick.html
│ │ │ ├── setting.callback.onAsyncError.html
│ │ │ ├── setting.callback.onAsyncSuccess.html
│ │ │ ├── setting.callback.onCheck.html
│ │ │ ├── setting.callback.onClick.html
│ │ │ ├── setting.callback.onCollapse.html
│ │ │ ├── setting.callback.onDblClick.html
│ │ │ ├── setting.callback.onDrag.html
│ │ │ ├── setting.callback.onDragMove.html
│ │ │ ├── setting.callback.onDrop.html
│ │ │ ├── setting.callback.onExpand.html
│ │ │ ├── setting.callback.onMouseDown.html
│ │ │ ├── setting.callback.onMouseUp.html
│ │ │ ├── setting.callback.onNodeCreated.html
│ │ │ ├── setting.callback.onRemove.html
│ │ │ ├── setting.callback.onRename.html
│ │ │ ├── setting.callback.onRightClick.html
│ │ │ ├── setting.check.autoCheckTrigger.html
│ │ │ ├── setting.check.chkDisabledInherit.html
│ │ │ ├── setting.check.chkStyle.html
│ │ │ ├── setting.check.chkboxType.html
│ │ │ ├── setting.check.enable.html
│ │ │ ├── setting.check.nocheckInherit.html
│ │ │ ├── setting.check.radioType.html
│ │ │ ├── setting.data.keep.leaf.html
│ │ │ ├── setting.data.keep.parent.html
│ │ │ ├── setting.data.key.checked.html
│ │ │ ├── setting.data.key.children.html
│ │ │ ├── setting.data.key.isHidden.html
│ │ │ ├── setting.data.key.isParent.html
│ │ │ ├── setting.data.key.name.html
│ │ │ ├── setting.data.key.title.html
│ │ │ ├── setting.data.key.url.html
│ │ │ ├── setting.data.simpleData.enable.html
│ │ │ ├── setting.data.simpleData.idKey.html
│ │ │ ├── setting.data.simpleData.pIdKey.html
│ │ │ ├── setting.data.simpleData.rootPId.html
│ │ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ │ ├── setting.edit.drag.autoOpenTime.html
│ │ │ ├── setting.edit.drag.borderMax.html
│ │ │ ├── setting.edit.drag.borderMin.html
│ │ │ ├── setting.edit.drag.inner.html
│ │ │ ├── setting.edit.drag.isCopy.html
│ │ │ ├── setting.edit.drag.isMove.html
│ │ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ │ ├── setting.edit.drag.minMoveSize.html
│ │ │ ├── setting.edit.drag.next.html
│ │ │ ├── setting.edit.drag.prev.html
│ │ │ ├── setting.edit.editNameSelectAll.html
│ │ │ ├── setting.edit.enable.html
│ │ │ ├── setting.edit.removeTitle.html
│ │ │ ├── setting.edit.renameTitle.html
│ │ │ ├── setting.edit.showRemoveBtn.html
│ │ │ ├── setting.edit.showRenameBtn.html
│ │ │ ├── setting.treeId.html
│ │ │ ├── setting.treeObj.html
│ │ │ ├── setting.view.addDiyDom.html
│ │ │ ├── setting.view.addHoverDom.html
│ │ │ ├── setting.view.autoCancelSelected.html
│ │ │ ├── setting.view.dblClickExpand.html
│ │ │ ├── setting.view.expandSpeed.html
│ │ │ ├── setting.view.fontCss.html
│ │ │ ├── setting.view.nameIsHTML.html
│ │ │ ├── setting.view.removeHoverDom.html
│ │ │ ├── setting.view.selectedMulti.html
│ │ │ ├── setting.view.showIcon.html
│ │ │ ├── setting.view.showLine.html
│ │ │ ├── setting.view.showTitle.html
│ │ │ ├── setting.view.txtSelectedEnable.html
│ │ │ ├── treeNode.check_Child_State.html
│ │ │ ├── treeNode.check_Focus.html
│ │ │ ├── treeNode.checked.html
│ │ │ ├── treeNode.checkedOld.html
│ │ │ ├── treeNode.children.html
│ │ │ ├── treeNode.chkDisabled.html
│ │ │ ├── treeNode.click.html
│ │ │ ├── treeNode.diy.html
│ │ │ ├── treeNode.editNameFlag.html
│ │ │ ├── treeNode.getCheckStatus.html
│ │ │ ├── treeNode.getIndex.html
│ │ │ ├── treeNode.getNextNode.html
│ │ │ ├── treeNode.getParentNode.html
│ │ │ ├── treeNode.getPath.html
│ │ │ ├── treeNode.getPreNode.html
│ │ │ ├── treeNode.halfCheck.html
│ │ │ ├── treeNode.icon.html
│ │ │ ├── treeNode.iconClose.html
│ │ │ ├── treeNode.iconOpen.html
│ │ │ ├── treeNode.iconSkin.html
│ │ │ ├── treeNode.isAjaxing.html
│ │ │ ├── treeNode.isFirstNode.html
│ │ │ ├── treeNode.isHidden.html
│ │ │ ├── treeNode.isHover.html
│ │ │ ├── treeNode.isLastNode.html
│ │ │ ├── treeNode.isParent.html
│ │ │ ├── treeNode.level.html
│ │ │ ├── treeNode.name.html
│ │ │ ├── treeNode.nocheck.html
│ │ │ ├── treeNode.open.html
│ │ │ ├── treeNode.parentTId.html
│ │ │ ├── treeNode.tId.html
│ │ │ ├── treeNode.target.html
│ │ │ ├── treeNode.url.html
│ │ │ ├── treeNode.zAsync.html
│ │ │ ├── zTreeObj.addNodes.html
│ │ │ ├── zTreeObj.cancelEditName.html
│ │ │ ├── zTreeObj.cancelSelectedNode.html
│ │ │ ├── zTreeObj.checkAllNodes.html
│ │ │ ├── zTreeObj.checkNode.html
│ │ │ ├── zTreeObj.copyNode.html
│ │ │ ├── zTreeObj.destroy.html
│ │ │ ├── zTreeObj.editName.html
│ │ │ ├── zTreeObj.expandAll.html
│ │ │ ├── zTreeObj.expandNode.html
│ │ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ │ ├── zTreeObj.getCheckedNodes.html
│ │ │ ├── zTreeObj.getNodeByParam.html
│ │ │ ├── zTreeObj.getNodeByTId.html
│ │ │ ├── zTreeObj.getNodeIndex.html
│ │ │ ├── zTreeObj.getNodes.html
│ │ │ ├── zTreeObj.getNodesByFilter.html
│ │ │ ├── zTreeObj.getNodesByParam.html
│ │ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ │ ├── zTreeObj.getSelectedNodes.html
│ │ │ ├── zTreeObj.hideNode.html
│ │ │ ├── zTreeObj.hideNodes.html
│ │ │ ├── zTreeObj.moveNode.html
│ │ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ │ ├── zTreeObj.reAsyncChildNodesPromise.html
│ │ │ ├── zTreeObj.refresh.html
│ │ │ ├── zTreeObj.removeChildNodes.html
│ │ │ ├── zTreeObj.removeNode.html
│ │ │ ├── zTreeObj.selectNode.html
│ │ │ ├── zTreeObj.setChkDisabled.html
│ │ │ ├── zTreeObj.setEditable.html
│ │ │ ├── zTreeObj.setting.html
│ │ │ ├── zTreeObj.showNode.html
│ │ │ ├── zTreeObj.showNodes.html
│ │ │ ├── zTreeObj.transformToArray.html
│ │ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ │ └── zTreeObj.updateNode.html
│ │ └── en/
│ │ ├── fn.zTree._z.html
│ │ ├── fn.zTree.destroy.html
│ │ ├── fn.zTree.getZTreeObj.html
│ │ ├── fn.zTree.init.html
│ │ ├── setting.async.autoParam.html
│ │ ├── setting.async.contentType.html
│ │ ├── setting.async.dataFilter.html
│ │ ├── setting.async.dataType.html
│ │ ├── setting.async.enable.html
│ │ ├── setting.async.headers.html
│ │ ├── setting.async.otherParam.html
│ │ ├── setting.async.type.html
│ │ ├── setting.async.url.html
│ │ ├── setting.async.xhrFields.html
│ │ ├── setting.callback.beforeAsync.html
│ │ ├── setting.callback.beforeCheck.html
│ │ ├── setting.callback.beforeClick.html
│ │ ├── setting.callback.beforeCollapse.html
│ │ ├── setting.callback.beforeDblClick.html
│ │ ├── setting.callback.beforeDrag.html
│ │ ├── setting.callback.beforeDragOpen.html
│ │ ├── setting.callback.beforeDrop.html
│ │ ├── setting.callback.beforeEditName.html
│ │ ├── setting.callback.beforeExpand.html
│ │ ├── setting.callback.beforeMouseDown.html
│ │ ├── setting.callback.beforeMouseUp.html
│ │ ├── setting.callback.beforeRemove.html
│ │ ├── setting.callback.beforeRename.html
│ │ ├── setting.callback.beforeRightClick.html
│ │ ├── setting.callback.onAsyncError.html
│ │ ├── setting.callback.onAsyncSuccess.html
│ │ ├── setting.callback.onCheck.html
│ │ ├── setting.callback.onClick.html
│ │ ├── setting.callback.onCollapse.html
│ │ ├── setting.callback.onDblClick.html
│ │ ├── setting.callback.onDrag.html
│ │ ├── setting.callback.onDragMove.html
│ │ ├── setting.callback.onDrop.html
│ │ ├── setting.callback.onExpand.html
│ │ ├── setting.callback.onMouseDown.html
│ │ ├── setting.callback.onMouseUp.html
│ │ ├── setting.callback.onNodeCreated.html
│ │ ├── setting.callback.onRemove.html
│ │ ├── setting.callback.onRename.html
│ │ ├── setting.callback.onRightClick.html
│ │ ├── setting.check.autoCheckTrigger.html
│ │ ├── setting.check.chkDisabledInherit.html
│ │ ├── setting.check.chkStyle.html
│ │ ├── setting.check.chkboxType.html
│ │ ├── setting.check.enable.html
│ │ ├── setting.check.nocheckInherit.html
│ │ ├── setting.check.radioType.html
│ │ ├── setting.data.keep.leaf.html
│ │ ├── setting.data.keep.parent.html
│ │ ├── setting.data.key.checked.html
│ │ ├── setting.data.key.children.html
│ │ ├── setting.data.key.isHidden.html
│ │ ├── setting.data.key.isParent.html
│ │ ├── setting.data.key.name.html
│ │ ├── setting.data.key.title.html
│ │ ├── setting.data.key.url.html
│ │ ├── setting.data.simpleData.enable.html
│ │ ├── setting.data.simpleData.idKey.html
│ │ ├── setting.data.simpleData.pIdKey.html
│ │ ├── setting.data.simpleData.rootPId.html
│ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ ├── setting.edit.drag.autoOpenTime.html
│ │ ├── setting.edit.drag.borderMax.html
│ │ ├── setting.edit.drag.borderMin.html
│ │ ├── setting.edit.drag.inner.html
│ │ ├── setting.edit.drag.isCopy.html
│ │ ├── setting.edit.drag.isMove.html
│ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ ├── setting.edit.drag.minMoveSize.html
│ │ ├── setting.edit.drag.next.html
│ │ ├── setting.edit.drag.prev.html
│ │ ├── setting.edit.editNameSelectAll.html
│ │ ├── setting.edit.enable.html
│ │ ├── setting.edit.removeTitle.html
│ │ ├── setting.edit.renameTitle.html
│ │ ├── setting.edit.showRemoveBtn.html
│ │ ├── setting.edit.showRenameBtn.html
│ │ ├── setting.treeId.html
│ │ ├── setting.treeObj.html
│ │ ├── setting.view.addDiyDom.html
│ │ ├── setting.view.addHoverDom.html
│ │ ├── setting.view.autoCancelSelected.html
│ │ ├── setting.view.dblClickExpand.html
│ │ ├── setting.view.expandSpeed.html
│ │ ├── setting.view.fontCss.html
│ │ ├── setting.view.nameIsHTML.html
│ │ ├── setting.view.removeHoverDom.html
│ │ ├── setting.view.selectedMulti.html
│ │ ├── setting.view.showIcon.html
│ │ ├── setting.view.showLine.html
│ │ ├── setting.view.showTitle.html
│ │ ├── setting.view.txtSelectedEnable.html
│ │ ├── treeNode.check_Child_State.html
│ │ ├── treeNode.check_Focus.html
│ │ ├── treeNode.checked.html
│ │ ├── treeNode.checkedOld.html
│ │ ├── treeNode.children.html
│ │ ├── treeNode.chkDisabled.html
│ │ ├── treeNode.click.html
│ │ ├── treeNode.diy.html
│ │ ├── treeNode.editNameFlag.html
│ │ ├── treeNode.getCheckStatus.html
│ │ ├── treeNode.getIndex.html
│ │ ├── treeNode.getNextNode.html
│ │ ├── treeNode.getParentNode.html
│ │ ├── treeNode.getPath.html
│ │ ├── treeNode.getPreNode.html
│ │ ├── treeNode.halfCheck.html
│ │ ├── treeNode.icon.html
│ │ ├── treeNode.iconClose.html
│ │ ├── treeNode.iconOpen.html
│ │ ├── treeNode.iconSkin.html
│ │ ├── treeNode.isAjaxing.html
│ │ ├── treeNode.isFirstNode.html
│ │ ├── treeNode.isHidden.html
│ │ ├── treeNode.isHover.html
│ │ ├── treeNode.isLastNode.html
│ │ ├── treeNode.isParent.html
│ │ ├── treeNode.level.html
│ │ ├── treeNode.name.html
│ │ ├── treeNode.nocheck.html
│ │ ├── treeNode.open.html
│ │ ├── treeNode.parentTId.html
│ │ ├── treeNode.tId.html
│ │ ├── treeNode.target.html
│ │ ├── treeNode.url.html
│ │ ├── treeNode.zAsync.html
│ │ ├── zTreeObj.addNodes.html
│ │ ├── zTreeObj.cancelEditName.html
│ │ ├── zTreeObj.cancelSelectedNode.html
│ │ ├── zTreeObj.checkAllNodes.html
│ │ ├── zTreeObj.checkNode.html
│ │ ├── zTreeObj.copyNode.html
│ │ ├── zTreeObj.destroy.html
│ │ ├── zTreeObj.editName.html
│ │ ├── zTreeObj.expandAll.html
│ │ ├── zTreeObj.expandNode.html
│ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ ├── zTreeObj.getCheckedNodes.html
│ │ ├── zTreeObj.getNodeByParam.html
│ │ ├── zTreeObj.getNodeByTId.html
│ │ ├── zTreeObj.getNodeIndex.html
│ │ ├── zTreeObj.getNodes.html
│ │ ├── zTreeObj.getNodesByFilter.html
│ │ ├── zTreeObj.getNodesByParam.html
│ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ ├── zTreeObj.getSelectedNodes.html
│ │ ├── zTreeObj.hideNode.html
│ │ ├── zTreeObj.hideNodes.html
│ │ ├── zTreeObj.moveNode.html
│ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ ├── zTreeObj.reAsyncChildNodesPromise.html
│ │ ├── zTreeObj.refresh.html
│ │ ├── zTreeObj.removeChildNodes.html
│ │ ├── zTreeObj.removeNode.html
│ │ ├── zTreeObj.selectNode.html
│ │ ├── zTreeObj.setChkDisabled.html
│ │ ├── zTreeObj.setEditable.html
│ │ ├── zTreeObj.setting.html
│ │ ├── zTreeObj.showNode.html
│ │ ├── zTreeObj.showNodes.html
│ │ ├── zTreeObj.transformToArray.html
│ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ └── zTreeObj.updateNode.html
│ ├── css/
│ │ ├── awesomeStyle/
│ │ │ ├── awesome.css
│ │ │ ├── awesome.less
│ │ │ └── fa.less
│ │ ├── demo.css
│ │ ├── metroStyle/
│ │ │ └── metroStyle.css
│ │ └── zTreeStyle/
│ │ └── zTreeStyle.css
│ ├── demo/
│ │ ├── cn/
│ │ │ ├── asyncData/
│ │ │ │ ├── getNodes.php
│ │ │ │ └── getNodesForBigData.php
│ │ │ ├── bigdata/
│ │ │ │ ├── common.html
│ │ │ │ ├── diy_async.html
│ │ │ │ └── page.html
│ │ │ ├── core/
│ │ │ │ ├── async.html
│ │ │ │ ├── async_fun.html
│ │ │ │ ├── click.html
│ │ │ │ ├── custom_font.html
│ │ │ │ ├── custom_icon.html
│ │ │ │ ├── custom_iconSkin.html
│ │ │ │ ├── expand.html
│ │ │ │ ├── noicon.html
│ │ │ │ ├── noline.html
│ │ │ │ ├── otherMouse.html
│ │ │ │ ├── searchNodes.html
│ │ │ │ ├── simpleData.html
│ │ │ │ ├── standardData.html
│ │ │ │ ├── update_fun.html
│ │ │ │ └── url.html
│ │ │ ├── excheck/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── checkbox_chkDisabled.html
│ │ │ │ ├── checkbox_count.html
│ │ │ │ ├── checkbox_fun.html
│ │ │ │ ├── checkbox_halfCheck.html
│ │ │ │ ├── checkbox_nocheck.html
│ │ │ │ ├── radio.html
│ │ │ │ ├── radio_chkDisabled.html
│ │ │ │ ├── radio_fun.html
│ │ │ │ ├── radio_halfCheck.html
│ │ │ │ └── radio_nocheck.html
│ │ │ ├── exedit/
│ │ │ │ ├── async_edit.html
│ │ │ │ ├── drag.html
│ │ │ │ ├── drag_fun.html
│ │ │ │ ├── drag_super.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── edit_fun.html
│ │ │ │ ├── edit_super.html
│ │ │ │ └── multiTree.html
│ │ │ ├── exhide/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── common.html
│ │ │ │ └── radio.html
│ │ │ ├── index.html
│ │ │ └── super/
│ │ │ ├── asyncForAll.html
│ │ │ ├── awesome.html
│ │ │ ├── checkbox_radio.html
│ │ │ ├── diydom.html
│ │ │ ├── dragWithOther.html
│ │ │ ├── fuzzySearch.html
│ │ │ ├── left_menu.html
│ │ │ ├── left_menuForOutLook.html
│ │ │ ├── metro.html
│ │ │ ├── oneclick.html
│ │ │ ├── oneroot.html
│ │ │ ├── rightClickMenu.html
│ │ │ ├── select_menu.html
│ │ │ ├── select_menu_checkbox.html
│ │ │ ├── select_menu_radio.html
│ │ │ └── singlepath.html
│ │ ├── en/
│ │ │ ├── asyncData/
│ │ │ │ ├── getNodes.php
│ │ │ │ └── getNodesForBigData.php
│ │ │ ├── bigdata/
│ │ │ │ ├── common.html
│ │ │ │ ├── diy_async.html
│ │ │ │ └── page.html
│ │ │ ├── core/
│ │ │ │ ├── async.html
│ │ │ │ ├── async_fun.html
│ │ │ │ ├── click.html
│ │ │ │ ├── custom_font.html
│ │ │ │ ├── custom_icon.html
│ │ │ │ ├── custom_iconSkin.html
│ │ │ │ ├── expand.html
│ │ │ │ ├── noicon.html
│ │ │ │ ├── noline.html
│ │ │ │ ├── otherMouse.html
│ │ │ │ ├── searchNodes.html
│ │ │ │ ├── simpleData.html
│ │ │ │ ├── standardData.html
│ │ │ │ ├── update_fun.html
│ │ │ │ └── url.html
│ │ │ ├── excheck/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── checkbox_chkDisabled.html
│ │ │ │ ├── checkbox_count.html
│ │ │ │ ├── checkbox_fun.html
│ │ │ │ ├── checkbox_halfCheck.html
│ │ │ │ ├── checkbox_nocheck.html
│ │ │ │ ├── radio.html
│ │ │ │ ├── radio_chkDisabled.html
│ │ │ │ ├── radio_fun.html
│ │ │ │ ├── radio_halfCheck.html
│ │ │ │ └── radio_nocheck.html
│ │ │ ├── exedit/
│ │ │ │ ├── async_edit.html
│ │ │ │ ├── drag.html
│ │ │ │ ├── drag_fun.html
│ │ │ │ ├── drag_super.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── edit_fun.html
│ │ │ │ ├── edit_super.html
│ │ │ │ └── multiTree.html
│ │ │ ├── exhide/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── common.html
│ │ │ │ └── radio.html
│ │ │ ├── index.html
│ │ │ └── super/
│ │ │ ├── asyncForAll.html
│ │ │ ├── awesome.html
│ │ │ ├── checkbox_radio.html
│ │ │ ├── diydom.html
│ │ │ ├── dragWithOther.html
│ │ │ ├── fuzzySearch.html
│ │ │ ├── left_menu.html
│ │ │ ├── left_menuForOutLook.html
│ │ │ ├── metro.html
│ │ │ ├── oneclick.html
│ │ │ ├── oneroot.html
│ │ │ ├── rightClickMenu.html
│ │ │ ├── select_menu.html
│ │ │ ├── select_menu_checkbox.html
│ │ │ ├── select_menu_radio.html
│ │ │ ├── singlepath.html
│ │ │ └── ztree.html
│ │ └── js/
│ │ └── fuzzysearch.js
│ ├── js/
│ │ ├── jquery.ztree.all.js
│ │ ├── jquery.ztree.core.js
│ │ ├── jquery.ztree.excheck.js
│ │ ├── jquery.ztree.exedit.js
│ │ └── jquery.ztree.exhide.js
│ └── log v3.x.txt
└── pages/
├── map/
│ ├── map1.html
│ ├── map2.html
│ ├── map3.html
│ ├── map4.html
│ ├── map5.html
│ └── map6.html
├── member/
│ ├── permission-add.html
│ ├── permission-edit.html
│ ├── permission.html
│ ├── role-add.html
│ ├── role-edit.html
│ ├── role.html
│ ├── user-add.html
│ ├── user-center.html
│ ├── user-edit.html
│ ├── user-info.html
│ ├── user-notify.html
│ ├── user-pwd.html
│ └── user.html
├── often/
│ ├── article-add.html
│ ├── article-edit.html
│ ├── article.html
│ ├── download.html
│ ├── image.html
│ ├── link.html
│ ├── message.html
│ ├── process.html
│ └── product.html
├── other/
│ ├── 403.html
│ ├── 404.html
│ ├── 500.html
│ ├── donate.html
│ └── login.html
├── system/
│ ├── alertSkin.html
│ ├── system-log-detail.html
│ ├── system-log.html
│ ├── system-setting.html
│ └── system-shield.html
├── test/
│ ├── okLayer.html
│ ├── okProgress.html
│ └── okutils.html
├── use/
│ ├── demo.html
│ ├── use-okLayer.html
│ ├── use-okMenu.html
│ ├── use-okTab-sub.html
│ ├── use-okTab.html
│ ├── use-okUtils.html
│ └── use-tab.html
└── welcome.html
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# 忽略.idea目录及其子目录、子文件
.idea/
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2018 Mr.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: README.md
================================================
# ok-admin v1.0
一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!

### QQ交流群
~~964222534~~ 🈵️ 、 ~~833539807~~ 🈵️ 、 797113469 🔥
# 技术栈
<p>
<img src="https://img.shields.io/badge/layui-2.4.5-brightgreen.svg">
<img src="https://img.shields.io/badge/zTree-3.5.40-brightgreen.svg">
<img src="https://img.shields.io/badge/NProgress-0.2.0-brightgreen.svg">
<img src="https://img.shields.io/badge/ECharts-2.0-brightgreen.svg">
<img src="https://img.shields.io/badge/Animate.css-3.7.0-brightgreen.svg">
</p>
# 访问地址
- http://ok-admin-v1.xlbweb.cn
- http://ok-admin.xlbweb.cn
# 效果预览
<table>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161523_49e0eb96_1152471.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161620_a894f907_1152471.png"/></td>
</tr>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161730_51a9c186_1152471.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161754_d382086c_1152471.png"/></td>
</tr>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161830_f075d89f_1152471.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161853_a07554d7_1152471.png"/></td>
</tr>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161912_c86d7db2_1152471.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/0525/161939_ec3ef027_1152471.png"/></td>
</tr>
</table>
# 开源协议
[MIT](https://github.com/bobi1234/ok-admin/blob/master/LICENSE)
================================================
FILE: css/okadmin.css
================================================
@import "../lib/layui/css/layui.css";
@import "../font/iconfont.css";
@import "../lib/animate/animate.css";
/*所有页面的CSS代码都写在这里*/
html,body{width: 100%;height: 100%;}
/*登陆页面*/
.login-body{background:url(../imgs/bg.png) no-repeat center center fixed;background-size:cover}
.login-body .login-box{width:300px;height:300px;border:1px solid #1a312c;position:absolute;left:50%;top:50%;margin-left:-150px;margin-top:-150px;border-radius:5px}
.login-body .login-box .head{width:100px;height:100px;border-radius:50%;position:absolute;top:-96px;left:50%;margin-left:-50px;background:url(../imgs/ok.png);background-size:cover}
.login-body .login-box .input-box{margin:10px 10px 10px 10px}
.login-body .login-box .input-box input{margin-top:20px;border-radius:5px}
.login-body .login-box .input-box input[type=submit]{background-color:#189F92;width:100%;border:none;outline:0;cursor:pointer;color:#fff;padding-top:8px;padding-bottom:8px;font-size:18px}
.login-body .login-box .input-box .remember-me{margin-top:20px}
.login-body .login-box .input-box .remember-me .layui-form-switch{margin-top:0}
.login-body .login-box .input-box .oauth{margin-top:20px}
.login-body .login-box .input-box .oauth i{cursor:pointer;font-size:28px}
.login-body .login-box .copyright{margin:10px 10px 10px 10px;font-size:12px}
/*index及其它页面*/
.layui-layout-admin .layui-logo{color:#fff;font-size:20px}
.layui-nav{padding:0}
.layui-layout-left{left:235px}
.layui-tab-title li:first-child .layui-tab-close{display:none}
.layui-tab-title li{background-color:#f2f2f2}
.layui-tab-brief>.layui-tab-title .layui-this{color:#fff;background-color:#1AA094;}
.menu-switch{width:30px;height:30px;position:relative;left:200px;top:16px;color:#fff;background-color:#1AA094;text-align:center;line-height:30px;cursor:pointer}
.weather{margin: 15px 0 0 20px;}
.textMarquee{float:left;width:450px;margin-top: 20px;}
.layui-nav-tree .layui-nav-child a{padding-left:36px}
.content-body{position:absolute;top:60px;right:0;bottom:42px;left:200px;z-index:1;overflow:hidden;}
.content-body .layui-tab{margin:0;}
.content-body .layui-tab-content{position:absolute;top:40px;bottom:0;width:100%;padding:0;z-index:-999;overflow:hidden}
.content-body .layui-tab-content .layui-tab-item{height:100%}
.content-body .layui-tab-content .layui-tab-item iframe{height:100%}
@media screen and (max-width:992px){
.textMarquee{display:none}
}
@media screen and (max-width:768px){
.layui-layout-admin .layui-bg-black{left:-200px}
.layui-layout-admin .content-body{left:0}
.layui-layout-admin .layui-footer{left:0}
.layui-layout-left{display:none}
}
@media screen and (max-width:480px){
.layui-layout-admin .layui-logo{left:-32px}
.menu-switch{left:140px}
}
@media screen and (max-width:330px){
.layui-layout-admin .layui-logo{left:-51px;font-size:14px}
.menu-switch{left:100px}
}
.yy{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5;z-index:10;background-color:#000;display:none}
/*sub-page页面*/
.ok-body{padding:10px}
.layui-row-margin{margin:10px 5px 5px 5px}
.md2-sub1{width:40%;text-align:center;line-height:80px;float:left;border-top-left-radius:5px;border-bottom-left-radius:5px}
.md2-sub1 i{font-size:40px;display:block;cursor:pointer;transition:All .4s ease-in-out;-webkit-transition:All .4s ease-in-out;-moz-transition:All .4s ease-in-out;-o-transition:All .4s ease-in-out}
.md2-sub1 i:hover{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}
.md2-sub2{width:60%;display:inline-block;background-color:#f2f2f2;line-height:46px;text-align:center;border-top-right-radius:5px;border-bottom-right-radius:5px}
.md2-sub2 span{font-size:25px;display:block;height:34px}
.md2-sub2 cite{font-style:normal}
.ok-body-breadcrumb{position:relative;line-height:39px;height:32px;border-bottom:1px solid #e5e5e5}
.ok-body-breadcrumb .layui-btn{line-height:2.4em;margin-top:3px;float:right}
.ok-body-breadcrumb .layui-btn .layui-icon{line-height:32px}
.ok-search{margin-top:15px}
.ok-search .layui-input{width:190px;padding-left:10px;margin-left:10px;float:left}
.ok-search .layui-input:first-child{margin-left:0}
.ok-search .layui-btn{margin-left:10px}
@media screen and (max-width:768px){
.ok-search .layui-input{width:100%;margin-left:0;margin-top:10px}
.ok-search .layui-btn{margin-left:0;margin-top:10px}
}
okToolbar{display:block;margin-top:10px;margin-bottom:10px;padding:5px;line-height:22px;border-radius:0 2px 2px 0;background-color:#f2f2f2}
okToolbar span{float:right;line-height:30px}
.ok-form{margin-top:10px}
/*滚动条代码*/
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:#000}
::-webkit-scrollbar-track-piece{background-color:#F5F5F5}
::-webkit-scrollbar-thumb{margin-right:10px;background-color:#A6A6A6}
::-webkit-scrollbar-thumb:hover{background-color:#aaa}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
/* 公共样式 */
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
/*三级菜单、四级菜单、五级菜单、六级菜单、七级菜单、八级菜单、九级菜单、十级菜单*/
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child a{padding-left: 54px;}
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 74px;}
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 94px;}
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 114px;}
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 134px;}
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 154px;}
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 174px;}
.layui-nav-tree .layui-nav-item .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child .layui-nav-child a{padding-left: 194px;}
================================================
FILE: data/menu.json
================================================
{
"code": 0,
"msg": "操作成功",
"data": [
{
"title": "会员管理",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": true,
"children": [
{
"title": "用户列表",
"path": "pages/member/user.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "角色列表",
"path": "pages/member/role.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "权限列表",
"path": "pages/member/permission.html",
"font": "iconfont",
"icon": "",
"spread": false
}
]
},
{
"title": "常用页面",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "文章列表",
"path": "pages/often/article.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "留言列表",
"path": "pages/often/message.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "产品列表",
"path": "pages/often/product.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "下载列表",
"path": "pages/often/download.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "链接列表",
"path": "pages/often/link.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "任务列表",
"path": "pages/often/issue.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "图片列表",
"path": "pages/often/link.html",
"font": "layui-icon",
"icon": "",
"spread": false
}
]
},
{
"title": "其他页面",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "登陆",
"path": "pages/other/login.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "注册",
"path": "pages/other/reg.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "忘记密码",
"path": "pages/other/forget.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "403页面",
"path": "pages/other/403.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "404页面",
"path": "pages/other/404.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "500页面",
"path": "pages/other/500.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "捐赠列表",
"path": "pages/other/donate.html",
"font": "iconfont",
"icon": "",
"spread": false
}
]
},
{
"title": "图表页面",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "柱状图",
"path": "pages/map/map1.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "折线图",
"path": "pages/map/map2.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "折线堆叠图",
"path": "pages/map/map3.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "饼图",
"path": "pages/map/map4.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "环形图",
"path": "pages/map/map5.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "散布图",
"path": "pages/map/map6.html",
"font": "iconfont",
"icon": "",
"spread": false
}
]
},
{
"title": "系统管理",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "网站配置",
"path": "pages/system/system-setting.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "系统日志",
"path": "pages/system/system-log.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "屏蔽词",
"path": "pages/system/system-shield.html",
"font": "iconfont",
"icon": "",
"spread": false
}
]
},
{
"title": "框架使用",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "okMenu使用",
"path": "pages/use/use-okMenu.html",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "okTab使用",
"path": "pages/use/use-okTab.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "okLayer使用",
"path": "pages/use/use-okLayer.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "okUtils使用",
"path": "pages/use/use-okUtils.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "Layui图标",
"path": "https://www.layui.com/doc/element/icon.html",
"font": "iconfont",
"icon": "",
"spread": false
},
{
"title": "Iconfont图标",
"path": "font/demo_index.html",
"font": "iconfont",
"icon": "",
"spread": false
}
]
},
{
"title": "多级菜单",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "购物网站",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "苏宁",
"path": "https://www.suning.com",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "京东",
"path": "https://www.jd.com",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "阿里",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "淘宝",
"path": "https://www.taobao.com",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "天猫",
"path": "https://www.tmall.com",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "聚划算",
"path": "https://ju.taobao.com",
"font": "layui-icon",
"icon": "",
"spread": false
}
]
}
]
},
{
"title": "新浪微博",
"path": "https://www.sina.com.cn",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "搜索引擎",
"path": "",
"font": "layui-icon",
"icon": "",
"spread": false,
"children": [
{
"title": "百度",
"path": "https://www.baidu.com",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "谷歌",
"path": "https://www.google.com",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "360搜索360搜索360搜索360搜索360搜索360搜索",
"path": "https://www.so.com",
"font": "layui-icon",
"icon": "",
"spread": false
}
]
},
{
"title": "搜狐",
"path": "http://www.sohu.com",
"font": "layui-icon",
"icon": "",
"spread": false
},
{
"title": "网易",
"path": "https://www.163.com",
"font": "layui-icon",
"icon": "",
"spread": false
}
]
}
]
}
================================================
FILE: data/permission/tree.json
================================================
[
{
"title": "根目录",
"spread": true,
"children": [
{
"title": "会员管理",
"spread": true,
"children": [
{
"title": "用户管理",
"spread": true,
"children": [
{
"title": "添加用户"
},
{
"title": "编辑用户"
},
{
"title": "删除用户"
}
]
},
{
"title": "角色管理",
"spread": true,
"children": [
{
"title": "添加角色"
},
{
"title": "编辑角色"
},
{
"title": "删除角色"
}
]
},
{
"title": "权限管理",
"spread": true,
"children": [
{
"title": "添加权限"
},
{
"title": "编辑权限"
},
{
"title": "删除权限"
}
]
}
]
}
]
}
]
================================================
FILE: data/permission-table.json
================================================
{
"code": 0,
"msg": "",
"count": 19,
"data": [
{
"authorityId": 1,
"authorityName": "系统管理",
"orderNumber": 1,
"menuUrl": null,
"menuIcon": "layui-icon-set",
"createTime": "2018/06/29 11:05:41",
"authority": null,
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 0,
"parentId": -1
},
{
"authorityId": 2,
"authorityName": "用户管理",
"orderNumber": 2,
"menuUrl": "system/user",
"menuIcon": null,
"createTime": "2018/06/29 11:05:41",
"authority": null,
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 0,
"parentId": 1
},
{
"authorityId": 3,
"authorityName": "查询用户",
"orderNumber": 3,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/07/21 13:54:16",
"authority": "user:view",
"checked": 0,
"updateTime": "2018/07/21 13:54:16",
"isMenu": 1,
"parentId": 2
},
{
"authorityId": 4,
"authorityName": "添加用户",
"orderNumber": 4,
"menuUrl": null,
"menuIcon": null,
"createTime": "2018/06/29 11:05:41",
"authority": "user:add",
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 1,
"parentId": 2
},
{
"authorityId": 5,
"authorityName": "修改用户",
"orderNumber": 5,
"menuUrl": null,
"menuIcon": null,
"createTime": "2018/06/29 11:05:41",
"authority": "user:edit",
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 1,
"parentId": 2
},
{
"authorityId": 6,
"authorityName": "删除用户",
"orderNumber": 6,
"menuUrl": null,
"menuIcon": null,
"createTime": "2018/06/29 11:05:41",
"authority": "user:delete",
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 1,
"parentId": 2
},
{
"authorityId": 7,
"authorityName": "角色管理",
"orderNumber": 7,
"menuUrl": "system/role",
"menuIcon": null,
"createTime": "2018/06/29 11:05:41",
"authority": null,
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 0,
"parentId": 1
},
{
"authorityId": 8,
"authorityName": "查询角色",
"orderNumber": 8,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/07/21 13:54:59",
"authority": "role:view",
"checked": 0,
"updateTime": "2018/07/21 13:54:58",
"isMenu": 1,
"parentId": 7
},
{
"authorityId": 9,
"authorityName": "添加角色",
"orderNumber": 9,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/06/29 11:05:41",
"authority": "role:add",
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 1,
"parentId": 7
},
{
"authorityId": 10,
"authorityName": "修改角色",
"orderNumber": 10,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/06/29 11:05:41",
"authority": "role:edit",
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 1,
"parentId": 7
},
{
"authorityId": 11,
"authorityName": "删除角色",
"orderNumber": 11,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/06/29 11:05:41",
"authority": "role:delete",
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 1,
"parentId": 7
},
{
"authorityId": 12,
"authorityName": "角色权限管理",
"orderNumber": 12,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/06/29 11:05:41",
"authority": "role:auth",
"checked": 0,
"updateTime": "2018/07/13 15:27:18",
"isMenu": 1,
"parentId": 7
},
{
"authorityId": 13,
"authorityName": "权限管理",
"orderNumber": 13,
"menuUrl": "system/authorities",
"menuIcon": null,
"createTime": "2018/06/29 11:05:41",
"authority": null,
"checked": 0,
"updateTime": "2018/07/13 15:45:13",
"isMenu": 0,
"parentId": 1
},
{
"authorityId": 14,
"authorityName": "查询权限",
"orderNumber": 14,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/07/21 13:55:57",
"authority": "authorities:view",
"checked": 0,
"updateTime": "2018/07/21 13:55:56",
"isMenu": 1,
"parentId": 13
},
{
"authorityId": 15,
"authorityName": "添加权限",
"orderNumber": 15,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/06/29 11:05:41",
"authority": "authorities:add",
"checked": 0,
"updateTime": "2018/06/29 11:05:41",
"isMenu": 1,
"parentId": 13
},
{
"authorityId": 16,
"authorityName": "修改权限",
"orderNumber": 16,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/07/13 09:13:42",
"authority": "authorities:edit",
"checked": 0,
"updateTime": "2018/07/13 09:13:42",
"isMenu": 1,
"parentId": 13
},
{
"authorityId": 17,
"authorityName": "删除权限",
"orderNumber": 17,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/06/29 11:05:41",
"authority": "authorities:delete",
"checked": 0,
"updateTime": "2018/06/29 11:05:41",
"isMenu": 1,
"parentId": 13
},
{
"authorityId": 18,
"authorityName": "登录日志",
"orderNumber": 18,
"menuUrl": "system/loginRecord",
"menuIcon": null,
"createTime": "2018/06/29 11:05:41",
"authority": null,
"checked": 0,
"updateTime": "2018/06/29 11:05:41",
"isMenu": 0,
"parentId": 1
},
{
"authorityId": 19,
"authorityName": "查询登录日志",
"orderNumber": 19,
"menuUrl": "",
"menuIcon": "",
"createTime": "2018/07/21 13:56:43",
"authority": "loginRecord:view",
"checked": 0,
"updateTime": "2018/07/21 13:56:43",
"isMenu": 1,
"parentId": 18
}
]
}
================================================
FILE: data/permission-tree.json
================================================
{
"status": 1000,
"msg": "查询成功",
"data": [
{
"id": "1",
"name": "根目录",
"isParent": true
},
{
"id": "2",
"name": "会员管理",
"isParent": true,
"parentId": "1"
},
{
"id": "3",
"name": "用户管理",
"isParent": true,
"parentId": "2"
},
{
"id": "4",
"name": "增加",
"isParent": false,
"parentId": "3"
},
{
"id": "5",
"name": "修改",
"isParent": false,
"parentId": "3"
},
{
"id": "6",
"name": "删除",
"isParent": false,
"parentId": "3"
},
{
"id": "7",
"name": "角色管理",
"isParent": true,
"parentId": "2"
},
{
"id": "8",
"name": "增加",
"isParent": false,
"parentId": "7"
},
{
"id": "9",
"name": "修改",
"isParent": false,
"parentId": "7"
},
{
"id": "10",
"name": "删除",
"isParent": false,
"parentId": "7"
},
{
"id": "11",
"name": "权限管理",
"isParent": true,
"parentId": "2"
},
{
"id": "12",
"name": "增加",
"isParent": false,
"parentId": "11"
},
{
"id": "13",
"name": "修改",
"isParent": false,
"parentId": "11"
},
{
"id": "14",
"name": "删除",
"isParent": false,
"parentId": "11"
}
]
}
================================================
FILE: font/demo.css
================================================
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo";
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
#tabs {
border-bottom: 1px solid #eee;
}
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main .logo a {
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li {
width: 100px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.icon_lists .icon {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h1 {
font-size: 28px;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
}
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul>li {
list-style: circle;
}
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol>li {
list-style: decimal;
}
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
}
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown>table th {
background: #F7F7F7;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
================================================
FILE: font/demo_index.html
================================================
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>IconFont Demo</title>
<link rel="shortcut icon" href="https://gtms04.alicdn.com/tps/i4/TB1_oz6GVXXXXaFXpXXJDFnIXXX-64-64.ico" type="image/x-icon"/>
<link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css">
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="iconfont.css">
<script src="iconfont.js"></script>
<!-- jQuery -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script>
<!-- 代码高亮 -->
<script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script>
</head>
<body>
<div class="main">
<h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank"></a></h1>
<div class="nav-tabs">
<ul id="tabs" class="dib-box">
<li class="dib active"><span>Unicode</span></li>
<li class="dib"><span>Font class</span></li>
<li class="dib"><span>Symbol</span></li>
</ul>
<a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=693759" target="_blank" class="nav-more">查看项目</a>
</div>
<div class="tab-container">
<div class="content unicode" style="display: block;">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">404错误</div>
<div class="code-name">&#xe62f;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">捐赠</div>
<div class="code-name">&#xe65a;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">其他</div>
<div class="code-name">&#xe6c8;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">会员</div>
<div class="code-name">&#xe61d;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">github</div>
<div class="code-name">&#xeaf6;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">微博</div>
<div class="code-name">&#xe618;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">留言</div>
<div class="code-name">&#xe744;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">菜单</div>
<div class="code-name">&#xe790;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">产品</div>
<div class="code-name">&#xe63d;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">支付宝</div>
<div class="code-name">&#xe7ce;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">上升</div>
<div class="code-name">&#xe750;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">图表 折线图</div>
<div class="code-name">&#xe79a;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">qq</div>
<div class="code-name">&#xe623;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">新闻</div>
<div class="code-name">&#xe63b;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">使用帮助1</div>
<div class="code-name">&#xe824;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">添加</div>
<div class="code-name">&#xe620;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">home</div>
<div class="code-name">&#xe600;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">other</div>
<div class="code-name">&#xe627;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">商品</div>
<div class="code-name">&#xe605;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">友情链接</div>
<div class="code-name">&#xe636;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">403</div>
<div class="code-name">&#xe6cc;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">微信</div>
<div class="code-name">&#xe66a;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">微信</div>
<div class="code-name">&#xe626;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">下载</div>
<div class="code-name">&#xe647;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">图表-柱状图</div>
<div class="code-name">&#xe67a;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">字体</div>
<div class="code-name">&#xe800;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">文章</div>
<div class="code-name">&#xe7c3;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">下降</div>
<div class="code-name">&#xe6da;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">页面</div>
<div class="code-name">&#xe628;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">500</div>
<div class="code-name">&#xe71c;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">403</div>
<div class="code-name">&#xe653;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">404</div>
<div class="code-name">&#xe654;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">500</div>
<div class="code-name">&#xe655;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">tab</div>
<div class="code-name">&#xe665;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">评论</div>
<div class="code-name">&#xe619;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">登录</div>
<div class="code-name">&#xe67c;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">流程</div>
<div class="code-name">&#xe60e;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">角色</div>
<div class="code-name">&#xe76e;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">符号-login</div>
<div class="code-name">&#xe766;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">设置</div>
<div class="code-name">&#xe61a;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">屏蔽</div>
<div class="code-name">&#xe641;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">日志</div>
<div class="code-name">&#xe614;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">电力用户总数。</div>
<div class="code-name">&#xe639;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">人工智能</div>
<div class="code-name">&#xe651;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">角色授权</div>
<div class="code-name">&#xe640;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">gitee</div>
<div class="code-name">&#xe630;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">layer</div>
<div class="code-name">&#xe768;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">监控控制管理监管</div>
<div class="code-name">&#xe668;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">图片</div>
<div class="code-name">&#xe796;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">角色管理</div>
<div class="code-name">&#xe645;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">配置</div>
<div class="code-name">&#xe61c;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">饼图</div>
<div class="code-name">&#xe61b;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">工具</div>
<div class="code-name">&#xe6fa;</div>
</li>
<li class="dib">
<span class="icon iconfont"></span>
<div class="name">环形图</div>
<div class="code-name">&#xe61f;</div>
</li>
</ul>
<div class="article markdown">
<h2 id="unicode-">Unicode 引用</h2>
<hr>
<p>Unicode 是字体在网页端最原始的应用方式,特点是:</p>
<ul>
<li>兼容性最好,支持 IE6+,及所有现代浏览器。</li>
<li>支持按字体的方式去动态调整图标大小,颜色等等。</li>
<li>但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。</li>
</ul>
<blockquote>
<p>注意:新版 iconfont 支持多色图标,这些多色图标在 Unicode 模式下将不能使用,如果有需求建议使用symbol 的引用方式</p>
</blockquote>
<p>Unicode 使用步骤如下:</p>
<h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3>
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.eot');
src: url('iconfont.eot?#iefix') format('embedded-opentype'),
url('iconfont.woff2') format('woff2'),
url('iconfont.woff') format('woff'),
url('iconfont.ttf') format('truetype'),
url('iconfont.svg#iconfont') format('svg');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>
<pre><code class="language-css"
>.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3>
<pre>
<code class="language-html"
><span class="iconfont">&#x33;</span>
</code></pre>
<blockquote>
<p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content font-class">
<ul class="icon_lists dib-box">
<li class="dib">
<span class="icon iconfont icon-404cuowu"></span>
<div class="name">
404错误
</div>
<div class="code-name">.icon-404cuowu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-juanzeng"></span>
<div class="name">
捐赠
</div>
<div class="code-name">.icon-juanzeng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-map-setting"></span>
<div class="name">
其他
</div>
<div class="code-name">.icon-map-setting
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huiyuan"></span>
<div class="name">
会员
</div>
<div class="code-name">.icon-huiyuan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-github"></span>
<div class="name">
github
</div>
<div class="code-name">.icon-github
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-logo-weibo"></span>
<div class="name">
微博
</div>
<div class="code-name">.icon-logo-weibo
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-liuyan"></span>
<div class="name">
留言
</div>
<div class="code-name">.icon-liuyan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-caidan"></span>
<div class="name">
菜单
</div>
<div class="code-name">.icon-caidan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-weibiaoti35"></span>
<div class="name">
产品
</div>
<div class="code-name">.icon-weibiaoti35
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhifubao"></span>
<div class="name">
支付宝
</div>
<div class="code-name">.icon-zhifubao
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shangsheng"></span>
<div class="name">
上升
</div>
<div class="code-name">.icon-shangsheng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tubiaozhexiantu"></span>
<div class="name">
图表 折线图
</div>
<div class="code-name">.icon-tubiaozhexiantu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-qq"></span>
<div class="name">
qq
</div>
<div class="code-name">.icon-qq
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-ai-new"></span>
<div class="name">
新闻
</div>
<div class="code-name">.icon-ai-new
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-shiyongbangzhu1"></span>
<div class="name">
使用帮助1
</div>
<div class="code-name">.icon-shiyongbangzhu1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tianjia"></span>
<div class="name">
添加
</div>
<div class="code-name">.icon-tianjia
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-home"></span>
<div class="name">
home
</div>
<div class="code-name">.icon-home
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-other"></span>
<div class="name">
other
</div>
<div class="code-name">.icon-other
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-goods"></span>
<div class="name">
商品
</div>
<div class="code-name">.icon-goods
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-youqinglianjie"></span>
<div class="name">
友情链接
</div>
<div class="code-name">.icon-youqinglianjie
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon-test"></span>
<div class="name">
403
</div>
<div class="code-name">.icon-icon-test
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-wechat"></span>
<div class="name">
微信
</div>
<div class="code-name">.icon-wechat
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-weixin"></span>
<div class="name">
微信
</div>
<div class="code-name">.icon-weixin
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-xiazai"></span>
<div class="name">
下载
</div>
<div class="code-name">.icon-xiazai
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-zhuzhuangtu"></span>
<div class="name">
图表-柱状图
</div>
<div class="code-name">.icon-zhuzhuangtu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-font"></span>
<div class="name">
字体
</div>
<div class="code-name">.icon-font
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-wenzhang2"></span>
<div class="name">
文章
</div>
<div class="code-name">.icon-wenzhang2
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-web-icon-"></span>
<div class="name">
下降
</div>
<div class="code-name">.icon-web-icon-
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-webpage"></span>
<div class="name">
页面
</div>
<div class="code-name">.icon-webpage
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon-test1"></span>
<div class="name">
500
</div>
<div class="code-name">.icon-icon-test1
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon-test2"></span>
<div class="name">
403
</div>
<div class="code-name">.icon-icon-test2
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon-test3"></span>
<div class="name">
404
</div>
<div class="code-name">.icon-icon-test3
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-icon-test4"></span>
<div class="name">
500
</div>
<div class="code-name">.icon-icon-test4
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tab"></span>
<div class="name">
tab
</div>
<div class="code-name">.icon-tab
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-pinglun"></span>
<div class="name">
评论
</div>
<div class="code-name">.icon-pinglun
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-denglu"></span>
<div class="name">
登录
</div>
<div class="code-name">.icon-denglu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-liucheng"></span>
<div class="name">
流程
</div>
<div class="code-name">.icon-liucheng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jiaose"></span>
<div class="name">
角色
</div>
<div class="code-name">.icon-jiaose
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-login"></span>
<div class="name">
符号-login
</div>
<div class="code-name">.icon-login
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-settings"></span>
<div class="name">
设置
</div>
<div class="code-name">.icon-settings
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-blacklist"></span>
<div class="name">
屏蔽
</div>
<div class="code-name">.icon-blacklist
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-rizhi"></span>
<div class="name">
日志
</div>
<div class="code-name">.icon-rizhi
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-dianliyonghuzongshu"></span>
<div class="name">
电力用户总数。
</div>
<div class="code-name">.icon-dianliyonghuzongshu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-rengongzhineng"></span>
<div class="name">
人工智能
</div>
<div class="code-name">.icon-rengongzhineng
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jiaoseshouquan"></span>
<div class="name">
角色授权
</div>
<div class="code-name">.icon-jiaoseshouquan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-WechatIMG"></span>
<div class="name">
gitee
</div>
<div class="code-name">.icon-WechatIMG
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-layer"></span>
<div class="name">
layer
</div>
<div class="code-name">.icon-layer
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jiankongkongzhiguanlijianguan"></span>
<div class="name">
监控控制管理监管
</div>
<div class="code-name">.icon-jiankongkongzhiguanlijianguan
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-tupian"></span>
<div class="name">
图片
</div>
<div class="code-name">.icon-tupian
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-jiaoseguanli"></span>
<div class="name">
角色管理
</div>
<div class="code-name">.icon-jiaoseguanli
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-peizhi-"></span>
<div class="name">
配置
</div>
<div class="code-name">.icon-peizhi-
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-bingtu"></span>
<div class="name">
饼图
</div>
<div class="code-name">.icon-bingtu
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-gongju"></span>
<div class="name">
工具
</div>
<div class="code-name">.icon-gongju
</div>
</li>
<li class="dib">
<span class="icon iconfont icon-huanxingtu"></span>
<div class="name">
环形图
</div>
<div class="code-name">.icon-huanxingtu
</div>
</li>
</ul>
<div class="article markdown">
<h2 id="font-class-">font-class 引用</h2>
<hr>
<p>font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。</p>
<p>与 Unicode 使用方式相比,具有如下特点:</p>
<ul>
<li>兼容性良好,支持 IE8+,及所有现代浏览器。</li>
<li>相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。</li>
<li>因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。</li>
<li>不过因为本质上还是使用的字体,所以多色图标还是不支持的。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3>
<pre><code class="language-html"><link rel="stylesheet" href="./iconfont.css">
</code></pre>
<h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html"><span class="iconfont icon-xxx"></span>
</code></pre>
<blockquote>
<p>"
iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p>
</blockquote>
</div>
</div>
<div class="content symbol">
<ul class="icon_lists dib-box">
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-404cuowu"></use>
</svg>
<div class="name">404错误</div>
<div class="code-name">#icon-404cuowu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-juanzeng"></use>
</svg>
<div class="name">捐赠</div>
<div class="code-name">#icon-juanzeng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-map-setting"></use>
</svg>
<div class="name">其他</div>
<div class="code-name">#icon-map-setting</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-huiyuan"></use>
</svg>
<div class="name">会员</div>
<div class="code-name">#icon-huiyuan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-github"></use>
</svg>
<div class="name">github</div>
<div class="code-name">#icon-github</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-logo-weibo"></use>
</svg>
<div class="name">微博</div>
<div class="code-name">#icon-logo-weibo</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-liuyan"></use>
</svg>
<div class="name">留言</div>
<div class="code-name">#icon-liuyan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-caidan"></use>
</svg>
<div class="name">菜单</div>
<div class="code-name">#icon-caidan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-weibiaoti35"></use>
</svg>
<div class="name">产品</div>
<div class="code-name">#icon-weibiaoti35</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zhifubao"></use>
</svg>
<div class="name">支付宝</div>
<div class="code-name">#icon-zhifubao</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shangsheng"></use>
</svg>
<div class="name">上升</div>
<div class="code-name">#icon-shangsheng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tubiaozhexiantu"></use>
</svg>
<div class="name">图表 折线图</div>
<div class="code-name">#icon-tubiaozhexiantu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-qq"></use>
</svg>
<div class="name">qq</div>
<div class="code-name">#icon-qq</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-ai-new"></use>
</svg>
<div class="name">新闻</div>
<div class="code-name">#icon-ai-new</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-shiyongbangzhu1"></use>
</svg>
<div class="name">使用帮助1</div>
<div class="code-name">#icon-shiyongbangzhu1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tianjia"></use>
</svg>
<div class="name">添加</div>
<div class="code-name">#icon-tianjia</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-home"></use>
</svg>
<div class="name">home</div>
<div class="code-name">#icon-home</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-other"></use>
</svg>
<div class="name">other</div>
<div class="code-name">#icon-other</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-goods"></use>
</svg>
<div class="name">商品</div>
<div class="code-name">#icon-goods</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-youqinglianjie"></use>
</svg>
<div class="name">友情链接</div>
<div class="code-name">#icon-youqinglianjie</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon-test"></use>
</svg>
<div class="name">403</div>
<div class="code-name">#icon-icon-test</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-wechat"></use>
</svg>
<div class="name">微信</div>
<div class="code-name">#icon-wechat</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-weixin"></use>
</svg>
<div class="name">微信</div>
<div class="code-name">#icon-weixin</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-xiazai"></use>
</svg>
<div class="name">下载</div>
<div class="code-name">#icon-xiazai</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-zhuzhuangtu"></use>
</svg>
<div class="name">图表-柱状图</div>
<div class="code-name">#icon-zhuzhuangtu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-font"></use>
</svg>
<div class="name">字体</div>
<div class="code-name">#icon-font</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-wenzhang2"></use>
</svg>
<div class="name">文章</div>
<div class="code-name">#icon-wenzhang2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-web-icon-"></use>
</svg>
<div class="name">下降</div>
<div class="code-name">#icon-web-icon-</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-webpage"></use>
</svg>
<div class="name">页面</div>
<div class="code-name">#icon-webpage</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon-test1"></use>
</svg>
<div class="name">500</div>
<div class="code-name">#icon-icon-test1</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon-test2"></use>
</svg>
<div class="name">403</div>
<div class="code-name">#icon-icon-test2</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon-test3"></use>
</svg>
<div class="name">404</div>
<div class="code-name">#icon-icon-test3</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-icon-test4"></use>
</svg>
<div class="name">500</div>
<div class="code-name">#icon-icon-test4</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tab"></use>
</svg>
<div class="name">tab</div>
<div class="code-name">#icon-tab</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-pinglun"></use>
</svg>
<div class="name">评论</div>
<div class="code-name">#icon-pinglun</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-denglu"></use>
</svg>
<div class="name">登录</div>
<div class="code-name">#icon-denglu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-liucheng"></use>
</svg>
<div class="name">流程</div>
<div class="code-name">#icon-liucheng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jiaose"></use>
</svg>
<div class="name">角色</div>
<div class="code-name">#icon-jiaose</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-login"></use>
</svg>
<div class="name">符号-login</div>
<div class="code-name">#icon-login</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-settings"></use>
</svg>
<div class="name">设置</div>
<div class="code-name">#icon-settings</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-blacklist"></use>
</svg>
<div class="name">屏蔽</div>
<div class="code-name">#icon-blacklist</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-rizhi"></use>
</svg>
<div class="name">日志</div>
<div class="code-name">#icon-rizhi</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-dianliyonghuzongshu"></use>
</svg>
<div class="name">电力用户总数。</div>
<div class="code-name">#icon-dianliyonghuzongshu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-rengongzhineng"></use>
</svg>
<div class="name">人工智能</div>
<div class="code-name">#icon-rengongzhineng</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jiaoseshouquan"></use>
</svg>
<div class="name">角色授权</div>
<div class="code-name">#icon-jiaoseshouquan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-WechatIMG"></use>
</svg>
<div class="name">gitee</div>
<div class="code-name">#icon-WechatIMG</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-layer"></use>
</svg>
<div class="name">layer</div>
<div class="code-name">#icon-layer</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jiankongkongzhiguanlijianguan"></use>
</svg>
<div class="name">监控控制管理监管</div>
<div class="code-name">#icon-jiankongkongzhiguanlijianguan</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-tupian"></use>
</svg>
<div class="name">图片</div>
<div class="code-name">#icon-tupian</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-jiaoseguanli"></use>
</svg>
<div class="name">角色管理</div>
<div class="code-name">#icon-jiaoseguanli</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-peizhi-"></use>
</svg>
<div class="name">配置</div>
<div class="code-name">#icon-peizhi-</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-bingtu"></use>
</svg>
<div class="name">饼图</div>
<div class="code-name">#icon-bingtu</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-gongju"></use>
</svg>
<div class="name">工具</div>
<div class="code-name">#icon-gongju</div>
</li>
<li class="dib">
<svg class="icon svg-icon" aria-hidden="true">
<use xlink:href="#icon-huanxingtu"></use>
</svg>
<div class="name">环形图</div>
<div class="code-name">#icon-huanxingtu</div>
</li>
</ul>
<div class="article markdown">
<h2 id="symbol-">Symbol 引用</h2>
<hr>
<p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a>
这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:</p>
<ul>
<li>支持多色图标了,不再受单色限制。</li>
<li>通过一些技巧,支持像字体那样,通过 <code>font-size</code>, <code>color</code> 来调整样式。</li>
<li>兼容性较差,支持 IE9+,及现代浏览器。</li>
<li>浏览器渲染 SVG 的性能一般,还不如 png。</li>
</ul>
<p>使用步骤如下:</p>
<h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3>
<pre><code class="language-html"><script src="./iconfont.js"></script>
</code></pre>
<h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3>
<pre><code class="language-html"><style>
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
</style>
</code></pre>
<h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3>
<pre><code class="language-html"><svg class="icon" aria-hidden="true">
<use xlink:href="#icon-xxx"></use>
</svg>
</code></pre>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function () {
$('.tab-container .content:first').show()
$('#tabs li').click(function (e) {
var tabContent = $('.tab-container .content')
var index = $(this).index()
if ($(this).hasClass('active')) {
return
} else {
$('#tabs li').removeClass('active')
$(this).addClass('active')
tabContent.hide().eq(index).fadeIn()
}
})
})
</script>
</body>
</html>
================================================
FILE: font/iconfont.css
================================================
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1557734072589'); /* IE9 */
src: url('iconfont.eot?t=1557734072589#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
url('iconfont.woff?t=1557734072589') format('woff'),
url('iconfont.ttf?t=1557734072589') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url('iconfont.svg?t=1557734072589#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-404cuowu:before {
content: "\e62f";
}
.icon-juanzeng:before {
content: "\e65a";
}
.icon-map-setting:before {
content: "\e6c8";
}
.icon-huiyuan:before {
content: "\e61d";
}
.icon-github:before {
content: "\eaf6";
}
.icon-logo-weibo:before {
content: "\e618";
}
.icon-liuyan:before {
content: "\e744";
}
.icon-caidan:before {
content: "\e790";
}
.icon-weibiaoti35:before {
content: "\e63d";
}
.icon-zhifubao:before {
content: "\e7ce";
}
.icon-shangsheng:before {
content: "\e750";
}
.icon-tubiaozhexiantu:before {
content: "\e79a";
}
.icon-qq:before {
content: "\e623";
}
.icon-ai-new:before {
content: "\e63b";
}
.icon-shiyongbangzhu1:before {
content: "\e824";
}
.icon-tianjia:before {
content: "\e620";
}
.icon-home:before {
content: "\e600";
}
.icon-other:before {
content: "\e627";
}
.icon-goods:before {
content: "\e605";
}
.icon-youqinglianjie:before {
content: "\e636";
}
.icon-icon-test:before {
content: "\e6cc";
}
.icon-wechat:before {
content: "\e66a";
}
.icon-weixin:before {
content: "\e626";
}
.icon-xiazai:before {
content: "\e647";
}
.icon-zhuzhuangtu:before {
content: "\e67a";
}
.icon-font:before {
content: "\e800";
}
.icon-wenzhang2:before {
content: "\e7c3";
}
.icon-web-icon-:before {
content: "\e6da";
}
.icon-webpage:before {
content: "\e628";
}
.icon-icon-test1:before {
content: "\e71c";
}
.icon-icon-test2:before {
content: "\e653";
}
.icon-icon-test3:before {
content: "\e654";
}
.icon-icon-test4:before {
content: "\e655";
}
.icon-tab:before {
content: "\e665";
}
.icon-pinglun:before {
content: "\e619";
}
.icon-denglu:before {
content: "\e67c";
}
.icon-liucheng:before {
content: "\e60e";
}
.icon-jiaose:before {
content: "\e76e";
}
.icon-login:before {
content: "\e766";
}
.icon-settings:before {
content: "\e61a";
}
.icon-blacklist:before {
content: "\e641";
}
.icon-rizhi:before {
content: "\e614";
}
.icon-dianliyonghuzongshu:before {
content: "\e639";
}
.icon-rengongzhineng:before {
content: "\e651";
}
.icon-jiaoseshouquan:before {
content: "\e640";
}
.icon-WechatIMG:before {
content: "\e630";
}
.icon-layer:before {
content: "\e768";
}
.icon-jiankongkongzhiguanlijianguan:before {
content: "\e668";
}
.icon-tupian:before {
content: "\e796";
}
.icon-jiaoseguanli:before {
content: "\e645";
}
.icon-peizhi-:before {
content: "\e61c";
}
.icon-bingtu:before {
content: "\e61b";
}
.icon-gongju:before {
content: "\e6fa";
}
.icon-huanxingtu:before {
content: "\e61f";
}
================================================
FILE: font/iconfont.js
================================================
!function(z){var c,a='<svg><symbol id="icon-404cuowu" viewBox="0 0 1024 1024"><path d="M304.173056 554.99264l0 163.87584c0 4.89984 0.6656 8.259584 2.013184 10.053632 1.348608 1.82272 3.830784 2.731008 7.474176 2.731008l9.956352 0c7.430144-0.135168 11.281408 4.353024 11.614208 13.507584l0 48.1536c0 8.374272-4.262912 13.104128-12.8 14.236672-5.551104 0.611328-9.005056 1.652736-10.422272 3.070976-1.432576 1.403904-2.149376 4.836352-2.149376 10.189824l0 27.96544c0.630784 9.976832-3.936256 15.19616-13.76256 15.685632l-81.077248 0c-5.687296 0-9.416704-0.992256-11.153408-2.977792-1.744896-1.9712-2.610176-6.217728-2.610176-12.70784l0-24.404992c0-6.636544-1.26976-11.245568-3.800064-13.88544-2.516992-2.581504-6.941696-3.88608-13.266944-3.88608l-92.47232 0c-11.08992 0-18.861056-2.347008-23.363584-6.998016-4.509696-4.667392-6.750208-12.693504-6.750208-24.080384 0-15.17568 1.801216-27.030528 5.445632-35.54816 4.43904-10.600448 17.160192-28.476416 38.1696-53.605376l60.229632-72.312832c30.199808-36.219904 52.48-59.293696 66.873344-69.241856 6.488064-4.43904 14.345216-8.055808 23.584768-10.912768 9.261056-2.850816 17.903616-4.260864 25.987072-4.260864 7.899136 0 13.5936 1.978368 17.067008 5.919744C302.44352 539.511808 304.173056 545.999872 304.173056 554.99264zM204.575744 678.0672l0-11.628544c0-14.211072-3.949568-21.337088-11.870208-21.337088-5.978112 0-11.60704 3.241984-16.813056 9.736192l-36.524032 44.808192c-10.59328 13.123584-15.883264 22.526976-15.883264 28.233728 0 4.100096 2.212864 6.752256 6.65088 7.928832 4.41856 1.189888 15.415296 2.02752 32.945152 2.489344l18.73408 0.247808c8.061952 0 13.507584-0.914432 16.351232-2.737152 2.857984-1.836032 4.5312-5.410816 4.999168-10.77248C204.106752 716.32896 204.575744 700.664832 204.575744 678.0672z" ></path><path d="M929.953792 554.99264l0 163.87584c0 4.89984 0.667648 8.259584 2.02752 10.053632 1.334272 1.82272 3.828736 2.731008 7.468032 2.731008l9.961472 0c7.417856-0.135168 11.296768 4.353024 11.623424 13.507584l0 48.1536c0 8.374272-4.283392 13.104128-12.82048 14.236672-5.530624 0.611328-9.00608 1.652736-10.445824 3.070976-1.388544 1.403904-2.105344 4.836352-2.105344 10.189824l0 27.96544c0.617472 9.976832-3.96288 15.19616-13.75744 15.685632l-81.104896 0c-5.706752 0-9.416704-0.992256-11.131904-2.977792-1.759232-1.9712-2.63168-6.217728-2.63168-12.70784l0-24.404992c0-6.636544-1.260544-11.245568-3.777536-13.88544-2.538496-2.581504-6.9632-3.88608-13.289472-3.88608l-92.471296 0c-11.075584 0-18.84672-2.347008-23.364608-6.998016-4.516864-4.667392-6.750208-12.693504-6.750208-24.080384 0-15.17568 1.801216-27.030528 5.444608-35.54816 4.432896-10.600448 17.160192-28.476416 38.193152-53.605376l60.214272-72.312832c30.199808-36.219904 52.471808-59.293696 66.880512-69.241856 6.480896-4.43904 14.352384-8.055808 23.591936-10.912768 9.253888-2.850816 17.883136-4.260864 25.965568-4.260864 7.899136 0 13.5936 1.978368 17.060864 5.919744C928.20992 539.511808 929.953792 545.999872 929.953792 554.99264zM830.377984 678.0672l0-11.628544c0-14.211072-3.964928-21.337088-11.879424-21.337088-6.012928 0-11.60704 3.241984-16.818176 9.736192l-36.511744 44.808192c-10.600448 13.123584-15.90272 22.526976-15.90272 28.233728 0 4.100096 2.210816 6.752256 6.649856 7.928832 4.42368 1.189888 15.40096 2.02752 32.958464 2.489344l18.720768 0.247808c8.083456 0 13.50656-0.914432 16.37888-2.737152 2.829312-1.836032 4.503552-5.410816 4.977664-10.77248C829.89568 716.32896 830.377984 700.664832 830.377984 678.0672z" ></path><path d="M657.708032 624.04096c-16.031744-33.595392-40.23296-58.831872-72.659968-75.799552-23.953408-12.650496-48.820224-18.946048-74.65984-18.946048-42.231808 0-77.338624 13.288448-105.460736 39.913472-31.838208 29.952-47.76448 71.192576-47.76448 123.799552 0 53.932032 17.422336 96.966656 52.3008 129.238016 29.413376 27.271168 65.030144 40.928256 106.88 40.928256 37.909504 0 71.605248-12.2112 101.215232-36.696064 38.638592-32.254976 57.967616-73.623552 57.967616-124.181504C675.52768 674.649088 669.55776 648.569856 657.708032 624.04096zM601.243648 794.258432c-24.846336 18.343936-53.108736 27.57632-84.898816 27.57632-35.098624 0-64.9728-10.303488-89.65632-30.860288-29.241344-24.150016-43.848704-56.6272-43.848704-97.166336 0-39.602176 13.344768-70.624256 40.04864-93.17376 23.570432-19.994624 53.060608-29.979648 88.443904-29.979648 21.676032 0 42.53696 4.752384 62.626816 14.27456 27.227136 12.721152 47.521792 31.766528 60.945408 56.988672 9.976832 18.40128 14.947328 38.084608 14.947328 58.882048C649.851904 738.82112 633.670656 769.893376 601.243648 794.258432z" ></path><path d="M442.785792 650.447872l7.677952 2.865152c0.667648 0.211968 1.12128 0.339968 1.36192 0.339968 0.531456 0 0.815104-0.567296 0.950272-1.666048l0.041984-0.34816-0.339968-8.224768 0-0.638976c0-2.453504 0.354304-3.985408 1.09056-4.616192 0.731136-0.587776 2.526208-0.908288 5.383168-0.908288 2.453504 0 4.097024 0.206848 4.913152 0.546816 0.795648 0.390144 1.298432 1.14176 1.461248 2.37568 0.141312 1.055744 0.211968 2.126848 0.162816 3.239936l-0.290816 8.224768c0 1.333248 0.339968 2.014208 1.007616 2.014208 0.227328 0 0.659456-0.128 1.304576-0.339968l7.663616-2.865152c1.73056-0.623616 3.063808-0.943104 3.943424-0.943104 0.815104 0 1.4592 0.212992 1.948672 0.750592 0.475136 0.518144 0.971776 1.497088 1.524736 2.965504 0.978944 2.594816 1.468416 4.586496 1.56672 6.012928 0.064512 1.445888-1.56672 2.665472-4.948992 3.595264l-7.906304 2.240512c-1.084416 0.325632-1.666048 0.766976-1.666048 1.333248 0 0.248832 0.262144 0.7168 0.7936 1.383424l5.105664 6.424576c1.496064 1.9712 2.276352 3.417088 2.276352 4.402176 0 1.122304-1.333248 2.57536-3.928064 4.497408-2.312192 1.589248-3.907584 2.388992-4.77184 2.388992-1.120256 0-2.50368-1.176576-4.14208-3.644416l-4.538368-6.829056c-0.55296-0.780288-1.055744-1.191936-1.480704-1.191936-0.390144 0-0.864256 0.411648-1.432576 1.191936l-4.516864 6.829056c-1.631232 2.466816-2.991104 3.644416-4.168704 3.644416-0.872448 0-2.454528-0.799744-4.745216-2.388992-2.60096-1.85856-3.941376-3.340288-3.941376-4.497408 0-0.950272 0.800768-2.403328 2.347008-4.402176l5.041152-6.424576c0.518144-0.6656 0.780288-1.133568 0.780288-1.411072 0-0.5376-0.581632-0.978944-1.67424-1.304576l-7.840768-2.240512c-3.284992-0.929792-4.928512-2.100224-4.928512-3.4816 0-1.516544 0.5888-3.75808 1.794048-6.848512 0.780288-1.985536 1.864704-2.958336 3.247104-2.958336C439.82848 649.540608 441.133056 649.84576 442.785792 650.447872z" ></path><path d="M557.458432 650.447872l7.663616 2.865152c0.674816 0.211968 1.129472 0.339968 1.355776 0.339968 0.5376 0 0.843776-0.567296 0.97792-1.666048l0.028672-0.34816-0.355328-8.224768 0-0.638976c0-2.453504 0.382976-3.985408 1.097728-4.616192 0.759808-0.587776 2.545664-0.908288 5.403648-0.908288 2.44736 0 4.076544 0.206848 4.891648 0.546816 0.801792 0.390144 1.298432 1.14176 1.447936 2.37568 0.162816 1.055744 0.227328 2.126848 0.2048 3.239936l-0.319488 8.224768c0 1.333248 0.340992 2.014208 1.006592 2.014208 0.246784 0 0.671744-0.128 1.325056-0.339968l7.658496-2.865152c1.743872-0.623616 3.070976-0.943104 3.928064-0.943104 0.82944 0 1.481728 0.212992 1.957888 0.750592 0.466944 0.518144 0.985088 1.497088 1.545216 2.965504 0.93696 2.594816 1.445888 4.586496 1.524736 6.012928 0.091136 1.445888-1.539072 2.665472-4.9152 3.595264l-7.907328 2.240512c-1.097728 0.325632-1.685504 0.766976-1.685504 1.333248 0 0.248832 0.262144 0.7168 0.792576 1.383424l5.113856 6.424576c1.487872 1.9712 2.262016 3.417088 2.262016 4.402176 0 1.122304-1.304576 2.57536-3.944448 4.497408-2.276352 1.589248-3.863552 2.388992-4.743168 2.388992-1.099776 0-2.50368-1.176576-4.168704-3.644416l-4.517888-6.829056c-0.544768-0.780288-1.042432-1.191936-1.460224-1.191936-0.410624 0-0.88576 0.411648-1.431552 1.191936l-4.516864 6.829056c-1.631232 2.466816-3.012608 3.644416-4.16256 3.644416-0.88576 0-2.473984-0.799744-4.75136-2.388992-2.61632-1.85856-3.934208-3.340288-3.934208-4.497408 0-0.950272 0.780288-2.403328 2.325504-4.402176l5.041152-6.424576c0.502784-0.6656 0.7936-1.133568 0.7936-1.411072 0-0.5376-0.587776-0.978944-1.685504-1.304576l-7.835648-2.240512c-3.291136-0.929792-4.928512-2.100224-4.928512-3.4816 0-1.516544 0.596992-3.75808 1.7664-6.848512 0.815104-1.985536 1.893376-2.958336 3.267584-2.958336C554.487808 649.540608 555.805696 649.84576 557.458432 650.447872z" ></path><path d="M560.854016 773.3248c0 13.7984-11.224064 25.009152-25.088 25.009152l-38.800384 0c-13.884416 0-25.114624-11.210752-25.114624-25.009152l0 0c0-13.94688 11.231232-25.172992 25.114624-25.172992l38.800384 0C549.630976 748.151808 560.854016 759.37792 560.854016 773.3248L560.854016 773.3248z" ></path><path d="M582.893568 540.33408l17.471488-25.71776c24.619008-36.241408 25.988096-56.5504 22.805504-67.2-2.59584-8.672256-8.778752-12.13952-10.317824-12.883968-102.079488-28.150784-103.001088-100.718592-102.99392-103.795712-2.765824-43.756544 19.308544-85.876736 62.173184-117.87776 40.020992-29.887488 94.101504-48.345088 152.290304-51.989504 6.735872-0.418816 13.507584-0.637952 20.11648-0.637952 111.638528 0 190.275584 57.98912 195.685376 144.299008 5.325824 84.913152-72.928256 142.81728-204.25728 151.170048-5.163008 0.715776-11.240448 2.361344-13.679616 3.651584l-0.126976 0.325632-1.40288 1.531904c-46.170112 50.359296-105.547776 69.156864-108.058624 69.92896L582.893568 540.33408zM744.436736 182.012928c-6.15424 0-12.465152 0.205824-18.755584 0.595968-53.224448 3.332096-104.474624 20.718592-140.617728 47.699968-36.77184 27.455488-55.754752 62.895104-53.44256 99.781632 0.049152 3.062784 1.673216 60.201984 87.712768 83.63008l0.908288 0.289792c1.758208 0.652288 17.308672 6.892544 23.528448 26.293248 5.054464 15.783936 2.19136 35.078144-8.50944 57.598976 19.605504-9.906176 45.89056-26.17856 68.412416-50.408448 5.23264-8.538112 18.791424-12.02688 29.723648-13.44512 93.315072-5.884928 190.355456-42.587136 184.9856-128.159744C913.736704 231.79776 843.835392 182.012928 744.436736 182.012928z" ></path><path d="M683.776 313.648128l3.516416 19.223552c2.126848 11.628544 2.779136 20.017152 1.929216 25.137152-1.87904 10.934272-8.71424 19.796992-20.5568 26.682368-7.146496 4.21888-15.5648 7.261184-25.237504 8.997888-16.87552 3.091456-31.120384 1.54624-42.728448-4.615168-5.665792-3.042304-9.914368-6.977536-12.7488-11.8784-2.87232-4.813824-5.190656-12.19584-7.000064-22.016-0.714752-3.815424-1.722368-10.182656-3.054592-18.997248-0.978944-6.224896-1.659904-10.338304-2.0224-12.337152-0.815104-4.375552-1.673216-7.297024-2.629632-8.892416-0.958464-1.531904-2.666496-2.864128-5.169152-3.956736-3.88608-1.610752-6.08256-3.79392-6.588416-6.601728-0.382976-2.035712 0.178176-3.999744 1.673216-5.920768 1.432576-1.887232 3.574784-3.396608 6.361088-4.524032 5.572608-2.169856 12.309504-4.027392 20.180992-5.459968 8.685568-1.595392 16.004096-2.240512 21.974016-2.013184 5.865472 0.27648 9.183232 2.581504 9.998336 7.05536 0.384 2.24768-0.069632 4.148224-1.461248 5.743616-0.297984 0.403456-1.7664 1.496064-4.302848 3.318784-1.539072 1.055744-2.433024 2.581504-2.696192 4.644864-0.246784 2.049024 0.03584 5.289984 0.86016 9.771008 0.864256 4.58752 2.459648 14.543872 4.799488 29.782016 1.384448 9.104384 5.078016 15.543296 11.126784 19.330048 4.905984 3.091456 10.671104 4.05504 17.301504 2.849792 4.197376-0.765952 7.871488-2.260992 10.989568-4.4032 3.147776-2.198528 5.354496-4.814848 6.659072-7.79264 1.055744-2.311168 1.609728-4.779008 1.6384-7.417856 0.083968-2.566144-0.277504-6.06208-1.071104-10.436608l-3.182592-17.337344c-2.709504-13.28128-4.497408-20.996096-5.425152-23.15776-0.929792-2.2272-2.942976-3.723264-6.063104-4.503552-2.963456-0.694272-5.04832-1.49504-6.211584-2.289664-1.169408-0.815104-1.913856-1.9712-2.176-3.418112-0.587776-3.155968 0.871424-5.82144 4.381696-7.95648 3.487744-2.126848 9.402368-3.948544 17.697792-5.481472 8.133632-1.460224 14.159872-1.844224 18.081792-1.098752 3.907584 0.765952 6.148096 2.694144 6.735872 5.80096 0.262144 1.516544 0.162816 2.686976-0.339968 3.530752-0.475136 0.878592-1.956864 2.262016-4.324352 4.31104-2.526208 2.092032-3.79392 4.028416-3.837952 5.963776C680.768512 295.140352 681.747456 301.947904 683.776 313.648128z" ></path><path d="M720.54784 300.10368c2.226176-0.227328 3.494912 1.219584 3.836928 4.368384 0 0.03584 0.034816 0.362496 0.091136 1.000448 0.036864 0.60928 0.07168 1.120256 0.101376 1.538048 0.22528 2.084864 0.975872 3.07712 2.210816 2.942976 0.652288-0.077824 1.595392-1.028096 2.830336-2.842624 1.856512-2.617344 4.283392-4.842496 7.317504-6.587392 3.054592-1.772544 6.247424-2.808832 9.592832-3.183616 6.508544-0.68096 11.252736 1.212416 14.316544 5.67296 1.140736 1.659904 2.049024 2.460672 2.658304 2.368512 0.432128-0.021504 1.340416-0.907264 2.786304-2.630656 4.539392-5.48864 9.99936-8.580096 16.444416-9.253888 5.008384-0.538624 9.269248 0.425984 12.742656 2.837504 3.66592 2.530304 5.792768 6.658048 6.41024 12.423168 0.134144 1.23392 0.325632 3.3536 0.55296 6.310912 0.034816 1.020928 0.297984 4.062208 0.850944 9.203712 0.340992 3.26144 0.566272 5.523456 0.659456 6.863872 0.064512 0.836608 0.099328 1.425408 0.155648 1.801216 0.248832 2.439168 1.255424 4.55168 3.019776 6.260736 1.036288 1.006592 1.701888 1.687552 1.95072 2.06336 0.262144 0.340992 0.418816 0.850944 0.489472 1.460224 0.518144 4.984832-5.062656 8.098816-16.78336 9.331712-5.169152 0.560128-9.403392 0.362496-12.721152-0.531456-3.29728-0.928768-5.056512-2.354176-5.269504-4.381696-0.0768-0.794624-0.041984-1.383424 0.128-1.82272 0.171008-0.446464 0.801792-1.631232 1.893376-3.50208 1.043456-1.709056 1.072128-7.11168 0.135168-16.13824-0.579584-5.233664-1.340416-8.856576-2.275328-10.8288-1.14176-2.354176-2.977792-3.424256-5.538816-3.134464-1.283072 0.135168-2.368512 0.646144-3.282944 1.574912-0.908288 0.879616-1.461248 1.956864-1.65888 3.190784-0.192512 1.439744 0.01536 5.190656 0.617472 11.267072 0.815104 6.537216 1.445888 10.479616 1.887232 11.86304 0.44544 1.360896 1.631232 3.190784 3.579904 5.502976 0.44032 0.545792 0.715776 1.2544 0.815104 2.162688 0.483328 4.644864-5.331968 7.586816-17.429504 8.869888-7.274496 0.745472-12.230656 0.745472-14.869504-0.03584-2.118656-0.6656-3.296256-2.06336-3.545088-4.260864-0.099328-0.971776-0.034816-1.6384 0.156672-2.091008 0.227328-0.398336 0.999424-1.404928 2.331648-2.950144 0.780288-0.914432 1.248256-1.75104 1.41824-2.475008 0.191488-0.758784 0.227328-2.091008 0.128-3.999744-0.18432-4.303872-0.490496-8.614912-0.963584-12.990464-0.7936-7.643136-3.170304-11.2384-7.033856-10.81344-2.935808 0.290816-4.496384 2.091008-4.687872 5.409792-0.14848 3.141632 0.099328 7.580672 0.68096 13.288448 0.483328 4.268032 0.843776 7.076864 1.170432 8.38144 0.326656 1.311744 0.944128 2.61632 1.871872 3.984384 1.120256 1.574912 1.743872 2.921472 1.836032 3.929088 0.262144 2.558976-1.31072 4.488192-4.743168 5.842944-3.765248 1.460224-7.942144 2.403328-12.551168 2.8928-6.013952 0.652288-10.466304 0.652288-13.365248 0-2.900992-0.652288-4.460544-2.021376-4.687872-4.084736-0.070656-0.765952 0.021504-1.425408 0.34816-2.069504 0.29696-0.567296 1.078272-1.503232 2.26816-2.807808 1.573888-1.765376 2.354176-4.099072 2.31936-6.94272-0.064512-4.849664-0.382976-9.856-0.93696-15.039488-0.397312-3.694592-0.864256-6.254592-1.3824-7.694336-0.508928-1.40288-1.43872-2.509824-2.751488-3.268608-1.23392-0.779264-2.084864-1.36704-2.459648-1.800192-0.367616-0.446464-0.594944-1.078272-0.703488-1.893376-0.269312-2.58048 1.56672-4.856832 5.475328-6.813696C708.465664 303.25248 715.633664 300.657664 720.54784 300.10368z" ></path><path d="M840.496128 298.699776c4.38784-0.488448 8.359936 0.652288 11.912192 3.319808 3.603456 2.7648 5.651456 6.565888 6.168576 11.451392 0.489472 4.55168-0.745472 8.580096-3.679232 12.068864-2.886656 3.396608-6.531072 5.311488-10.928128 5.76512-4.373504 0.453632-8.339456-0.60928-11.870208-3.332096-3.608576-2.808832-5.658624-6.530048-6.182912-11.232256-0.495616-4.800512 0.722944-8.89856 3.658752-12.266496C832.49664 301.125632 836.135936 299.175936 840.496128 298.699776z" ></path><path d="M882.956288 294.168576c4.36736-0.452608 8.344576 0.666624 11.882496 3.340288 3.616768 2.751488 5.658624 6.55872 6.176768 11.437056 0.489472 4.552704-0.745472 8.608768-3.66592 12.082176-2.914304 3.4048-6.53824 5.325824-10.933248 5.779456-4.36224 0.453632-8.347648-0.659456-11.870208-3.3536-3.610624-2.793472-5.673984-6.55872-6.18496-11.225088-0.495616-4.813824 0.715776-8.892416 3.674112-12.273664C874.935296 296.6016 878.58176 294.68672 882.956288 294.168576z" ></path></symbol><symbol id="icon-juanzeng" viewBox="0 0 1024 1024"><path d="M876.74368 218.785935c-37.793768-32.534997-104.3363-67.992557-206.570729-52.566216-45.483914 6.895037-86.503143 23.606651-122.242112 49.480948-46.792723-42.701544-109.596094-74.583672-187.54542-74.583672-110.975511 0-201.944362 50.462299-256.076236 142.109602-54.832839 92.791359-70.773903 252.592902 64.767096 397.576971C354.962919 879.614565 552.371988 881.905748 560.693514 881.905748c20.101827 0 36.368302-16.266475 36.462446-36.368302 0.093121-20.146852-16.197914-36.555567-36.323277-36.741809-1.728364-0.022513-175.297468-3.482311-338.349031-177.916109-107.937315-115.463732-97.232508-239.410672-55.230905-310.48952 51.841715-87.742367 133.624347-106.160855 193.132672-106.160855 46.372144 0 85.5924 16.175401 117.357871 39.336914l0.302899-0.490164c0 0 57.543577 36.859489 82.671884 102.5844 6.846942 14.794961 11.497868 28.42233 13.297864 38.963407 6.031367 35.854603 1.029446 68.530816-13.088086 85.241406-6.637164 7.853875-14.818497 11.522428-25.663496 11.522428-13.042037 0-21.947871-11.007705-26.085098-17.552771-12.387122-19.563568-18.46556-55.464219 1.497097-97.583502 4.721535-9.979282 9.745968-19.422352 15.075347-28.327162-12.131295-17.320481-30.549783-38.823214-53.431933-51.468209-9.980305 15.098883-19.423375 30.993898-27.696806 48.477085-27.346835 57.661258-26.294876 122.030287 2.75781 167.982876 20.73116 32.767288 52.775994 51.561329 87.883583 51.561329 32.160467 0 61.096497-13.276375 81.478709-37.421284 28.467355-33.704636 39.173185-86.410022 29.356608-144.633075-5.258771-31.039947-21.971407-72.082712-49.691749-111.465674 25.054629-16.829294 53.315276-27.697829 84.704171-32.419364 59.181891-9.021467 110.391203 3.343141 147.975193 35.667338 35.831067 30.783097 57.193607 77.809133 57.193607 125.771495 0 201.756073-259.346723 298.124911-270.38001 302.120922-18.97926 6.872524-28.79686 27.836999-21.924335 46.838771 6.872524 18.955724 27.860535 28.843932 46.816259 21.900799 118.339222-42.913369 318.600245-169.31522 318.600245-370.861516C959.393052 331.00067 928.492274 263.264962 876.74368 218.785935z" ></path></symbol><symbol id="icon-map-setting" viewBox="0 0 1024 1024"><path d="M511.998465 57.264215c-204.053396 0-369.471866 165.417447-369.471866 369.472889 0 47.588855 8.999978 93.073792 25.385157 134.852314l0.002047 0.004093c5.529947 14.097066 11.900028 27.773554 19.048845 40.962947 40.070624 79.612199 144.579863 256.800737 325.035818 364.178303 180.420139-107.355053 284.923238-284.496519 325.011258-364.130208 28.356838-52.29504 44.461631-112.200408 44.461631-175.86745C881.471354 222.682685 716.053907 57.264215 511.998465 57.264215zM512.000512 744.713132c-173.35421 0-313.88485-140.53064-313.88485-313.883827S338.646302 116.945479 512.000512 116.945479c173.352163 0 313.882803 140.529617 313.882803 313.882803S685.352675 744.713132 512.000512 744.713132z" ></path><path d="M696.84952 478.472396c-4.26207 15.357779-10.463306 29.891797-18.20871 43.429115 1.140986 1.426489 41.86448 52.621475 16.839527 77.640288l-12.477172 12.481266c-18.745946 18.747993-65.718771-10.639315-76.924997-18.10945-14.299681 8.016581-29.720905 14.277168-45.992497 18.430768l3.292999 0.099261c0 0-8.902764 66.972321-44.792159 66.972321l-12.313443 0c-27.361161 0-42.6074-57.370639-45.243437-68.199265-16.089443-4.520967-31.31624-11.096732-45.382607-19.415189l2.469238 2.622734c0 0-53.025681 41.691541-78.404698 16.314571l-11.220552-9.335622c-19.287275-19.289322 11.793604-70.38607 18.014282-80.133062-7.498788-13.240559-13.529131-27.423583-17.72264-42.391483-10.540054-2.554172-68.312852-17.807574-68.312852-45.266973l0-12.31242c0-31.692816 55.091736-42.322921 67.991534-44.38079 4.131087-15.086603 10.126638-29.382191 17.613146-42.730197-5.91164-8.984628-38.249139-60.308551-18.789948-79.764672l11.848862-9.970072c22.329565-22.325471 68.082608 9.299807 78.763878 17.228383 13.526061-7.752568 28.058033-13.95585 43.404556-18.238386 3.38612-13.446243 18.551518-67.088978 44.971238-67.088978l12.313443 0c30.770817 0 41.676192 51.881624 44.167942 66.714448 15.565511 4.217045 30.309306 10.392698 44.022633 18.161638 11.600199-7.55814 59.364039-36.756135 78.062913-18.062378l11.220552 11.848862c21.87317 21.87931-8.468882 66.180282-17.283642 78.026074 7.734148 13.563924 13.908778 28.134781 18.155499 43.520189 3.917216 0.554632 66.599837 9.967002 66.599837 44.734854l0 12.31242C763.529175 459.811384 710.842209 474.919477 696.84952 478.472396L696.84952 478.472396zM512.069073 291.894c-74.623581 0-135.114281 60.914348-135.114281 136.063909 0 75.146491 60.490699 136.062885 135.114281 136.062885 74.621535 0 135.115304-60.916395 135.115304-136.062885C647.184377 352.808348 586.690608 291.894 512.069073 291.894L512.069073 291.894z" ></path></symbol><symbol id="icon-huiyuan" viewBox="0 0 1026 1024"><path d="M940.032 1008.64l-855.04 0c-54.272 0-84.992-32.768-84.992-91.136 0-111.616 99.328-273.408 278.528-273.408 11.264 0 19.456 9.216 19.456 19.456s-9.216 19.456-19.456 19.456c-153.6 0-238.592 138.24-238.592 234.496 0 46.08 24.576 51.2 45.056 51.2l855.04 0c21.504 0 45.056-6.144 45.056-51.2 0-95.232-84.992-234.496-238.592-234.496-11.264 0-19.456-9.216-19.456-19.456s9.216-19.456 19.456-19.456C925.696 644.096 1025.024 805.888 1025.024 917.504 1025.024 974.848 994.304 1008.64 940.032 1008.64z" ></path><path d="M513.024 629.76c-153.6 0-279.552-137.216-279.552-307.2S359.424 15.36 513.024 15.36s279.552 137.216 279.552 307.2S666.624 629.76 513.024 629.76zM513.024 55.296c-132.096 0-239.616 119.808-239.616 267.264S380.928 589.824 513.024 589.824s239.616-119.808 239.616-267.264S645.12 55.296 513.024 55.296z" ></path></symbol><symbol id="icon-github" viewBox="0 0 1024 1024"><path d="M950.930286 512q0 143.433143-83.748571 257.974857t-216.283429 158.573714q-15.433143 2.852571-22.601143-4.022857t-7.168-17.115429l0-120.539429q0-55.442286-29.696-81.115429 32.548571-3.437714 58.587429-10.313143t53.686857-22.308571 46.299429-38.034286 30.281143-59.977143 11.702857-86.016q0-69.12-45.129143-117.686857 21.138286-52.004571-4.534857-116.589714-16.018286-5.12-46.299429 6.290286t-52.589714 25.161143l-21.723429 13.677714q-53.174857-14.848-109.714286-14.848t-109.714286 14.848q-9.142857-6.290286-24.283429-15.433143t-47.689143-22.016-49.152-7.68q-25.161143 64.585143-4.022857 116.589714-45.129143 48.566857-45.129143 117.686857 0 48.566857 11.702857 85.723429t29.988571 59.977143 46.006857 38.253714 53.686857 22.308571 58.587429 10.313143q-22.820571 20.553143-28.013714 58.88-11.995429 5.705143-25.746286 8.557714t-32.548571 2.852571-37.449143-12.288-31.744-35.693714q-10.825143-18.285714-27.721143-29.696t-28.306286-13.677714l-11.410286-1.682286q-11.995429 0-16.603429 2.56t-2.852571 6.582857 5.12 7.972571 7.460571 6.875429l4.022857 2.852571q12.580571 5.705143 24.868571 21.723429t17.993143 29.110857l5.705143 13.165714q7.460571 21.723429 25.161143 35.108571t38.253714 17.115429 39.716571 4.022857 31.744-1.974857l13.165714-2.267429q0 21.723429 0.292571 50.834286t0.292571 30.866286q0 10.313143-7.460571 17.115429t-22.820571 4.022857q-132.534857-44.032-216.283429-158.573714t-83.748571-257.974857q0-119.442286 58.88-220.306286t159.744-159.744 220.306286-58.88 220.306286 58.88 159.744 159.744 58.88 220.306286z" ></path></symbol><symbol id="icon-logo-weibo" viewBox="0 0 1025 1024"><path d="M511.9535 63.941187c-247.458725 0-448.062313 200.602588-448.062313 448.061313 0 247.453725 200.603588 448.057313 448.062313 448.057313 247.453725 0 448.052313-200.603588 448.052313-448.057313C960.005813 264.543775 759.407225 63.941187 511.9535 63.941187L511.9535 63.941187zM470.406378 735.326154c-114.514335 0-231.571678-55.497163-231.571678-146.77843 0-47.72214 30.232089-102.906301 82.306241-154.983454 69.523204-69.506204 150.599441-101.167296 181.093531-70.660207 13.454039 13.437039 14.757043 36.716108 6.107018 64.506189-4.504013 13.997041 13.138038 6.244018 13.138038 6.278018 56.197165-23.528069 105.222308-24.916073 123.142361 0.688002 9.562028 13.64204 8.647025 32.776096-0.166 54.950161-4.078012 10.21503 1.256004 11.796035 9.026026 14.129041 31.665093 9.816029 66.907196 33.559098 66.907196 75.400221C720.390111 648.104899 620.530818 735.326154 470.406378 735.326154L470.406378 735.326154zM677.718986 445.086304c3.706011-11.441034 1.385004-24.485072-7.248021-34.0541-8.624025-9.552028-21.373063-13.176039-33.131097-10.693031L637.339867 400.317173c-9.809029 2.137006-19.472057-4.159012-21.575063-13.959041-2.111006-9.838029 4.154012-19.515057 13.985041-21.609063 24.05307-5.111015 50.106147 2.321007 67.748198 21.895064 17.682052 19.575057 22.413066 46.235135 14.853044 69.626204-3.086009 9.573028-13.344039 14.787043-22.904067 11.728034-9.560028-3.095009-14.788043-13.365039-11.706034-22.917067l-0.018 0L677.718986 445.086304zM783.742296 479.324404c-0.004 0.018-0.004 0.06-0.004 0.081-3.599011 11.095033-15.523045 17.16905-26.610078 13.57904-11.133033-3.595011-17.21505-15.489045-13.62504-26.610078l-0.004-0.009c11.027032-34.1401 4.035012-73.082214-21.715064-101.628298-25.772076-28.554084-63.770187-39.461116-98.88529-32.003094-11.420033 2.431007-22.651066-4.856014-25.088074-16.267048-2.444007-11.397033 4.838014-22.638066 16.258048-25.083073l0.021 0c49.359145-10.492031 102.829301 4.829014 139.085407 45.025132C789.439313 376.562103 799.213341 431.303264 783.742296 479.324404L783.742296 479.324404zM783.742296 479.324404" ></path><path d="M624.54883 570.13167c-5.924017-59.970176-84.807248-101.273297-176.195516-92.23827-91.371268 9.034026-160.659471 64.97919-154.723453 124.959366 5.936017 60.001176 84.814248 101.304297 176.195516 92.28627C561.213644 686.09901 630.476847 630.149846 624.54883 570.13167L624.54883 570.13167zM528.526548 619.374815c-18.647055 42.179124-72.288212 64.669189-117.792345 49.991146-43.932129-14.176042-62.532183-57.556169-43.298127-96.632283 18.890055-38.315112 68.035199-59.984176 111.517327-48.671143C523.957535 535.692569 546.920602 578.144694 528.526548 619.374815L528.526548 619.374815zM528.526548 619.374815" ></path><path d="M435.544276 587.23972c-14.147041-5.932017-32.439095 0.166-41.170121 13.860041-8.838026 13.74904-4.693014 30.126088 9.359027 36.525107 14.254042 6.509019 33.179097 0.329001 42.022123-13.77104 8.680025-14.241042 4.107012-30.511089-10.20603-36.614107L435.544276 587.23972zM435.544276 587.23972" ></path><path d="M470.419378 572.780678c-5.428016-2.154006-12.219036 0.457001-15.404045 5.796017-3.090009 5.368016-1.384004 11.484034 4.057012 13.71904 5.534016 2.278007 12.599037-0.350001 15.796046-5.812017C477.9194 580.982702 475.937394 574.798684 470.419378 572.780678L470.419378 572.780678zM470.419378 572.780678" ></path></symbol><symbol id="icon-liuyan" viewBox="0 0 1024 1024"><path d="M511.913993 928.016126c-8.256677 0-16.341341-3.096254-22.705863-9.460776l-95.983874-95.983874c-12.55703-12.55703-12.55703-32.682681 0-45.239711s32.682681-12.55703 45.239711 0l73.450025 73.450025 73.450025-73.450025c6.020494-6.020494 14.105157-9.460776 22.705863-9.460776l223.962372 0c17.717453 0 31.994625-14.277171 31.994625-31.994625L864.026877 223.962372c0-17.545439-14.277171-31.994625-31.994625-31.994625l-639.892491 0c-17.545439 0-31.994625 14.449185-31.994625 31.994625l0 511.913993c0 17.717453 14.449185 31.994625 31.994625 31.994625l95.983874 0c17.717453 0 31.994625 14.277171 31.994625 31.994625s-14.277171 31.994625-31.994625 31.994625l-95.983874 0c-52.980346 0-95.983874-43.003528-95.983874-95.983874L96.155888 223.962372c0-52.980346 43.003528-95.983874 95.983874-95.983874l639.892491 0c52.980346 0 95.983874 43.003528 95.983874 95.983874l0 511.913993c0 52.980346-43.003528 95.983874-95.983874 95.983874L621.142953 831.860239 534.619856 918.55535C528.427348 924.747858 520.17067 928.016126 511.913993 928.016126z" ></path><path d="M335.943558 511.913993c-26.490173 0-47.991937-21.501764-47.991937-47.991937s21.501764-47.991937 47.991937-47.991937 47.991937 21.501764 47.991937 47.991937S362.433731 511.913993 335.943558 511.913993z" ></path><path d="M527.911305 511.913993c-26.490173 0-47.991937-21.501764-47.991937-47.991937s21.501764-47.991937 47.991937-47.991937 47.991937 21.501764 47.991937 47.991937S554.401478 511.913993 527.911305 511.913993z" ></path><path d="M720.051067 511.913993c-26.490173 0-47.991937-21.501764-47.991937-47.991937s21.501764-47.991937 47.991937-47.991937c26.490173 0 47.991937 21.501764 47.991937 47.991937S746.369226 511.913993 720.051067 511.913993z" ></path></symbol><symbol id="icon-caidan" viewBox="0 0 1024 1024"><path d="M133.310936 296.552327l757.206115 0c19.781623 0 35.950949-16.169326 35.950949-35.950949 0-19.781623-15.997312-35.950949-35.950949-35.950949L133.310936 224.650428c-19.781623 0-35.950949 16.169326-35.950949 35.950949C97.359987 280.383 113.529313 296.552327 133.310936 296.552327z" ></path><path d="M890.51705 476.135058 133.310936 476.135058c-19.781623 0-35.950949 16.169326-35.950949 35.950949 0 19.781623 16.169326 35.950949 35.950949 35.950949l757.206115 0c19.781623 0 35.950949-16.169326 35.950949-35.950949C926.467999 492.304384 910.298673 476.135058 890.51705 476.135058z" ></path><path d="M890.51705 727.447673 133.310936 727.447673c-19.781623 0-35.950949 15.997312-35.950949 35.950949s16.169326 35.950949 35.950949 35.950949l757.206115 0c19.781623 0 35.950949-15.997312 35.950949-35.950949S910.298673 727.447673 890.51705 727.447673z" ></path></symbol><symbol id="icon-weibiaoti35" viewBox="0 0 1024 1024"><path d="M962.4 312 736 538.4c-16 16-40.8 16-56.8 0L453.6 312c-16-16-16-40.8 0-56.8L680 29.6c16-16 40.8-16 56.8 0L962.4 256C978.4 271.2 978.4 296.8 962.4 312zM380 972l-320 0c-22.4 0-40-17.6-40-40l0-320c0-22.4 17.6-40 40-40l320 0c22.4 0 40 17.6 40 40l0 320C420 954.4 402.4 972 380 972zM380 492l-320 0c-22.4 0-40-17.6-40-40l0-320c0-22.4 17.6-40 40-40l320 0c22.4 0 40 17.6 40 40l0 320C420 474.4 402.4 492 380 492zM540 572l320 0c22.4 0 40 17.6 40 40l0 320c0 22.4-17.6 40-40 40l-320 0c-22.4 0-40-17.6-40-40l0-320C500 589.6 517.6 572 540 572z" ></path></symbol><symbol id="icon-zhifubao" viewBox="0 0 1024 1024"><path d="M578.002738 650.941446c0 0-66.546625 53.265134-90.760097 67.220984-21.285792 12.257162-41.259706 20.402679-59.040674 26.069749-17.811668 5.649674-33.416064 9.202593-46.810119 10.674107-13.397125 1.473561-24.486694 2.4017-33.289174 2.834558-0.830925 0.397043-1.890047 0.62217-3.136433 0.62217l-10.051937 0c-23.030529 0-44.702108-2.720971-65.009619-8.17724-20.323884-5.440919-38.010709-13.505595-53.086056-24.183795-15.0733-10.673084-27.01426-24.083511-35.801391-40.203654-8.786107-16.128329-13.1853-34.869159-13.1853-56.218396 0.414439-18.421558 5.436826-35.177174 15.059997-50.253544 9.646708-15.07637 22.102391-27.847232 37.382399-38.32998 15.285125-10.481725 32.252565-18.421558 50.894134-23.876804 18.629289-5.442966 37.370119-7.731078 56.222489-6.901177 18.422581 0.830925 36.220946 3.024893 53.389978 6.580882 17.170055 3.564175 33.623795 7.856945 49.311079 12.879332 15.700587 5.027503 30.566156 10.468422 44.602847 16.344247 14.035668 5.870708 27.316136 11.521404 39.880289 16.96437 5.027503 2.093684 10.261715 4.192485 15.699564 6.28924 5.443989 2.093684 11.093662 4.192485 16.969487 6.28617 12.147668-15.487739 22.387893-30.6603 30.775934-45.546336 8.367575-14.865569 15.281031-28.471448 20.721951-40.826847 5.460362-12.355399 9.652847-22.708188 12.58155-31.097252 2.928702-8.366551 4.802376-14.223956 5.649674-17.585517L344.324628 440.506712l0-30.154787 128.782062 0 0-69.712735L294.072107 340.639191 294.072107 310.484404l179.035606 0 0-56.539714c0-3.76372 2.082428-6.804986 6.277984-9.106402 4.191462-2.305509 9.008164-3.871167 14.45113-4.707209 6.288217-1.26276 13.392008-1.885953 21.348214-1.885953l48.364521 0 0 72.239278 184.049806 0 0 30.153764L563.548538 340.638167l0 69.712735 146.266271 0 0.095167-0.62217 0 0.62217-0.095167 0c-2.963495 18.664082-7.938809 38.3484-14.982226 59.058071-5.858428 18.006096-14.549368 38.520315-26.070772 61.548798-11.524474 23.032576-26.697035 46.702672-45.551452 70.998007 0 0 144.168494 68.960605 296.353568 93.238544 25.2685-56.04648 39.355333-118.253264 39.355333-183.726441 0-247.124354-200.357214-447.464171-447.481567-447.464171-247.13561 0-447.476451 200.339818-447.476451 447.464171 0 247.119237 200.339818 447.476451 447.476451 447.476451 153.293315 0 288.573371-77.093842 369.220133-194.612373C798.713512 746.474242 711.670064 710.319811 578.002738 650.941446L578.002738 650.941446 578.002738 650.941446zM226.230999 630.842689c-1.684362 76.785827 85.188194 82.483596 98.580203 82.903152 44.283576 1.359974 80.040964-15.366989 107.871823-31.896454 27.846208-16.547885 73.265654-59.265802 74.965365-60.737316 1.660826-1.473561 3.344165-3.02387 5.010107-4.707209-12.147668-6.705726-24.088628-12.883425-35.802414-18.533099-11.717879-5.649674-71.296813-37.654598-124.160811-43.11496C252.585227 544.370245 226.741629 607.492888 226.230999 630.842689L226.230999 630.842689 226.230999 630.842689zM226.230999 630.842689" ></path></symbol><symbol id="icon-shangsheng" viewBox="0 0 1024 1024"><path d="M752.64 376.32 546.56 202.88c-19.2-16-50.56-16-69.76 0L270.72 376.32C240 402.56 261.76 447.36 305.28 447.36L384 447.36C384 447.36 384 448 384 448l0 320c0 35.2 28.8 64 64 64l128 0c35.2 0 64-28.8 64-64L640 448c0 0 0-0.64 0-0.64l78.08 0C761.6 447.36 783.36 402.56 752.64 376.32z" ></path></symbol><symbol id="icon-tubiaozhexiantu" viewBox="0 0 1024 1024"><path d="M929.28 896 65.28 896 65.28 623.68l184.448-184.448C261.76 444.736 275.072 448 289.28 448s27.456-3.264 39.552-8.768l129.216 129.216C452.48 580.48 449.28 593.856 449.28 608c0 52.992 43.008 96 96 96s96-43.008 96-96c0-14.144-3.264-27.52-8.768-39.552l317.44-317.44c13.824-13.76 13.824-36.096 0-49.92-13.76-13.76-36.096-13.76-49.92 0L581.76 519.296C570.496 514.624 558.208 512 545.28 512S520 514.624 508.736 519.296L377.984 388.48C382.656 377.28 385.28 364.928 385.28 352c0-52.992-43.008-96-96-96s-96 43.008-96 96c0 12.928 2.624 25.28 7.296 36.48L65.28 523.84 65.28 160c0-17.664-14.336-32-32-32s-32 14.336-32 32l0 437.312c-0.832 4.288-0.832 8.576 0 12.864L1.28 928c0 17.664 14.336 32 32 32l896 0c17.664 0 32-14.336 32-32S946.944 896 929.28 896zM545.28 576c17.664 0 32 14.336 32 32S562.944 640 545.28 640s-32-14.336-32-32S527.552 576 545.28 576zM289.28 320c17.664 0 32 14.336 32 32S306.944 384 289.28 384s-32-14.336-32-32S271.552 320 289.28 320z" ></path></symbol><symbol id="icon-qq" viewBox="0 0 1024 1024"><path d="M902.826667 643.413333 901.12 629.76 897.706667 614.4 896 607.573333 894.293333 599.04 890.88 592.213333 889.173333 583.68 885.76 575.146667 882.346667 566.613333 875.52 552.96 870.4 542.72 865.28 530.773333 860.16 522.24 855.04 513.706667 849.92 505.173333 841.386667 493.226667 831.146667 476.16 829.44 472.746667 827.733333 471.04 827.733333 469.333333 829.44 464.213333 832.853333 459.093333 834.56 448.853333 836.266667 443.733333 836.266667 438.613333 836.266667 435.2 836.266667 430.08 836.266667 426.666667 834.56 421.546667 832.853333 414.72 831.146667 406.186667 829.44 399.36 826.026667 392.533333 822.613333 387.413333 820.906667 380.586667 817.493333 375.466667 814.08 368.64 812.373333 365.226667 810.666667 363.52 808.96 348.16 807.253333 339.626667 805.546667 327.68 803.84 315.733333 800.426667 300.373333 798.72 293.546667 797.013333 286.72 793.6 278.186667 791.893333 269.653333 788.48 262.826667 785.066667 254.293333 778.24 238.933333 774.826667 230.4 769.706667 221.866667 764.586667 215.04 761.173333 206.506667 754.346667 197.973333 749.226667 191.146667 742.4 182.613333 735.573333 175.786667 728.746667 168.96 720.213333 162.133333 715.093333 158.72 711.68 155.306667 703.146667 150.186667 692.906667 143.36 682.666667 136.533333 672.426667 131.413333 660.48 126.293333 648.533333 121.173333 638.293333 117.76 624.64 114.346667 614.4 110.933333 600.746667 107.52 590.506667 105.813333 576.853333 104.106667 564.906667 102.4 552.96 100.693333 541.013333 100.693333 529.066667 100.693333 517.12 100.693333 505.173333 100.693333 493.226667 102.4 481.28 104.106667 469.333333 107.52 459.093333 109.226667 447.146667 110.933333 436.906667 114.346667 426.666667 119.466667 416.426667 122.88 406.186667 126.293333 395.946667 131.413333 387.413333 136.533333 378.88 141.653333 370.346667 146.773333 361.813333 153.6 356.693333 160.426667 344.746667 168.96 336.213333 179.2 327.68 187.733333 320.853333 196.266667 314.026667 206.506667 307.2 215.04 302.08 223.573333 298.666667 228.693333 295.253333 232.106667 290.133333 242.346667 285.013333 250.88 281.6 257.706667 278.186667 266.24 274.773333 274.773333 271.36 281.6 269.653333 290.133333 266.24 296.96 262.826667 310.613333 261.12 322.56 259.413333 332.8 257.706667 341.333333 257.706667 348.16 257.706667 354.986667 257.706667 360.106667 254.293333 361.813333 252.586667 365.226667 250.88 368.64 249.173333 372.053333 247.466667 380.586667 245.76 387.413333 244.053333 394.24 244.053333 399.36 244.053333 402.773333 238.933333 411.306667 235.52 418.133333 233.813333 424.96 232.106667 430.08 230.4 436.906667 228.693333 442.026667 228.693333 447.146667 228.693333 452.266667 228.693333 455.68 228.693333 459.093333 230.4 465.92 232.106667 471.04 228.693333 472.746667 221.866667 477.866667 211.626667 488.106667 204.8 493.226667 199.68 498.346667 194.56 503.466667 191.146667 506.88 184.32 513.706667 177.493333 522.24 172.373333 529.066667 165.546667 539.306667 158.72 547.84 151.893333 558.08 146.773333 566.613333 143.36 576.853333 138.24 585.386667 134.826667 595.626667 131.413333 604.16 129.706667 612.693333 126.293333 622.933333 124.586667 629.76 122.88 638.293333 121.173333 646.826667 119.466667 655.36 119.466667 670.72 119.466667 684.373333 119.466667 691.2 119.466667 696.32 122.88 708.266667 122.88 711.68 124.586667 716.8 126.293333 721.92 128 725.333333 129.706667 730.453333 131.413333 732.16 133.12 733.866667 133.12 735.573333 134.826667 735.573333 134.826667 735.573333 141.653333 733.866667 146.773333 732.16 151.893333 730.453333 158.72 727.04 163.84 723.626667 167.253333 720.213333 172.373333 715.093333 177.493333 709.973333 180.906667 704.853333 184.32 699.733333 187.733333 696.32 189.44 691.2 194.56 684.373333 194.56 680.96 196.266667 679.253333 196.266667 677.546667 196.266667 675.84 197.973333 675.84 199.68 674.133333 199.68 674.133333 199.68 675.84 201.386667 675.84 201.386667 675.84 204.8 686.08 206.506667 694.613333 209.92 703.146667 213.333333 709.973333 216.746667 718.506667 220.16 725.333333 223.573333 732.16 226.986667 738.986667 232.106667 744.106667 233.813333 749.226667 242.346667 759.466667 250.88 768 257.706667 774.826667 264.533333 781.653333 269.653333 786.773333 278.186667 793.6 281.6 795.306667 283.306667 797.013333 283.306667 798.72 283.306667 798.72 281.6 798.72 279.893333 800.426667 274.773333 800.426667 267.946667 800.426667 262.826667 802.133333 257.706667 803.84 252.586667 803.84 247.466667 805.546667 244.053333 808.96 240.64 810.666667 235.52 812.373333 233.813333 814.08 230.4 815.786667 226.986667 817.493333 223.573333 822.613333 221.866667 824.32 220.16 827.733333 218.453333 831.146667 216.746667 836.266667 215.04 839.68 215.04 843.093333 215.04 848.213333 215.04 849.92 213.333333 853.333333 213.333333 858.453333 213.333333 861.866667 213.333333 863.573333 213.333333 866.986667 215.04 870.4 216.746667 875.52 218.453333 878.933333 220.16 880.64 221.866667 884.053333 223.573333 885.76 226.986667 889.173333 228.693333 890.88 233.813333 896 240.64 899.413333 247.466667 902.826667 254.293333 906.24 262.826667 909.653333 271.36 911.36 279.893333 914.773333 290.133333 916.48 300.373333 918.186667 308.906667 919.893333 319.146667 919.893333 339.626667 923.306667 360.106667 923.306667 378.88 923.306667 387.413333 923.306667 395.946667 923.306667 404.48 923.306667 413.013333 921.6 419.84 921.6 426.666667 919.893333 438.613333 918.186667 445.44 916.48 453.973333 914.773333 467.626667 907.946667 474.453333 906.24 479.573333 902.826667 489.813333 897.706667 500.053333 892.586667 505.173333 889.173333 510.293333 884.053333 518.826667 885.76 523.946667 885.76 535.893333 885.76 541.013333 885.76 546.133333 885.76 549.546667 887.466667 552.96 889.173333 559.786667 890.88 564.906667 892.586667 576.853333 896 590.506667 901.12 602.453333 904.533333 614.4 907.946667 626.346667 909.653333 640 911.36 651.946667 913.066667 663.893333 914.773333 675.84 916.48 687.786667 916.48 699.733333 916.48 711.68 916.48 721.92 916.48 732.16 916.48 744.106667 914.773333 754.346667 913.066667 762.88 911.36 773.12 909.653333 781.653333 907.946667 785.066667 906.24 790.186667 904.533333 798.72 901.12 805.546667 897.706667 812.373333 894.293333 817.493333 890.88 822.613333 887.466667 826.026667 885.76 827.733333 882.346667 831.146667 877.226667 834.56 872.106667 836.266667 870.4 836.266667 868.693333 837.973333 865.28 839.68 861.866667 839.68 860.16 839.68 856.746667 839.68 853.333333 837.973333 849.92 836.266667 844.8 836.266667 841.386667 832.853333 837.973333 831.146667 834.56 827.733333 831.146667 824.32 827.733333 817.493333 820.906667 808.96 815.786667 800.426667 810.666667 791.893333 805.546667 773.12 795.306667 768 791.893333 766.293333 791.893333 764.586667 790.186667 774.826667 779.946667 779.946667 776.533333 783.36 771.413333 788.48 761.173333 795.306667 752.64 800.426667 744.106667 805.546667 735.573333 812.373333 718.506667 817.493333 703.146667 820.906667 694.613333 822.613333 691.2 824.32 687.786667 826.026667 686.08 827.733333 686.08 827.733333 686.08 832.853333 696.32 837.973333 706.56 841.386667 711.68 844.8 716.8 848.213333 723.626667 851.626667 728.746667 855.04 732.16 856.746667 735.573333 860.16 737.28 861.866667 738.986667 863.573333 738.986667 866.986667 742.4 870.4 742.4 870.4 742.4 872.106667 742.4 875.52 742.4 877.226667 740.693333 880.64 738.986667 882.346667 737.28 885.76 733.866667 887.466667 730.453333 890.88 728.746667 892.586667 725.333333 894.293333 721.92 896 716.8 897.706667 713.386667 899.413333 703.146667 902.826667 692.906667 902.826667 682.666667 904.533333 675.84 904.533333 670.72 904.533333 663.893333 904.533333 657.066667Z" ></path></symbol><symbol id="icon-ai-new" viewBox="0 0 1000 1000"><path d="M875 250v-125h-875v687.5c0 34.5313 27.9688 62.5 62.5 62.5h843.75c51.7813 0 93.75-41.9688 93.75-93.75v-531.25h-125zM812.5 812.5h-750v-625h750v625zM125 312.5h625v62.5h-625zM500 437.5h250v62.5h-250zM500 562.5h250v62.5h-250zM500 687.5h187.5v62.5h-187.5zM125 437.5h312.5v312.5h-312.5z" ></path></symbol><symbol id="icon-shiyongbangzhu1" viewBox="0 0 1103 1024"><path d="M262.564103 498.871795l472.615385 0c14.519795 0 26.25641-11.736615 26.25641-26.25641s-11.736615-26.25641-26.25641-26.25641L262.564103 446.358974c-14.519795 0-26.25641 11.736615-26.25641 26.25641S248.044308 498.871795 262.564103 498.871795z" ></path><path d="M840.205128 603.897436 262.564103 603.897436c-14.519795 0-26.25641 11.736615-26.25641 26.25641s11.736615 26.25641 26.25641 26.25641l577.641026 0c14.519795 0 26.25641-11.736615 26.25641-26.25641S854.724923 603.897436 840.205128 603.897436z" ></path><path d="M840.205128 761.435897 262.564103 761.435897c-14.519795 0-26.25641 11.736615-26.25641 26.25641s11.736615 26.25641 26.25641 26.25641l577.641026 0c14.519795 0 26.25641-11.736615 26.25641-26.25641S854.724923 761.435897 840.205128 761.435897z" ></path><path d="M997.74359 346.059487c-14.519795 0-26.25641 11.762872-26.25641 26.25641L971.487179 840.205128c0 72.362667-58.893128 131.282051-131.282051 131.282051L262.564103 971.487179c-72.388923 0-131.282051-58.919385-131.282051-131.282051L131.282051 293.546667c0-72.388923 58.893128-131.282051 131.282051-131.282051l315.076923 0c14.519795 0 26.25641-11.762872 26.25641-26.25641s-11.736615-26.25641-26.25641-26.25641L262.564103 109.751795c-101.323487 0-183.794872 82.445128-183.794872 183.794872L78.769231 840.205128c0 101.323487 82.471385 183.794872 183.794872 183.794872l577.641026 0c101.323487 0 183.794872-82.471385 183.794872-183.794872L1024 372.315897C1024 357.822359 1012.263385 346.059487 997.74359 346.059487z" ></path><path d="M723.180308 174.73641c14.414769-1.732923 24.654769-14.808615 22.921846-29.223385-4.516103-37.100308 21.398974-74.909538 47.576615-83.915487 42.771692-14.782359 81.657436-11.526564 118.784 9.87241 17.985641 10.371282 29.617231 28.960821 31.980308 50.989949 2.468103 22.974359-5.697641 45.397333-21.687795 59.943385-2.888205 2.441846-15.044923 9.846154-24.838564 15.780103-10.765128 6.537846-23.079385 14.020923-34.789744 21.714051-37.888 24.864821-50.070974 38.281846-50.070974 55.190974l0.026256 0c-0.183795 4.962462-0.420103 14.729846-0.551385 24.786051-0.131282 7.850667 0 3.387077 0.052513 1.076513-1.155282 13.285744 7.378051 25.547487 20.768821 28.01559 1.627897 0.288821 3.203282 0.446359 4.804923 0.446359 12.419282 0 24.576-8.84841 26.886564-21.477744 0.551385-3.098256 0.551385-3.098256 0-7.246769 0.105026-6.642872 0.183795-13.128205 0.262564-17.434256 3.518359-3.177026 11.106462-9.242256 26.676513-19.456 11.185231-7.351795 22.948103-14.493538 33.240615-20.742564 17.670564-10.712615 27.122872-16.541538 32.768-21.687795 28.514462-25.862564 42.981744-64.932103 38.754462-104.500513-4.174769-38.912-25.311179-72.04759-57.974154-90.899692-50.359795-29.013333-104.894359-33.765744-162.15959-14.020923-52.696615 18.143179-89.74441 80.896-82.602667 139.867897C695.689846 166.229333 708.660513 176.548103 723.180308 174.73641z" ></path><path d="M837.737026 377.120821c-20.269949 0.393846-35.682462 16.909128-35.026051 37.494154 0.630154 19.298462 16.699077 34.15959 36.522667 33.792 19.954872-0.341333 34.868513-15.465026 34.921026-35.288615C874.180923 394.213744 859.477333 376.726974 837.737026 377.120821z" ></path></symbol><symbol id="icon-tianjia" viewBox="0 0 1024 1024"><path d="M511.829333 975.725714C242.517333 975.725714 24.210286 757.369905 24.210286 488.106667 24.210286 218.794667 242.517333 0.487619 511.829333 0.487619 781.141333 0.487619 999.448381 218.794667 999.448381 488.106667 999.448381 757.369905 781.141333 975.725714 511.829333 975.725714ZM509.098667 91.428571C290.304 91.428571 120.56381 268.824381 120.56381 487.619048 120.56381 706.413714 290.304 877.714286 509.098667 877.714286 727.942095 877.714286 905.337905 706.413714 905.337905 487.619048 905.337905 268.824381 727.942095 91.428571 509.098667 91.428571ZM707.267048 536.380952C707.267048 536.380952 560.932571 536.380952 560.932571 536.380952 560.932571 536.380952 560.932571 682.715429 560.932571 682.715429 560.932571 709.632 539.136 731.428571 512.219429 731.428571 512.219429 731.428571 512.121905 731.428571 512.121905 731.428571 485.205333 731.428571 463.408762 709.632 463.408762 682.715429 463.408762 682.715429 463.408762 536.380952 463.408762 536.380952 463.408762 536.380952 317.074286 536.380952 317.074286 536.380952 290.157714 536.380952 268.361143 514.584381 268.361143 487.66781 268.361143 487.66781 268.361143 487.570286 268.361143 487.570286 268.361143 460.653714 290.157714 438.857143 317.074286 438.857143 317.074286 438.857143 463.408762 438.857143 463.408762 438.857143 463.408762 438.857143 463.408762 292.522667 463.408762 292.522667 463.408762 265.606095 485.205333 243.809524 512.121905 243.809524 512.121905 243.809524 512.219429 243.809524 512.219429 243.809524 539.136 243.809524 560.932571 265.606095 560.932571 292.522667 560.932571 292.522667 560.932571 438.857143 560.932571 438.857143 560.932571 438.857143 707.267048 438.857143 707.267048 438.857143 734.183619 438.857143 755.98019 460.653714 755.98019 487.570286 755.98019 487.570286 755.98019 487.66781 755.98019 487.66781 755.98019 514.584381 734.183619 536.380952 707.267048 536.380952Z" ></path></symbol><symbol id="icon-home" viewBox="0 0 1024 1024"><path d="M230.4 992c-64 0-115.2-51.2-115.2-115.2L115.2 544 76.8 582.4C70.4 588.8 57.6 595.2 44.8 595.2c-12.8 0-25.6-6.4-32-12.8C6.4 569.6 0 556.8 0 544 0 537.6 6.4 524.8 12.8 512l467.2-467.2C486.4 38.4 499.2 32 512 32s25.6 6.4 32 12.8L1011.2 512C1017.6 524.8 1024 537.6 1024 544c0 12.8-6.4 25.6-12.8 32-6.4 6.4-19.2 12.8-32 12.8s-25.6-6.4-32-12.8L512 147.2 211.2 448l0 422.4c0 12.8 12.8 25.6 25.6 25.6l115.2 0 0-185.6c0-25.6 19.2-44.8 44.8-44.8l230.4 0c25.6 0 44.8 19.2 44.8 44.8s-19.2 44.8-44.8 44.8L441.6 755.2l0 185.6c0 25.6-19.2 44.8-44.8 44.8L230.4 985.6zM627.2 992c-25.6 0-44.8-19.2-44.8-44.8 0-25.6 19.2-44.8 44.8-44.8l160 0c12.8 0 25.6-12.8 25.6-25.6l0-256c0-25.6 19.2-44.8 44.8-44.8 25.6 0 44.8 19.2 44.8 44.8l0 256c0 64-51.2 115.2-115.2 115.2L627.2 992z" ></path></symbol><symbol id="icon-other" viewBox="0 0 1024 1024"><path d="M361.577296 106.421505h-122.794044c-67.843709 0-133.026881 44.717498-133.026881 112.561207v122.794044c0 67.843709 65.183172 133.026881 133.026881 133.026881h122.794044c124.124313 0 112.561207-3.78615 112.561207-133.026881v-122.794044c-0.102328-67.843709-44.819826-112.561207-112.561207-112.561207m71.629859 221.745578c0 100.486459 11.256121 105.705206-85.239532 105.705206h-95.47237C199.591486 433.872289 146.687719 380.866194 146.687719 328.167083v-95.472369c0-52.699111 53.006096-85.239532 105.705206-85.239533h95.472369c52.801439 0 85.239532 32.540422 85.239533 85.239533v95.472369h0.102328zM361.577296 556.666334h-122.794044c-67.843709 0-133.026881 44.717498-133.026881 112.561207v122.794044c0 67.843709 65.183172 133.026881 133.026881 133.026881h122.794044c67.843709 0 112.561207-65.183172 112.561207-133.026881v-122.794044c-0.102328-118.905566 6.344359-112.561207-112.561207-112.561207m71.629859 221.745578c0 52.699111-32.540422 105.705206-85.239532 105.705206h-95.47237c-52.801439 0-105.705206-53.006096-105.705206-105.705206v-95.47237c0-52.699111 53.006096-85.239532 105.705206-85.239532H347.967623c92.504847 0 85.239532-7.265314 85.239532 85.239532V778.411912zM811.822125 106.421505h-122.794045c-67.843709 0-133.026881 44.717498-133.026881 112.561207v122.794044c0 124.124313 8.902568 133.026881 133.026881 133.026881h122.794045c67.843709 0 112.561207-65.183172 112.561207-133.026881v-122.794044c0-67.741381-44.819826-112.561207-112.561207-112.561207m71.629859 221.745578c0 52.699111-32.540422 105.705206-85.239533 105.705206h-95.472369c-96.495653 0-105.705206-9.209553-105.705206-105.705206v-95.472369c0-52.699111 53.006096-85.341861 105.705206-85.341861h95.472369c52.801439 0 85.239532 32.540422 85.239533 85.341861v95.472369zM811.822125 556.666334h-122.794045c-124.124313 0-133.026881-11.563106-133.026881 112.561207v122.794044c0 67.843709 65.183172 133.026881 133.026881 133.026881h122.794045c67.843709 0 112.561207-65.183172 112.561207-133.026881v-122.794044c0-67.741381-44.819826-112.561207-112.561207-112.561207m71.629859 221.745578c0 52.699111-32.540422 105.705206-85.239533 105.705206h-95.472369c-52.801439 0-105.705206-53.006096-105.705206-105.705206v-95.47237c0-96.495653 9.209553-85.239532 105.705206-85.239532h95.472369c52.801439 0 85.239532 32.540422 85.239533 85.239532V778.411912z" fill="" ></path></symbol><symbol id="icon-goods" viewBox="0 0 1024 1024"><path d="M893.653 33.69h-761.918c-54.133 0-98.129 43.995-98.129 98.129v762.053c0 54.133 43.995 98.128 98.129 98.128h761.985c54.133 0 98.128-43.995 98.128-98.128v-762.12c-0.066-54.134-44.063-98.062-98.196-98.062zM806.877 305.978l-2.026 1.082-0.271 2.297c-20.885 144.152-146.382 252.892-291.886 252.892-145.503 0-271.003-108.739-291.885-252.892l-0.338-2.297-2.028-1.082c-14.463-8.583-23.113-23.113-23.113-39.063 0-25.275 20.545-45.821 45.889-45.821 25.275 0 45.821 20.545 45.821 45.821 0 13.314-6.015 25.748-17.031 34.871l-2.163 1.689 0.473 2.704c19.26 120.903 122.053 208.626 244.376 208.626 122.324 0 225.115-87.788 244.376-208.626l0.474-2.636-2.095-1.689c-11.083-9.191-17.031-21.559-17.031-34.872 0-25.275 20.545-45.821 45.821-45.821v0 0 0c25.342 0 45.889 20.544 45.889 45.821-0.068 15.884-8.719 30.414-23.249 38.996z" ></path></symbol><symbol id="icon-youqinglianjie" viewBox="0 0 1024 1024"><path d="M894.528 150.4a195.072 195.072 0 0 0-270.912-52.288L359.424 276.992a195.072 195.072 0 0 0-52.16 270.912c56.768 83.904 167.04 108.288 254.208 60.736l-0.384-0.832c1.92-0.896 3.904-1.216 5.76-2.432a34.496 34.496 0 1 0-35.52-59.2H531.2l-0.448-0.768c-57.344 34.56-128.64 24.128-166.656-32.064a127.552 127.552 0 0 1 34.112-177.152l258.816-175.168a127.552 127.552 0 0 1 177.152 34.112c39.488 58.368 26.816 127.488-31.552 166.976l-39.488 27.52a35.392 35.392 0 1 0 39.68 58.624c0.32-0.192 0.448-0.576 0.768-0.768l38.72-26.176a195.072 195.072 0 0 0 52.224-270.912z" fill="" ></path><path d="M453.888 411.328l0.448 0.832c-1.92 0.896-3.968 1.28-5.76 2.56a34.496 34.496 0 1 0 36.992 58.24l0.064 0.128 0.512 0.64c56.448-35.968 128-27.264 167.424 28.032 40.96 57.344 27.584 136.96-29.76 177.92L369.28 861.184c-57.344 40.896-136.96 27.52-177.92-29.76-40.896-57.344-29.952-126.784 27.456-167.68l38.784-28.544a35.392 35.392 0 1 0-41.088-57.6c-0.32 0.192-0.448 0.576-0.768 0.768l-38.08 27.136a195.072 195.072 0 0 0 226.56 317.632l259.712-185.28a195.072 195.072 0 0 0 45.504-272.128c-58.816-82.432-169.6-104.064-255.616-54.4z" fill="" ></path></symbol><symbol id="icon-icon-test" viewBox="0 0 1036 1024"><path d="M867.567045 646.752791c25.824273-54.351491 40.448391-115.024949 40.448391-179.129335 0-230.413889-186.893336-417.308967-417.303742-417.308967S73.400985 237.209567 73.400985 467.623456c0 2.887554 0.181125 5.776849 0.181126 8.667886l149.877616-185.992935h87.039364l-128.931532 194.840204h41.893909v-49.476785l89.564668-139.583087v353.749698h-89.564668v-74.398916H87.486953c38.823489 145.361677 154.029563 259.482741 300.11574 296.68307-9.390645 23.657737-36.656953 80.71914-81.981791 90.830802-56.15926 12.640449 152.406402 3.068679 301.199009-94.444598 114.303931-33.04664 208.381054-113.581172 259.484483-218.675583l1.262651-3.070421z m-510.482205-51.103429c-4.334814-10.115146-6.499608-20.944342-6.499608-32.503264V369.572028c0-11.558922 2.166536-22.393344 6.499608-32.505006 4.33133-10.113404 10.291046-18.960673 17.694538-26.365907 7.403492-7.401751 16.252503-13.361466 26.365907-17.694538 10.111662-4.333072 20.944342-6.50135 32.503264-6.50135h73.674415c11.558922 0 22.391602 2.168278 32.506748 6.50135 9.927054 4.333072 18.598423 10.111662 26.003657 17.335771l-79.998123 116.830976v-20.764959c0-4.334814-1.443777-7.946868-4.333072-10.834421-2.887554-2.889295-6.50135-4.334814-10.834421-4.334814s-7.946868 1.445518-10.834422 4.334814c-2.887554 2.887554-4.33133 6.499608-4.33133 10.834421v65.004788l-92.63683 135.070631c-2.170019-3.429188-4.15543-7.0395-5.780331-10.834422z m233.122059-32.503264c0 11.558922-2.166536 22.388119-6.497867 32.503264-4.333072 10.113404-10.294529 18.962415-17.699763 26.365908-7.401751 7.401751-16.250762 13.363208-26.362424 17.696279-10.111662 4.329589-20.944342 6.499608-32.503264 6.499608h-73.674415c-11.557181 0-22.389861-2.170019-32.505006-6.499608-10.113404-4.333072-18.960673-10.294529-26.364166-17.696279-3.249804-3.246321-6.320224-7.042984-9.028394-10.834422l89.566409-130.556434v45.687089c0 4.33133 1.443777 7.945126 4.333072 10.830938 2.885812 2.891037 6.499608 4.336555 10.834422 4.336555s7.945126-1.445518 10.832679-4.336555c2.889295-2.885812 4.334814-6.496125 4.334814-10.830938v-89.92866l83.604952-122.067932a82.624438 82.624438 0 0 1 14.446476 22.752111c4.334814 10.111662 6.496125 20.946084 6.496125 32.505006v193.57407h0.18635z m67.852284-273.803823h185.710798l-56.81758 135.204733c19.991693 13.678435 34.722048 28.764074 44.191064 45.244726 9.470758 16.489359 14.204395 36.12751 14.204395 58.921419 0 35.075591-12.191119 63.392077-36.562907 84.963391-24.382238 21.569573-55.856224 32.353488-94.434149 32.353488-18.59494 0-37.707131-2.810924-57.345282-8.417097v-98.904806c15.42699 7.01686 29.458968 10.524419 42.087226 10.524419 12.274715 0 21.832552-3.592897 28.673512-10.787399 6.839218-7.182311 10.257956-17.442008 10.257956-30.773867 0-14.376812-6.050278-25.951409-18.150835-34.72379-12.100556-8.761931-28.326936-13.150734-48.661722-13.150734l25.778992-68.916395H658.059183v-101.538088z m172.263994 67.199189L643.375851 624.021579l3.568515 2.493955 186.947326-267.478374-3.568515-2.495696z" ></path></symbol><symbol id="icon-wechat" viewBox="0 0 1024 1024"><path d="M670.6 367.9c10.3 0 20.4 0.8 30.5 1.9-27.4-127.8-164-222.7-320-222.7C206.8 147.1 64 265.9 64 416.8c0 87.1 47.5 158.6 126.9 214.1l-31.7 95.4L270 670.7c39.7 7.9 71.5 15.9 111.1 15.9 9.9 0 19.8-0.5 29.6-1.3-6.2-21.2-9.8-43.4-9.8-66.4 0.1-138.6 119-251 269.7-251z m-170.5-86c23.9 0 39.7 15.7 39.7 39.6 0 23.8-15.8 39.7-39.7 39.7-23.8 0-47.6-15.9-47.6-39.7-0.1-23.9 23.8-39.6 47.6-39.6z m-222 79.3c-23.8 0-47.8-15.9-47.8-39.7 0-23.9 24-39.6 47.8-39.6 23.8 0 39.6 15.7 39.6 39.6 0 23.8-15.8 39.7-39.6 39.7z" fill="" ></path><path d="M960 615.1C960 488.3 833.1 385 690.6 385c-150.9 0-269.7 103.3-269.7 230.1 0 127 118.8 230.1 269.7 230.1 31.6 0 63.5-8 95.2-15.9l87 47.6-23.8-79.2c63.6-47.8 111-111.1 111-182.6z m-356.8-39.7c-15.8 0-31.7-15.7-31.7-31.7 0-15.8 15.9-31.7 31.7-31.7 24 0 39.7 15.9 39.7 31.7 0 16-15.7 31.7-39.7 31.7z m174.4 0c-15.7 0-31.5-15.7-31.5-31.7 0-15.8 15.8-31.7 31.5-31.7 23.8 0 39.7 15.9 39.7 31.7 0 16-15.9 31.7-39.7 31.7z" fill="" ></path></symbol><symbol id="icon-weixin" viewBox="0 0 1024 1024"><path d="M570.625 510.794c-10.16 0-20.321 9.435-20.321 21.046 0 9.435 10.16 18.87 20.321 18.87 15.24 0 26.126-9.436 26.126-18.87 0-11.611-10.886-21.046-26.126-21.046zM503.856 412.818c15.966 0 26.126-10.16 26.126-25.4 0-15.967-10.16-25.402-26.126-25.402-15.24 0-29.755 9.435-29.755 25.401 0 15.241 14.515 25.401 29.755 25.401z" ></path><path d="M511.84 65.717c-246.01 0-445.44 199.43-445.44 445.44s199.43 445.44 445.44 445.44 445.44-199.43 445.44-445.44-199.43-445.44-445.44-445.44zM427.652 624.01c-26.852 0-46.447-4.354-71.849-11.612l-73.3 37.014 21.046-62.414c-51.527-36.288-82.009-82.01-82.009-137.892 0-98.701 92.896-174.178 206.112-174.178 100.152 0 189.42 59.51 206.838 143.698-7.257-1.451-13.79-2.177-19.595-2.177-98.702 0-174.905 74.025-174.905 163.292 0 15.24 2.177 29.029 5.806 43.544-5.806 0.725-12.338 0.725-18.144 0.725z m302.636 71.123l14.515 52.254-55.156-31.208c-21.047 4.355-41.368 10.887-62.414 10.887-97.25 0-174.179-66.77-174.179-149.503s76.93-149.503 174.179-149.503c92.169 0 174.904 66.769 174.904 149.503 0 46.447-31.207 87.815-71.849 117.57z" ></path><path d="M360.16 362.017c-15.241 0-31.208 9.435-31.208 25.401 0 15.24 15.966 25.401 31.207 25.401 14.515 0 26.127-10.16 26.127-25.4 0-15.968-11.613-25.402-26.127-25.402zM684.567 510.794c-10.887 0-20.322 9.435-20.322 21.046 0 9.435 9.435 18.87 20.322 18.87 14.515 0 25.4-9.436 25.4-18.87 0-11.611-10.885-21.046-25.4-21.046z" ></path></symbol><symbol id="icon-xiazai" viewBox="0 0 1024 1024"><path d="M752 720H640a32 32 0 0 1 0-64h112c79.4 0 144-64.6 144-144a144 144 0 0 0-132.45-143.54 32 32 0 0 1-29.24-28C720.6 228.46 625 144 512 144s-208.6 84.46-222.31 196.45a32 32 0 0 1-29.24 28A144 144 0 0 0 128 512c0 79.4 64.6 144 144 144h112a32 32 0 0 1 0 64H272c-114.69 0-208-93.31-208-208a208.08 208.08 0 0 1 166.23-203.79C258 176.5 375 80 512 80s254 96.5 281.77 228.21A208.08 208.08 0 0 1 960 512c0 114.69-93.31 208-208 208z" ></path><path d="M663 806.63l-128 128a32.86 32.86 0 0 1-45.95 0l-128-128a32 32 0 1 1 45.25-45.25L480 835.1V496.35a32 32 0 1 1 64 0V835.1l73.72-73.72A32 32 0 1 1 663 806.63z" ></path><path d="M752 720H640a32 32 0 0 1 0-64h112c79.4 0 144-64.6 144-144a144 144 0 0 0-132.45-143.54 32 32 0 0 1-29.24-28C720.6 228.46 625 144 512 144s-208.6 84.46-222.31 196.45a32 32 0 0 1-29.24 28A144 144 0 0 0 128 512c0 79.4 64.6 144 144 144h112a32 32 0 0 1 0 64H272c-114.69 0-208-93.31-208-208a208.08 208.08 0 0 1 166.23-203.79C258 176.5 375 80 512 80s254 96.5 281.77 228.21A208.08 208.08 0 0 1 960 512c0 114.69-93.31 208-208 208z" ></path><path d="M663 806.63l-128 128a32.86 32.86 0 0 1-45.95 0l-128-128a32 32 0 1 1 45.25-45.25L480 835.1V496.35a32 32 0 1 1 64 0V835.1l73.72-73.72A32 32 0 1 1 663 806.63z" ></path></symbol><symbol id="icon-zhuzhuangtu" viewBox="0 0 1024 1024"><path d="M320 352H64v480h256V352z m-64 416H128V416h128v352zM640 64H384v768h256V64z m-64 704H448V128h128v640zM64 896h896v64H64z m640-64h256V224H704v608z m64-544h128v480H768V288z" fill="#333333" ></path></symbol><symbol id="icon-font" viewBox="0 0 1024 1024"><path d="M249.6 544h179.2l48 150.4H544L374.4 201.6H307.2L140.8 694.4h64L249.6 544zM288 419.2c16-54.4 32-108.8 48-166.4h3.2c16 57.6 32 112 48 166.4l22.4 73.6H265.6l22.4-73.6zM601.6 598.4c0 67.2 44.8 102.4 105.6 102.4 44.8 0 86.4-22.4 121.6-51.2h3.2l6.4 44.8h51.2v-224c0-89.6-38.4-150.4-124.8-150.4-57.6 0-108.8 25.6-144 48l25.6 41.6c28.8-19.2 67.2-38.4 108.8-38.4 60.8 0 73.6 44.8 73.6 92.8-160 16-227.2 57.6-227.2 134.4z m220.8-96v102.4c-35.2 32-64 48-99.2 48s-64-16-64-57.6c0-48 41.6-76.8 163.2-92.8zM140.8 758.4h742.4v64H140.8z" fill="#707070" ></path></symbol><symbol id="icon-wenzhang2" viewBox="0 0 1024 1024"><path d="M662.528 205.312h-410.624c-15.36 0-28.16 12.8-28.16 28.16s12.8 28.16 28.16 28.16h410.624c15.36 0 28.16-12.8 28.16-28.16s-12.8-28.16-28.16-28.16zM555.008 478.72h-302.592c-15.36 0-28.16 12.8-28.16 28.16s12.8 28.16 28.16 28.16h302.592c15.36 0 28.16-12.8 28.16-28.16s-12.8-28.16-28.16-28.16zM408.576 751.616h-156.16c-15.36 0-28.16 12.8-28.16 28.16s12.8 28.16 28.16 28.16h156.16c15.36 0 28.16-12.8 28.16-28.16-0.512-15.36-12.8-28.16-28.16-28.16z" ></path><path d="M923.648 136.704c-43.008-5.632-76.8-8.704-93.696-9.728v-35.328c0-33.792-27.648-61.44-61.44-61.44h-631.296c-33.792 0-61.44 27.648-61.44 61.44v837.12c0 33.792 27.648 61.44 61.44 61.44h609.792l69.632 10.24s45.568 1.536 62.464-41.984 102.912-748.032 102.912-748.032 4.608-65.536-58.368-73.728z m-151.552 782.336c0 8.192-6.656 14.336-14.336 14.336h-609.28c-8.192 0-14.336-6.656-14.336-14.336v-819.2c0-8.192 6.656-14.336 14.336-14.336h609.28c8.192 0 14.336 6.656 14.336 14.336v819.2z m148.992-679.424l-91.136 666.112v-711.168c34.816 2.048 89.088 6.144 92.672 12.8 3.584 6.656-1.536 32.256-1.536 32.256z" ></path></symbol><symbol id="icon-web-icon-" viewBox="0 0 1024 1024"><path d="M257.216 600.832l253.76 279.168 253.76-279.168c21.856-24.064 13.312-43.52-19.04-43.52h-117.408V234.752c0-32.544-26.24-58.752-58.624-58.752h-117.44A58.56 58.56 0 0 0 393.6 234.752v322.592H276.288c-32.288 0-40.896 19.456-19.072 43.488z" ></path></symbol><symbol id="icon-webpage" viewBox="0 0 1024 1024"><path d="M919.2 170.2c-26-26-44-44-56.2-56.2 0 0 0 0 0 0 0 0 0 0 0 0-0.2-0.2-0.4-0.4-0.8-0.8l-19.2-19.2c-0.2-0.2-0.6-0.6-0.8-0.8l0 0c0 0 0 0 0 0C830 81 812 63 786 37 767.6 18.6 753.2 6.2 717 2l0 251 251.6 0C962.4 204.6 942.2 193.2 919.2 170.2z" ></path><path d="M863 114C863 114 863 114 863 114 863 114 863 114 863 114 863 114 863 114 863 114z" ></path><path d="M710.8 494.6c-1.8 0.6-13.8 6.2-13.8 8.2 0 1.8 1.8 12.6 3.8 20 1.8 7.6-4.4 33.2-7.6 34.6-3.2 1.2-11.4 13.8-13.8 13.8-1.2 0-2.6-2.2-3.8-4.6 2.6-7.8 4.2-15 2.2-20.8-6.8-20.4-25.8-31.2-27-35.2-1.4-4-19-9.4-23 0-4 9.4-4 14.8-19 14.8-14.8 0 8.2-17.6 14.8-36.4 6.8-18.8 12.2-5.6 8.2-15-4-9.4 5.4-10.8 8.2-16.2 2.8-5.4 10.8 1.4 14.8 0 4-1.4 14.8-4 14.8-14.8 0-10.6 2.8-5.6 8.2-13.8 1.2-1.8 4.4-2.2 8.6-1.6-35.6-28.8-80.8-46.2-130-46.2-19.2 0-37.8 2.6-55.4 7.6 0.6 0.4 1 0.6 1.6 1 21 12.2 41.4-2.6 21 12.2-20.4 14.8-25.8 14.8-21 20.4 4.8 5.4 5.8 4 10 8.2 4.2 4 7 8.2 9.6 14.8 2.6 6.8-32 31.2 9.8 9.4 41.6-21.6 43-20.4 49.8-23 6.8-2.8 16.2 31.8 16.2 31.8l-19 57.6-33.4 0c0 0-5.8-27-7.2 0-1.4 27-2.8 27-1.4 40.6 1.4 13.6-1.4 5-21.6 26.2-20.4 21.2-33.8 24-38 24-4 0-19-5.4-13.6 13.6 5.4 19-17.6 29.8 5.4 31.2 23 1.4 40.6-10.8 40.6-10.8s14.8-2.4 6.8 11c-8.2 13.4-12.2 4-21.6 18.8-9.4 14.8-24.4 35.4-44.6 18.4-20.4-17-25.8-23.8-29.8-30.6-1-1.8-2.6-4.2-4.6-6.8l0 0c0 0-0.2-0.2-0.2-0.2-0.6-0.6-1.2-1.4-1.8-2-3.6-4.4-11.2-13.6-11.2-13.6s7.4-7.8 6.6-10.6c-0.8-2.8-7.2-17-6.6-19.2 0.8-2.2 3.4-0.8 0-7-3.4-6.4-7.2-17 0-25.4 7.2-8.4 1.6-15-4-6.4-5.8 8.6-7.8 10.4-9.4 15.8-1.4 5.4-0.8 7.6-4.2 9.6-3.6 2.2-8.6 1.4-7 5.6 1.4 4.2 15.6-0.8 5 22.6-10.6 23.4-8.6 26.2-10.6 29.2-2 2.8-7.6-5.2-3.4 6.6l0 0c-0.8 2.6-1.6 5.6-2.2 8.8 31.8 73 104.8 124.2 189.4 124.2 114 0 206.6-92.6 206.6-206.6 0-24.6-4.2-48-12.2-69.8-7.4-8.8-17-15.2-18.8-17C730.4 499.6 712.8 494 710.8 494.6z" ></path><path d="M737.2 317.8 652 317.8l0-85.2L652 0 162.2 0C138.8 0 119.6 19 119.6 42.6l0 936.6c0 23.6 19 42.6 42.6 42.6l766.4 0c23.6 0 42.6-19 42.6-42.6L971.2 317.8 737.2 317.8zM556.4 816.6c-125.8 0-228.4-102.4-228.4-228.4 0-126 102.4-228.4 228.4-228.4 126 0 228.4 102.4 228.4 228.4C784.8 714.2 682.4 816.6 556.4 816.6z" ></path></symbol><symbol id="icon-icon-test1" viewBox="0 0 1134 1024"><path d="M555.346197 538.811876c-12.394106-25.969236-31.104695-45.489289-56.171576-58.599972-18.51154-9.766662-37.739656-14.649993-57.710887-14.649993-32.644006 0-59.780994 10.270919-81.517125 30.852567-24.602434 23.156012-36.93019 55.030363-36.93019 95.702671 0 41.694092 13.46897 74.948514 40.433449 99.895965 22.731375 21.072635 50.266461 31.635492 82.618529 31.635492 29.299986 0 55.348841-9.434914 78.239455-28.371091 29.870592-24.934182 44.812523-56.914692 44.812523-95.981339 0-21.377843-4.617933-41.521583-13.774178-60.4843z m-43.64477 131.571267c-19.214846 14.172276-41.057136 21.311493-65.63303 21.311493-27.123719 0-50.226651-7.961953-69.308798-23.859318-22.598676-18.657509-33.891378-43.7642-33.891378-75.107753 0-30.613708 10.310729-54.579185 30.958726-72.015862 18.219602-15.459458 41.017326-23.182552 68.366633-23.182552 16.75991 0 32.882864 3.675768 48.408672 11.040574 21.046095 9.833012 36.731142 24.562624 47.10822 44.042868a94.21644 94.21644 0 0 1 11.558101 45.51583c0 29.419415-12.513536 53.424702-37.567146 72.25472z m-23.023313-23.47449c0 8.001762-6.303213 14.490754-14.079387 14.490753h-21.77594c-7.789444 0-14.105926-6.488991-14.105926-14.490753 0-8.068112 6.303213-14.570373 14.105926-14.570374h21.77594c7.789444 0 14.079386 6.488991 14.079387 14.570374z m338.316638-145.756813l13.508779-19.878342c19.042337-28.012803 20.090661-43.71112 17.635725-51.938471a16.056605 16.056605 0 0 0-7.988492-9.965711c-78.902951-21.762671-79.619526-77.854627-79.606257-80.229943-2.136457-33.825029 14.915391-66.389415 48.050385-91.124548 30.932186-23.102933 72.732437-37.368098 117.71747-40.194591 5.215079-0.318478 10.443428-0.490987 15.552347-0.490987 86.307567 0 147.083805 44.825793 151.26383 111.546957 4.126945 65.63303-56.370625 110.392473-157.885521 116.854925-3.994246 0.557337-8.678528 1.831249-10.576127 2.826493l-0.106159 0.252128-1.074864 1.181023c-35.682818 38.933948-81.583475 53.464512-83.534153 54.061659l-22.956963 7.099408z m124.869957-276.969793c-4.750632 0-9.633963 0.159239-14.490754 0.464447-41.150025 2.574365-80.76074 16.016795-108.707193 36.877111-28.424171 21.218604-43.087434 48.620991-41.295995 77.138051 0.03981 2.362046 1.287182 46.537613 67.796027 64.651055l0.703306 0.225589c1.366802 0.504257 13.37608 5.334508 18.179792 20.329519 3.914627 12.195057 1.69855 27.110449-6.568611 44.520585 15.15425-7.643475 35.470499-20.22336 52.880635-38.960488 4.047326-6.608421 14.517294-9.302215 22.970234-10.390348 72.135291-4.551583 147.136885-32.922674 142.983399-99.059961-3.569609-57.326059-57.617997-95.79556-134.45084-95.79556z m-46.882631 101.753755l2.707064 14.862311c1.64547 8.997006 2.149727 15.472728 1.499501 19.427165-1.446421 8.45294-6.74112 15.300219-15.897366 20.634727a58.188604 58.188604 0 0 1-19.506784 6.953439c-13.044332 2.388586-24.058367 1.194293-33.028833-3.569609a24.137986 24.137986 0 0 1-9.846282-9.182786c-2.229347-3.715578-4.020786-9.421644-5.414127-17.012038a453.048376 453.048376 0 0 1-2.362046-14.689803 500.700662 500.700662 0 0 0-1.565851-9.527803c-0.623686-3.38383-1.300452-5.639716-2.017028-6.87382a8.625449 8.625449 0 0 0-4.007516-3.052081c-3.012272-1.247373-4.697552-2.932653-5.09565-5.10892a5.573367 5.573367 0 0 1 1.300452-4.578123 11.345783 11.345783 0 0 1 4.909871-3.503259 86.957793 86.957793 0 0 1 15.605427-4.219835 79.818575 79.818575 0 0 1 16.985499-1.56585c4.538313 0.212319 7.099408 2.003758 7.723094 5.453937a5.10892 5.10892 0 0 1-1.127943 4.445424 28.66303 28.66303 0 0 1-3.33075 2.561094 4.816981 4.816981 0 0 0-2.070108 3.596149c-0.199049 1.579121 0.02654 4.087136 0.663496 7.550585 0.663496 3.556339 1.910869 11.239623 3.702308 23.023313 1.074864 7.033058 3.927897 12.022548 8.598909 14.941931 3.795197 2.388586 8.240621 3.131701 13.376081 2.202807 3.237861-0.583877 6.090894-1.73836 8.506019-3.3971a14.437674 14.437674 0 0 0 6.422642-11.75715 41.906411 41.906411 0 0 0-0.836005-8.068112l-2.468206-13.40262c-2.096648-10.270919-3.489989-16.229113-4.193295-17.901124-0.716576-1.72509-2.269157-2.879573-4.684282-3.476719a15.485998 15.485998 0 0 1-4.803711-1.764899 4.060596 4.060596 0 0 1-1.68528-2.640715c-0.451177-2.441665 0.676766-4.498503 3.3971-6.143973 2.693794-1.64547 7.258647-3.052082 13.668018-4.233105 6.289943-1.127943 10.947685-1.419882 13.986497-0.849275 3.025542 0.583877 4.750632 2.083378 5.215079 4.485233 0.199049 1.167753 0.119429 2.070108-0.278668 2.733604-0.358288 0.676766-1.499501 1.75163-3.34402 3.33075-1.937408 1.61893-2.932653 3.118431-2.972463 4.617933-0.06635 1.380072 0.703306 6.64823 2.269157 15.698317z m28.424171-10.483238c1.72509-0.172509 2.707064 0.942164 2.972462 3.37056l0.07962 0.782925 0.079619 1.181023c0.172509 1.61893 0.756386 2.375316 1.71182 2.269157 0.490987-0.05308 1.234103-0.796195 2.176267-2.202807 1.433151-2.017028 3.31748-3.742118 5.666256-5.09565 2.362046-1.366802 4.816981-2.176267 7.417886-2.468205 5.0293-0.530797 8.691798 0.942164 11.067114 4.392344 0.875815 1.287182 1.579121 1.910869 2.056838 1.831249 0.318478-0.01327 1.021784-0.703306 2.149727-2.030298 3.516529-4.246375 7.723094-6.634961 12.712585-7.152488 3.861547-0.411368 7.165757 0.331748 9.846281 2.189537 2.826493 1.950678 4.471963 5.148729 4.949681 9.607423 0.106159 0.955434 0.265398 2.600905 0.424637 4.883331 0.02654 0.796195 0.238859 3.144971 0.663496 7.112678 0.265398 2.521285 0.437907 4.272915 0.504257 5.307968 0.05308 0.650226 0.07962 1.101403 0.11943 1.393342a7.643475 7.643475 0 0 0 2.348776 4.843521c0.809465 0.782925 1.313722 1.313722 1.499501 1.592391 0.212319 0.265398 0.318478 0.663496 0.371558 1.127943 0.398098 3.848277-3.914627 6.263403-12.977983 7.205567-3.994246 0.437907-7.271917 0.278668-9.833012-0.411367-2.534555-0.716576-3.901357-1.817979-4.073866-3.38383a2.839763 2.839763 0 0 1 0.10616-1.406612c0.132699-0.345018 0.610416-1.260643 1.446421-2.707064 0.822735-1.313722 0.836005-5.493747 0.10616-12.473726-0.437907-4.047326-1.021784-6.847279-1.75163-8.37332-0.875815-1.817979-2.308966-2.640714-4.286185-2.428395a3.980976 3.980976 0 0 0-2.521285 1.220832 4.259645 4.259645 0 0 0-1.287182 2.468206c-0.159239 1.114673 0.01327 4.007516 0.464447 8.705068 0.636956 5.05584 1.127943 8.094652 1.459692 9.169515 0.345018 1.061594 1.260643 2.468205 2.773413 4.259645a3.224591 3.224591 0 0 1 0.623686 1.67201c0.371558 3.596149-4.126945 5.865305-13.482239 6.860549-5.613177 0.570607-9.448184 0.570607-11.491752-0.02654a3.635958 3.635958 0 0 1-2.733604-3.30421 3.3971 3.3971 0 0 1 0.11943-1.61893c0.185779-0.305208 0.782925-1.088134 1.817979-2.282427a4.856791 4.856791 0 0 0 1.088133-1.910868 11.359052 11.359052 0 0 0 0.10616-3.091892 153.134889 153.134889 0 0 0-0.756386-10.04533c-0.610416-5.905115-2.454935-8.691798-5.427398-8.36005-2.269157 0.225589-3.476719 1.61893-3.622688 4.180025-0.119429 2.428396 0.07962 5.865305 0.530797 10.270919 0.358288 3.30421 0.650226 5.480477 0.889084 6.475721a10.217839 10.217839 0 0 0 1.446422 3.078622c0.862545 1.220833 1.353532 2.255887 1.419881 3.038812 0.199049 1.977218-1.021784 3.476719-3.662498 4.525043-2.919383 1.127943-6.143973 1.857789-9.700312 2.229347-4.657742 0.504257-8.081382 0.504257-10.323999 0-2.242617-0.504257-3.450179-1.565851-3.622688-3.158242a2.879573 2.879573 0 0 1 0.278668-1.60566c0.238859-0.437907 0.836005-1.154483 1.75163-2.176267a7.563855 7.563855 0 0 0 1.791439-5.361048 118.447316 118.447316 0 0 0-0.716576-11.624451 29.100937 29.100937 0 0 0-1.074863-5.944925 4.671012 4.671012 0 0 0-2.123188-2.521285 10.576127 10.576127 0 0 1-1.910868-1.393342 2.999002 2.999002 0 0 1-0.544067-1.459691c-0.212319-1.990488 1.220833-3.755388 4.233105-5.268159 7.311727-3.516529 12.858554-5.520287 16.653751-5.958194z m92.716938-1.074864a12.526805 12.526805 0 0 1 13.973227 11.412132 11.982739 11.982739 0 0 1-2.853033 9.328755 12.380836 12.380836 0 0 1-8.452939 4.458693 12.460456 12.460456 0 0 1-9.169516-2.574364 12.208327 12.208327 0 0 1-4.763902-8.678529 11.903119 11.903119 0 0 1 2.826494-9.474723 12.672775 12.672775 0 0 1 8.439669-4.471964z m32.829785-3.503259a12.606425 12.606425 0 0 1 9.182786 2.587635c2.799953 2.123187 4.365804 5.06911 4.763901 8.837767a12.049088 12.049088 0 0 1-2.826493 9.342025 12.380836 12.380836 0 0 1-8.46621 4.471963 12.566615 12.566615 0 0 1-9.169515-2.587635 12.248137 12.248137 0 0 1-4.777172-8.678528 11.929659 11.929659 0 0 1 2.853033-9.487994 12.686045 12.686045 0 0 1 8.43967-4.485233zM829.741625 540.245027c-12.407376-25.969236-31.104695-45.47602-56.171576-58.586702-18.51154-9.779932-37.739656-14.649993-57.710886-14.649992-32.644006 0-59.780994 10.270919-81.530396 30.852566-24.602434 23.156012-36.91692 55.030363-36.91692 95.702671 0 41.694092 13.46897 74.948514 40.43345 99.895966 22.731375 21.085905 50.266461 31.635492 82.618528 31.635492 29.313256 0 55.348841-9.434914 78.239455-28.357822 29.870592-24.947452 44.812523-56.914692 44.812523-95.994609 0-21.364573-4.617933-41.534853-13.774178-60.49757z m-43.64477 131.571268c-19.214846 14.185546-41.057136 21.324763-65.63303 21.324763-27.123719 0-50.213381-7.975223-69.308798-23.859318-22.598676-18.670779-33.904648-43.77747-33.904648-75.107754 0-30.626978 10.310729-54.592455 30.971996-72.029131 18.219602-15.459458 41.017326-23.182552 68.353363-23.182552 16.75991 0 32.896134 3.675768 48.408672 11.040574 21.046095 9.833012 36.744411 24.562624 47.12149 44.042868a94.21644 94.21644 0 0 1 11.544832 45.529099c0.01327 29.406145-12.486996 53.411432-37.553877 72.241451z m-33.851569-111.162129l5.918385 2.216076c0.517527 0.172509 0.862545 0.265398 1.048324 0.265399 0.411368 0 0.650226-0.424637 0.756385-1.287182l0.02654-0.278669-0.278668-6.356292v-0.490987c0-1.910869 0.291938-3.078622 0.836005-3.582879 0.583877-0.451177 1.963948-0.703306 4.180025-0.703306 1.884329 0 3.144971 0.159239 3.768658 0.424638 0.623686 0.291938 1.008514 0.875815 1.127943 1.831249 0.119429 0.822735 0.172509 1.64547 0.159239 2.508015l-0.252129 6.356292c0 1.035054 0.265398 1.552581 0.782926 1.552581a3.901357 3.901357 0 0 0 1.021784-0.265398l5.918384-2.216077a10.416888 10.416888 0 0 1 3.038812-0.729846c0.650226 0 1.154483 0.172509 1.512771 0.583877 0.358288 0.398098 0.769655 1.154483 1.194293 2.295696 0.729846 1.990488 1.114673 3.543069 1.181023 4.644472 0.06635 1.127943-1.194293 2.056838-3.795197 2.786684l-6.117434 1.738359c-0.836005 0.252129-1.300452 0.583877-1.300452 1.021784 0 0.199049 0.199049 0.557337 0.610416 1.074864l3.954437 4.96295c1.154483 1.512771 1.75163 2.640714 1.751629 3.3971 0 0.862545-1.008514 1.990488-3.038812 3.48999-1.7649 1.220833-2.999002 1.844519-3.662498 1.844519-0.849275 0-1.937408-0.902355-3.224591-2.813224l-3.489989-5.281428c-0.424637-0.597146-0.822735-0.915625-1.127943-0.915625-0.318478 0-0.690036 0.318478-1.114674 0.915625l-3.489989 5.281428c-1.273912 1.910869-2.335506 2.813223-3.224591 2.813224-0.690036 0-1.910869-0.623686-3.662498-1.844519-2.017028-1.433151-3.038812-2.587635-3.038812-3.48999 0-0.729846 0.610416-1.857789 1.80471-3.3971l3.901356-4.96295c0.384828-0.517527 0.610416-0.875815 0.610417-1.101403 0-0.411368-0.451177-0.756386-1.313722-0.995245l-6.051084-1.738359c-2.534555-0.729846-3.808467-1.61893-3.808468-2.693794 0-1.167753 0.464447-2.906113 1.366802-5.281429 0.636956-1.539311 1.459691-2.295696 2.521285-2.295696a10.483238 10.483238 0 0 1 2.999002 0.716576z m-20.555108 89.359648c0 9.169515-7.470966 16.627211-16.68029 16.627211H689.239701a16.693561 16.693561 0 0 1 0-33.347311h25.770187c9.209325 0 16.680291 7.457696 16.68029 16.7201z m-212.955693-78.398694a10.642477 10.642477 0 1 1-21.271684 0 10.642477 10.642477 0 0 1 21.271684 0z m168.607617-2.415125a10.615937 10.615937 0 1 1-21.258413 0 10.615937 10.615937 0 0 1 21.258413 0z m-295.98559-8.041572l5.918385 2.202807c0.530797 0.172509 0.875815 0.278668 1.048324 0.278668 0.411368 0 0.650226-0.437907 0.756386-1.300452l0.013269-0.265399-0.278668-6.356292v-0.504257c0-1.910869 0.291938-3.078622 0.849275-3.582879 0.583877-0.451177 1.963948-0.703306 4.166755-0.703306 1.897599 0 3.158241 0.172509 3.781928 0.424638 0.623686 0.291938 1.008514 0.875815 1.114673 1.844519 0.119429 0.822735 0.172509 1.64547 0.159239 2.494745l-0.252128 6.356292c0 1.021784 0.265398 1.552581 0.782925 1.552581a4.259645 4.259645 0 0 0 1.021784-0.278668l5.918385-2.202807a10.11168 10.11168 0 0 1 3.038812-0.743116c0.636956 0 1.141213 0.172509 1.512771 0.583877 0.358288 0.398098 0.769655 1.154483 1.194293 2.295696 0.729846 2.003758 1.114673 3.556339 1.181023 4.657742 0.06635 1.114673-1.194293 2.056838-3.808468 2.773414l-6.104163 1.73836c-0.849275 0.252129-1.300452 0.597146-1.300453 1.021784 0 0.199049 0.199049 0.557337 0.610417 1.074863l3.954436 4.962951c1.154483 1.526041 1.75163 2.640714 1.75163 3.410369 0 0.862545-1.008514 1.977218-3.038812 3.47672-1.7649 1.234103-2.985732 1.844519-3.662498 1.844519-0.849275 0-1.937408-0.902355-3.224591-2.813224l-3.489989-5.268158c-0.424637-0.610416-0.809465-0.915625-1.127944-0.915625-0.318478 0-0.676766 0.305208-1.101403 0.915625l-3.489989 5.268158c-1.260643 1.910869-2.335506 2.813223-3.224591 2.813224-0.690036 0-1.910869-0.610416-3.675768-1.844519-2.017028-1.433151-3.038812-2.574365-3.038812-3.47672 0-0.743116 0.597146-1.871059 1.791439-3.410369l3.901357-4.962951c0.384828-0.517527 0.610416-0.875815 0.610416-1.088133 0-0.411368-0.451177-0.769655-1.300452-1.008514l-6.051084-1.73836c-2.547825-0.716576-3.808467-1.61893-3.808467-2.693794 0-1.167753 0.464447-2.906113 1.366801-5.281429 0.623686-1.539311 1.459691-2.295696 2.521285-2.295696 0.716576 0.02654 1.73836 0.265398 3.012272 0.743116z m-248.426192-51.248436c-6.900359-6.223593 6.117434-51.195356 13.760908-53.968769 7.616935-2.760144 123.834904 8.306971 130.748533 1.393342 0 0 5.533557-37.368098 0-40.141511-5.520287-2.773414-170.916584-12.460456-189.613903 10.377078-18.684049 22.837534-27.362577 128.028199-18.365571 136.335169 8.997006 8.306971 162.848471-22.877344 164.241814 51.182086 1.380072 74.03289-109.516659 47.784986-121.287079 43.618231-11.77042-4.153485-33.214612-16.600671-40.141511-12.447186s1.300452 42.596447 9.607423 50.200111c11.85004 10.868065 119.469099 40.818277 157.527233 8.612179 44.985032-38.058134 63.748701-84.423238 40.513069-145.332176-23.235632-60.895668-140.077287-43.591691-146.990916-49.828554z" ></path></symbol><symbol id="icon-icon-test2" viewBox="0 0 1024 1024"><path d="M423.128 711.528v-53.8H313.704v-44.864l115.992-169.792h43.04v169.608h33.192v45.048h-33.192v53.8h-49.608z m0-98.84V521.32l-61.456 91.368h61.456zM616.992 443.08c25.888 0 46.144 9.24 60.728 27.72 17.384 21.88 26.08 58.176 26.08 108.88 0 50.576-8.752 86.928-26.256 109.056-14.472 18.232-34.656 27.36-60.544 27.36-26.024 0-46.992-10-62.92-30s-23.888-55.656-23.888-106.96c0-50.336 8.76-86.568 26.264-108.696 14.448-18.24 34.64-27.36 60.536-27.36z m0 42.496c-6.2 0-11.736 1.976-16.6 5.928-4.856 3.952-8.632 11.032-11.304 21.248-3.528 13.256-5.288 35.56-5.288 66.936 0 31.368 1.576 52.912 4.744 64.648s7.144 19.544 11.944 23.44 10.304 5.832 16.504 5.832a25.6 25.6 0 0 0 16.592-5.928c4.856-3.952 8.632-11.032 11.304-21.248 3.52-13.128 5.288-35.376 5.288-66.744 0-31.376-1.576-52.92-4.744-64.656-3.168-11.736-7.144-19.576-11.944-23.528a25.232 25.232 0 0 0-16.496-5.928zM736.256 640.584l49.608-6.016c1.576 12.648 5.832 22.312 12.768 29s15.32 10.032 25.168 10.032c10.576 0 19.488-4.016 26.72-12.04s10.848-18.84 10.848-32.464c0-12.888-3.464-23.104-10.392-30.64s-15.384-11.304-25.352-11.304c-6.568 0-14.408 1.272-23.528 3.832l5.656-41.768c13.856 0.368 24.44-2.64 31.736-9.024s10.944-14.864 10.944-25.44c0-9-2.68-16.168-8.032-21.52-5.352-5.344-12.464-8.024-21.336-8.024-8.752 0-16.224 3.04-22.432 9.12s-9.968 14.952-11.304 26.624l-47.232-8.024c3.28-16.168 8.232-29.088 14.856-38.752 6.624-9.664 15.864-17.264 27.72-22.8 11.856-5.528 25.144-8.304 39.848-8.304 25.168 0 45.352 8.024 60.544 24.072 12.52 13.136 18.784 27.968 18.784 44.504 0 23.464-12.832 42.192-38.48 56.168 15.32 3.28 27.56 10.64 36.752 22.072 9.176 11.432 13.768 25.224 13.768 41.4 0 23.464-8.568 43.472-25.712 60-17.152 16.528-38.488 24.808-64.016 24.808-24.192 0-44.256-6.96-60.176-20.88-15.928-13.928-25.168-32.128-27.728-54.632z" ></path><path d="M893.84 198.04H135.936v624.808h216.776v-46.952H183.904V245h661.984v103.808h47.952V198.04z" ></path></symbol><symbol id="icon-icon-test3" viewBox="0 0 1024 1024"><path d="M423.128 711.528v-53.8H313.704v-44.864l115.992-169.792h43.04v169.608h33.192v45.048h-33.192v53.8h-49.608z m0-98.84V521.32l-61.456 91.368h61.456zM616.992 443.08c25.888 0 46.144 9.24 60.728 27.72 17.384 21.88 26.08 58.176 26.08 108.88 0 50.576-8.752 86.928-26.256 109.056-14.472 18.232-34.656 27.36-60.544 27.36-26.024 0-46.992-10-62.92-30s-23.888-55.656-23.888-106.96c0-50.336 8.76-86.568 26.264-108.696 14.448-18.24 34.64-27.36 60.536-27.36z m0 42.496c-6.2 0-11.736 1.976-16.6 5.928-4.856 3.952-8.632 11.032-11.304 21.248-3.528 13.256-5.288 35.56-5.288 66.936 0 31.368 1.576 52.912 4.744 64.648s7.144 19.544 11.944 23.44 10.304 5.832 16.504 5.832a25.6 25.6 0 0 0 16.592-5.928c4.856-3.952 8.632-11.032 11.304-21.248 3.52-13.128 5.288-35.376 5.288-66.744 0-31.376-1.576-52.92-4.744-64.656-3.168-11.736-7.144-19.576-11.944-23.528a25.232 25.232 0 0 0-16.496-5.928zM838.568 711.528v-53.8H729.152v-44.864l115.992-169.792h43.04v169.608h33.184v45.048h-33.184v53.8h-49.616z m0-98.84V521.32l-61.464 91.368h61.464z" ></path><path d="M893.84 198.04H135.936v624.808h216.776v-46.952H183.904V245h661.984v103.808h47.952V198.04z" ></path></symbol><symbol id="icon-icon-test4" viewBox="0 0 1024 1024"><path d="M323.368 642.776l51.064-5.288c1.456 11.552 5.776 20.704 12.952 27.456 7.168 6.744 15.44 10.12 24.8 10.12 10.696 0 19.76-4.344 27.176-13.04 7.416-8.688 11.128-21.792 11.128-39.296 0-16.416-3.68-28.728-11.032-36.928-7.36-8.208-16.936-12.312-28.72-12.312-14.712 0-27.904 6.504-39.576 19.512l-41.584-6.024 26.264-139.152h135.504v47.968H394.672l-8.024 45.408c11.424-5.712 23.096-8.568 35.016-8.568 22.736 0 42 8.264 57.816 24.808 15.808 16.528 23.704 37.992 23.704 64.376 0 22.008-6.384 41.64-19.152 58.904-17.384 23.584-41.52 35.384-72.4 35.384-24.68 0-44.808-6.624-60.36-19.88-15.568-13.264-24.864-31.072-27.904-53.448zM616.992 443.08c25.888 0 46.144 9.24 60.728 27.72 17.384 21.88 26.08 58.176 26.08 108.88 0 50.576-8.752 86.928-26.256 109.056-14.472 18.232-34.656 27.36-60.544 27.36-26.024 0-46.992-10-62.92-30s-23.888-55.656-23.888-106.96c0-50.336 8.76-86.568 26.264-108.696 14.448-18.24 34.64-27.36 60.536-27.36z m0 42.496c-6.2 0-11.736 1.976-16.6 5.928-4.856 3.952-8.632 11.032-11.304 21.248-3.528 13.256-5.288 35.56-5.288 66.936 0 31.368 1.576 52.912 4.744 64.648s7.144 19.544 11.944 23.44 10.304 5.832 16.504 5.832a25.6 25.6 0 0 0 16.592-5.928c4.856-3.952 8.632-11.032 11.304-21.248 3.52-13.128 5.288-35.376 5.288-66.744 0-31.376-1.576-52.92-4.744-64.656-3.168-11.736-7.144-19.576-11.944-23.528a25.232 25.232 0 0 0-16.496-5.928zM824.712 443.08c25.896 0 46.144 9.24 60.736 27.72 17.384 21.88 26.08 58.176 26.08 108.88 0 50.576-8.76 86.928-26.264 109.056-14.472 18.232-34.648 27.36-60.544 27.36-26.016 0-46.992-10-62.912-30-15.928-20-23.888-55.656-23.888-106.96 0-50.336 8.752-86.568 26.256-108.696 14.456-18.24 34.64-27.36 60.536-27.36z m0 42.496c-6.2 0-11.736 1.976-16.592 5.928-4.864 3.952-8.632 11.032-11.304 21.248-3.528 13.256-5.288 35.56-5.288 66.936 0 31.368 1.576 52.912 4.744 64.648 3.16 11.736 7.144 19.544 11.944 23.44 4.8 3.888 10.296 5.832 16.504 5.832s11.736-1.976 16.592-5.928c4.864-3.952 8.632-11.032 11.312-21.248 3.52-13.128 5.288-35.376 5.288-66.744 0-31.376-1.584-52.92-4.744-64.656-3.168-11.736-7.152-19.576-11.944-23.528a25.272 25.272 0 0 0-16.512-5.928z" ></path><path d="M893.84 198.04H135.936v624.808h216.776v-46.952H183.904V245h661.984v103.808h47.952V198.04z" ></path></symbol><symbol id="icon-tab" viewBox="0 0 1024 1024"><path d="M758.216 745.72H249.184c-44.008 0-79.816-35.808-79.816-79.816V279.712c0-44.008 35.808-79.816 79.816-79.816h439.496v127.872c0 8.912 5.168 15.12 9.792 15.12h139.56v323.016c0 44.008-35.808 79.816-79.816 79.816zM249.184 230.288a49.472 49.472 0 0 0-49.416 49.424v386.192a49.48 49.48 0 0 0 49.416 49.424h509.032a49.48 49.48 0 0 0 49.424-49.424V373.28H698.472c-22.16 0-40.184-20.408-40.184-45.504V230.288H249.184z" ></path><path d="M834.232 278.352c0 6.44-4.304 11.656-9.608 11.656h-75.68c-5.304 0-9.608-5.216-9.608-11.656v-69.64c0-6.44 4.304-11.656 9.608-11.656h75.68c5.304 0 9.608 5.216 9.608 11.656v69.64z" ></path><path d="M316.528 617.808V464.88h-54.616v-31.136h146.272v31.136h-54.496v152.928h-37.16zM579.072 617.808H538.64l-16.072-41.816h-73.576l-15.192 41.816h-39.424l71.688-184.064h39.304l73.704 184.064z m-68.432-72.824l-25.36-68.304-24.856 68.304h50.216zM598.904 433.744h73.568c14.568 0 25.432 0.608 32.584 1.824s13.552 3.744 19.208 7.592c5.648 3.848 10.352 8.976 14.128 15.384 3.768 6.4 5.648 13.584 5.648 21.528 0 8.624-2.32 16.528-6.968 23.728A43.2 43.2 0 0 1 718.176 520c11.216 3.256 19.832 8.832 25.864 16.696 6.024 7.864 9.04 17.12 9.04 27.752a54.808 54.808 0 0 1-5.832 24.424c-3.896 7.904-9.208 14.224-15.944 18.952-6.744 4.736-15.048 7.64-24.92 8.728-6.2 0.672-21.144 1.096-44.832 1.256h-62.648V433.744z m37.168 30.632v42.56h24.352c14.488 0 23.488-0.2 27-0.624 6.36-0.76 11.36-2.952 15-6.592s5.464-8.432 5.464-14.376c0-5.688-1.568-10.32-4.704-13.872-3.144-3.552-7.808-5.712-14-6.464-3.688-0.416-14.272-0.632-31.768-0.632h-21.344z m0 73.2v49.208h34.4c13.392 0 21.888-0.376 25.496-1.128 5.52-1.008 10.024-3.456 13.496-7.344 3.48-3.896 5.208-9.112 5.208-15.632 0-5.52-1.336-10.208-4.016-14.064s-6.552-6.656-11.616-8.416-16.048-2.632-32.952-2.632h-30.016z" ></path></symbol><symbol id="icon-pinglun" viewBox="0 0 1109 1024"><path d="M301.738667 902.826667l11.605333-74.496a66.048 66.048 0 0 0-14.421333-54.101334 66.56 66.56 0 0 0-51.626667-22.698666H145.322667a60.074667 60.074667 0 0 1-60.16-59.733334V144.469333c0-32.938667 26.794667-59.733333 59.733333-59.733333h819.882667c32.938667 0 59.733333 26.794667 59.733333 59.733333v547.157334c0 33.024-26.88 59.818667-59.904 59.818666H673.792c-38.912 0-97.194667 17.237333-129.877333 38.4l-207.957334 134.912a41.557333 41.557333 0 0 1-21.76 8.192 11.093333 11.093333 0 0 1-8.96-3.669333c-4.096-4.778667-5.376-14.506667-3.498666-26.538667M963.669333 0H144.896C65.024 0 0 64.853333 0 144.469333v546.986667c0 79.616 64.938667 144.384 144.810667 144.384h67.669333c6.741333 0 12.629333 2.56 16.554667 7.082667a21.504 21.504 0 0 1 4.693333 17.408l-10.069333 70.656c-4.608 32.512 0.426667 58.368 14.592 74.752a52.309333 52.309333 0 0 0 40.874666 17.664c16.725333 0 35.328-5.973333 55.381334-17.664l234.410666-136.618667c31.402667-18.346667 86.613333-33.28 123.050667-33.28h271.786667c79.872 0 144.810667-64.853333 144.810666-144.384v-546.986667C1108.565333 64.768 1043.626667 0 963.669333 0" fill="#878787" ></path><path d="M554.325333 528.384a76.544 76.544 0 0 0 0-152.917333 76.544 76.544 0 0 0 0 152.917333M827.306667 528.384a76.544 76.544 0 0 0 0-152.917333 76.544 76.544 0 0 0 0 152.917333M357.717333 451.925333a76.544 76.544 0 0 0-152.917333 0 76.544 76.544 0 0 0 152.917333 0" fill="#878787" ></path></symbol><symbol id="icon-denglu" viewBox="0 0 1024 1024"><path d="M575.215 547.318c53.367-24.316 90.562-78.011 90.562-140.522 0-85.257-69.149-154.383-154.406-154.383-85.299 0-154.427 69.126-154.427 154.383 0 62.49 37.172 116.185 90.562 140.522-87.156 27.24-150.586 108.698-150.586 204.715 0 12.071 9.779 21.827 21.827 21.827s21.827-9.756 21.827-21.827c0-94.161 76.613-170.774 170.776-170.774 94.184 0 170.797 76.613 170.797 170.774 0 12.071 9.756 21.827 21.827 21.827 12.07 0 21.827-9.756 21.827-21.827 0.021-95.994-63.43-177.475-150.586-204.715zM400.621 406.817c0-61.072 49.678-110.729 110.773-110.729 61.072 0 110.75 49.657 110.75 110.729 0 61.094-49.678 110.794-110.75 110.794-61.095 0-110.773-49.7-110.773-110.794z" ></path><path d="M511.371 960.81c-246.951 0-447.869-200.918-447.869-447.891 0-246.93 200.919-447.871 447.869-447.871 246.973 0 447.892 200.919 447.892 447.871 0 246.973-200.919 447.891-447.892 447.891z m0-854.269c-224.098 0-406.398 182.301-406.398 406.377s182.3 406.397 406.398 406.397c224.099 0 406.42-182.321 406.42-406.397S735.47 106.541 511.371 106.541z" ></path></symbol><symbol id="icon-liucheng" viewBox="0 0 1024 1024"><path d="M914.944 636.416h-86.016v-133.12h-274.432V435.2h77.824c38.912 0 70.656-31.744 70.656-70.656v-162.816c0-38.912-31.744-70.656-70.656-70.656h-223.744c-38.912 0-70.656 31.744-70.656 70.656v162.816c0 38.912 31.744 70.656 70.656 70.656h81.408V503.296h-277.504v133.12h-79.872c-38.912 0-70.656 31.744-70.656 70.656V870.4c0 38.912 31.744 70.656 70.656 70.656h223.744c38.912 0 70.656-31.744 70.656-70.656V707.072c0-38.912-31.744-70.656-70.656-70.656H271.36V562.176h498.688v74.24H691.2c-38.912 0-70.656 31.744-70.656 70.656V870.4c0 38.912 31.744 70.656 70.656 70.656h223.744c38.912 0 70.656-31.744 70.656-70.656V707.072c0-38.912-31.744-70.656-70.656-70.656zM356.352 695.296c6.656 0 11.776 5.12 11.776 11.776V870.4c0 6.656-5.12 11.776-11.776 11.776h-223.744c-6.656 0-11.776-5.12-11.776-11.776V707.072c0-6.656 5.12-11.776 11.776-11.776h223.744z m52.736-318.976c-6.656 0-11.776-5.12-11.776-11.776v-162.816c0-6.656 5.12-11.776 11.776-11.776h223.744c6.656 0 11.776 5.12 11.776 11.776v162.816c0 6.656-5.12 11.776-11.776 11.776h-223.744zM926.72 870.4c0 6.656-5.12 11.776-11.776 11.776H691.2c-6.656 0-11.776-5.12-11.776-11.776V707.072c0-6.656 5.12-11.776 11.776-11.776h223.744c6.656 0 11.776 5.12 11.776 11.776V870.4z" fill="#040000" ></path></symbol><symbol id="icon-jiaose" viewBox="0 0 1024 1024"><path d="M52.139251 997.722656c-14.742623 0-26.851732-11.928484-26.851732-26.566345v-87.404501c0-172.453651 104.578339-325.370888 266.331757-389.590348l27.881296-11.079546-23.65828-18.391251C235.665223 417.742581 201.216397 347.526367 201.216397 272.140662c0-134.999224 110.676244-244.924067 246.705031-244.924067s246.715868 109.928456 246.715868 244.924067c0 75.385705-34.546363 145.507994-94.629507 192.546391l-15.963649 12.484809c-23.65828 21.024765-70.028364 35.294151-130.487208 39.994017h-2.348127c-1.033176 0-2.062739-0.097538-3.092302-0.097538-9.392507 0-19.153489 0.3757-29.109546 1.217414l-10.606308 0.848938-4.692641 0.657475c-185.317773 22.061554-324.814563 178.558781-324.814563 363.959642v60.834544h405.45646l2.250589 4.504791c6.101517 12.293347 12.954434 24.413293 20.558752 35.864926l8.355719 12.676272H52.139251v0.090313zM447.921428 80.251746c-106.45684 0-193.008791 86.085938-193.008791 191.885303 0 105.802977 86.649488 191.881691 193.008791 191.881691 106.45684 0 193.113554-86.082326 193.113554-191.881691-0.093925-105.799365-86.656713-191.885303-193.113554-191.885303z m0 0" fill="#333333" ></path><path d="M447.921428 31.905623c-133.49281 0-242.016002 107.771791-242.016002 240.231426 0 73.879292 33.8925 142.693855 92.84493 188.785776l30.045185 23.47043-35.485614 14.08876C133.341085 562.029549 29.980159 713.274197 29.980159 883.748197v87.404502c0 12.018796 9.952445 21.866479 22.15
gitextract_oqn529dx/
├── .gitignore
├── LICENSE
├── README.md
├── css/
│ └── okadmin.css
├── data/
│ ├── menu.json
│ ├── permission/
│ │ └── tree.json
│ ├── permission-table.json
│ └── permission-tree.json
├── font/
│ ├── demo.css
│ ├── demo_index.html
│ ├── iconfont.css
│ └── iconfont.js
├── index.html
├── js/
│ └── okadmin.js
├── lib/
│ ├── animate/
│ │ └── animate.css
│ ├── layui/
│ │ ├── css/
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules/
│ │ │ ├── code.css
│ │ │ ├── laydate/
│ │ │ │ └── default/
│ │ │ │ └── laydate.css
│ │ │ └── layer/
│ │ │ └── default/
│ │ │ └── layer.css
│ │ ├── lay/
│ │ │ ├── modules/
│ │ │ │ ├── carousel.js
│ │ │ │ ├── code.js
│ │ │ │ ├── colorpicker.js
│ │ │ │ ├── element.js
│ │ │ │ ├── flow.js
│ │ │ │ ├── form.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── laydate.js
│ │ │ │ ├── layedit.js
│ │ │ │ ├── layer.js
│ │ │ │ ├── laypage.js
│ │ │ │ ├── laytpl.js
│ │ │ │ ├── mobile.js
│ │ │ │ ├── rate.js
│ │ │ │ ├── slider.js
│ │ │ │ ├── table.js
│ │ │ │ ├── transfer.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ └── okmodules/
│ │ │ ├── okLayer.js
│ │ │ ├── okMenu.js
│ │ │ ├── okProgress/
│ │ │ │ ├── nprogress.css
│ │ │ │ ├── nprogress.js
│ │ │ │ └── okProgress.js
│ │ │ ├── okTab.js
│ │ │ ├── okUtils.js
│ │ │ └── treetable/
│ │ │ ├── treetable.css
│ │ │ └── treetable.js
│ │ ├── layui.all.js
│ │ └── layui.js
│ └── zTree_v3/
│ ├── .gitignore
│ ├── README.md
│ ├── api/
│ │ ├── API_cn.html
│ │ ├── API_en.html
│ │ ├── apiCss/
│ │ │ ├── api.js
│ │ │ ├── common.css
│ │ │ ├── common_ie6.css
│ │ │ ├── jquery.ztree.core.js
│ │ │ └── zTreeStyleForApi.css
│ │ ├── cn/
│ │ │ ├── fn.zTree._z.html
│ │ │ ├── fn.zTree.destroy.html
│ │ │ ├── fn.zTree.getZTreeObj.html
│ │ │ ├── fn.zTree.init.html
│ │ │ ├── setting.async.autoParam.html
│ │ │ ├── setting.async.contentType.html
│ │ │ ├── setting.async.dataFilter.html
│ │ │ ├── setting.async.dataType.html
│ │ │ ├── setting.async.enable.html
│ │ │ ├── setting.async.headers.html
│ │ │ ├── setting.async.otherParam.html
│ │ │ ├── setting.async.type.html
│ │ │ ├── setting.async.url.html
│ │ │ ├── setting.async.xhrFields.html
│ │ │ ├── setting.callback.beforeAsync.html
│ │ │ ├── setting.callback.beforeCheck.html
│ │ │ ├── setting.callback.beforeClick.html
│ │ │ ├── setting.callback.beforeCollapse.html
│ │ │ ├── setting.callback.beforeDblClick.html
│ │ │ ├── setting.callback.beforeDrag.html
│ │ │ ├── setting.callback.beforeDragOpen.html
│ │ │ ├── setting.callback.beforeDrop.html
│ │ │ ├── setting.callback.beforeEditName.html
│ │ │ ├── setting.callback.beforeExpand.html
│ │ │ ├── setting.callback.beforeMouseDown.html
│ │ │ ├── setting.callback.beforeMouseUp.html
│ │ │ ├── setting.callback.beforeRemove.html
│ │ │ ├── setting.callback.beforeRename.html
│ │ │ ├── setting.callback.beforeRightClick.html
│ │ │ ├── setting.callback.onAsyncError.html
│ │ │ ├── setting.callback.onAsyncSuccess.html
│ │ │ ├── setting.callback.onCheck.html
│ │ │ ├── setting.callback.onClick.html
│ │ │ ├── setting.callback.onCollapse.html
│ │ │ ├── setting.callback.onDblClick.html
│ │ │ ├── setting.callback.onDrag.html
│ │ │ ├── setting.callback.onDragMove.html
│ │ │ ├── setting.callback.onDrop.html
│ │ │ ├── setting.callback.onExpand.html
│ │ │ ├── setting.callback.onMouseDown.html
│ │ │ ├── setting.callback.onMouseUp.html
│ │ │ ├── setting.callback.onNodeCreated.html
│ │ │ ├── setting.callback.onRemove.html
│ │ │ ├── setting.callback.onRename.html
│ │ │ ├── setting.callback.onRightClick.html
│ │ │ ├── setting.check.autoCheckTrigger.html
│ │ │ ├── setting.check.chkDisabledInherit.html
│ │ │ ├── setting.check.chkStyle.html
│ │ │ ├── setting.check.chkboxType.html
│ │ │ ├── setting.check.enable.html
│ │ │ ├── setting.check.nocheckInherit.html
│ │ │ ├── setting.check.radioType.html
│ │ │ ├── setting.data.keep.leaf.html
│ │ │ ├── setting.data.keep.parent.html
│ │ │ ├── setting.data.key.checked.html
│ │ │ ├── setting.data.key.children.html
│ │ │ ├── setting.data.key.isHidden.html
│ │ │ ├── setting.data.key.isParent.html
│ │ │ ├── setting.data.key.name.html
│ │ │ ├── setting.data.key.title.html
│ │ │ ├── setting.data.key.url.html
│ │ │ ├── setting.data.simpleData.enable.html
│ │ │ ├── setting.data.simpleData.idKey.html
│ │ │ ├── setting.data.simpleData.pIdKey.html
│ │ │ ├── setting.data.simpleData.rootPId.html
│ │ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ │ ├── setting.edit.drag.autoOpenTime.html
│ │ │ ├── setting.edit.drag.borderMax.html
│ │ │ ├── setting.edit.drag.borderMin.html
│ │ │ ├── setting.edit.drag.inner.html
│ │ │ ├── setting.edit.drag.isCopy.html
│ │ │ ├── setting.edit.drag.isMove.html
│ │ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ │ ├── setting.edit.drag.minMoveSize.html
│ │ │ ├── setting.edit.drag.next.html
│ │ │ ├── setting.edit.drag.prev.html
│ │ │ ├── setting.edit.editNameSelectAll.html
│ │ │ ├── setting.edit.enable.html
│ │ │ ├── setting.edit.removeTitle.html
│ │ │ ├── setting.edit.renameTitle.html
│ │ │ ├── setting.edit.showRemoveBtn.html
│ │ │ ├── setting.edit.showRenameBtn.html
│ │ │ ├── setting.treeId.html
│ │ │ ├── setting.treeObj.html
│ │ │ ├── setting.view.addDiyDom.html
│ │ │ ├── setting.view.addHoverDom.html
│ │ │ ├── setting.view.autoCancelSelected.html
│ │ │ ├── setting.view.dblClickExpand.html
│ │ │ ├── setting.view.expandSpeed.html
│ │ │ ├── setting.view.fontCss.html
│ │ │ ├── setting.view.nameIsHTML.html
│ │ │ ├── setting.view.removeHoverDom.html
│ │ │ ├── setting.view.selectedMulti.html
│ │ │ ├── setting.view.showIcon.html
│ │ │ ├── setting.view.showLine.html
│ │ │ ├── setting.view.showTitle.html
│ │ │ ├── setting.view.txtSelectedEnable.html
│ │ │ ├── treeNode.check_Child_State.html
│ │ │ ├── treeNode.check_Focus.html
│ │ │ ├── treeNode.checked.html
│ │ │ ├── treeNode.checkedOld.html
│ │ │ ├── treeNode.children.html
│ │ │ ├── treeNode.chkDisabled.html
│ │ │ ├── treeNode.click.html
│ │ │ ├── treeNode.diy.html
│ │ │ ├── treeNode.editNameFlag.html
│ │ │ ├── treeNode.getCheckStatus.html
│ │ │ ├── treeNode.getIndex.html
│ │ │ ├── treeNode.getNextNode.html
│ │ │ ├── treeNode.getParentNode.html
│ │ │ ├── treeNode.getPath.html
│ │ │ ├── treeNode.getPreNode.html
│ │ │ ├── treeNode.halfCheck.html
│ │ │ ├── treeNode.icon.html
│ │ │ ├── treeNode.iconClose.html
│ │ │ ├── treeNode.iconOpen.html
│ │ │ ├── treeNode.iconSkin.html
│ │ │ ├── treeNode.isAjaxing.html
│ │ │ ├── treeNode.isFirstNode.html
│ │ │ ├── treeNode.isHidden.html
│ │ │ ├── treeNode.isHover.html
│ │ │ ├── treeNode.isLastNode.html
│ │ │ ├── treeNode.isParent.html
│ │ │ ├── treeNode.level.html
│ │ │ ├── treeNode.name.html
│ │ │ ├── treeNode.nocheck.html
│ │ │ ├── treeNode.open.html
│ │ │ ├── treeNode.parentTId.html
│ │ │ ├── treeNode.tId.html
│ │ │ ├── treeNode.target.html
│ │ │ ├── treeNode.url.html
│ │ │ ├── treeNode.zAsync.html
│ │ │ ├── zTreeObj.addNodes.html
│ │ │ ├── zTreeObj.cancelEditName.html
│ │ │ ├── zTreeObj.cancelSelectedNode.html
│ │ │ ├── zTreeObj.checkAllNodes.html
│ │ │ ├── zTreeObj.checkNode.html
│ │ │ ├── zTreeObj.copyNode.html
│ │ │ ├── zTreeObj.destroy.html
│ │ │ ├── zTreeObj.editName.html
│ │ │ ├── zTreeObj.expandAll.html
│ │ │ ├── zTreeObj.expandNode.html
│ │ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ │ ├── zTreeObj.getCheckedNodes.html
│ │ │ ├── zTreeObj.getNodeByParam.html
│ │ │ ├── zTreeObj.getNodeByTId.html
│ │ │ ├── zTreeObj.getNodeIndex.html
│ │ │ ├── zTreeObj.getNodes.html
│ │ │ ├── zTreeObj.getNodesByFilter.html
│ │ │ ├── zTreeObj.getNodesByParam.html
│ │ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ │ ├── zTreeObj.getSelectedNodes.html
│ │ │ ├── zTreeObj.hideNode.html
│ │ │ ├── zTreeObj.hideNodes.html
│ │ │ ├── zTreeObj.moveNode.html
│ │ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ │ ├── zTreeObj.reAsyncChildNodesPromise.html
│ │ │ ├── zTreeObj.refresh.html
│ │ │ ├── zTreeObj.removeChildNodes.html
│ │ │ ├── zTreeObj.removeNode.html
│ │ │ ├── zTreeObj.selectNode.html
│ │ │ ├── zTreeObj.setChkDisabled.html
│ │ │ ├── zTreeObj.setEditable.html
│ │ │ ├── zTreeObj.setting.html
│ │ │ ├── zTreeObj.showNode.html
│ │ │ ├── zTreeObj.showNodes.html
│ │ │ ├── zTreeObj.transformToArray.html
│ │ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ │ └── zTreeObj.updateNode.html
│ │ └── en/
│ │ ├── fn.zTree._z.html
│ │ ├── fn.zTree.destroy.html
│ │ ├── fn.zTree.getZTreeObj.html
│ │ ├── fn.zTree.init.html
│ │ ├── setting.async.autoParam.html
│ │ ├── setting.async.contentType.html
│ │ ├── setting.async.dataFilter.html
│ │ ├── setting.async.dataType.html
│ │ ├── setting.async.enable.html
│ │ ├── setting.async.headers.html
│ │ ├── setting.async.otherParam.html
│ │ ├── setting.async.type.html
│ │ ├── setting.async.url.html
│ │ ├── setting.async.xhrFields.html
│ │ ├── setting.callback.beforeAsync.html
│ │ ├── setting.callback.beforeCheck.html
│ │ ├── setting.callback.beforeClick.html
│ │ ├── setting.callback.beforeCollapse.html
│ │ ├── setting.callback.beforeDblClick.html
│ │ ├── setting.callback.beforeDrag.html
│ │ ├── setting.callback.beforeDragOpen.html
│ │ ├── setting.callback.beforeDrop.html
│ │ ├── setting.callback.beforeEditName.html
│ │ ├── setting.callback.beforeExpand.html
│ │ ├── setting.callback.beforeMouseDown.html
│ │ ├── setting.callback.beforeMouseUp.html
│ │ ├── setting.callback.beforeRemove.html
│ │ ├── setting.callback.beforeRename.html
│ │ ├── setting.callback.beforeRightClick.html
│ │ ├── setting.callback.onAsyncError.html
│ │ ├── setting.callback.onAsyncSuccess.html
│ │ ├── setting.callback.onCheck.html
│ │ ├── setting.callback.onClick.html
│ │ ├── setting.callback.onCollapse.html
│ │ ├── setting.callback.onDblClick.html
│ │ ├── setting.callback.onDrag.html
│ │ ├── setting.callback.onDragMove.html
│ │ ├── setting.callback.onDrop.html
│ │ ├── setting.callback.onExpand.html
│ │ ├── setting.callback.onMouseDown.html
│ │ ├── setting.callback.onMouseUp.html
│ │ ├── setting.callback.onNodeCreated.html
│ │ ├── setting.callback.onRemove.html
│ │ ├── setting.callback.onRename.html
│ │ ├── setting.callback.onRightClick.html
│ │ ├── setting.check.autoCheckTrigger.html
│ │ ├── setting.check.chkDisabledInherit.html
│ │ ├── setting.check.chkStyle.html
│ │ ├── setting.check.chkboxType.html
│ │ ├── setting.check.enable.html
│ │ ├── setting.check.nocheckInherit.html
│ │ ├── setting.check.radioType.html
│ │ ├── setting.data.keep.leaf.html
│ │ ├── setting.data.keep.parent.html
│ │ ├── setting.data.key.checked.html
│ │ ├── setting.data.key.children.html
│ │ ├── setting.data.key.isHidden.html
│ │ ├── setting.data.key.isParent.html
│ │ ├── setting.data.key.name.html
│ │ ├── setting.data.key.title.html
│ │ ├── setting.data.key.url.html
│ │ ├── setting.data.simpleData.enable.html
│ │ ├── setting.data.simpleData.idKey.html
│ │ ├── setting.data.simpleData.pIdKey.html
│ │ ├── setting.data.simpleData.rootPId.html
│ │ ├── setting.edit.drag.autoExpandTrigger.html
│ │ ├── setting.edit.drag.autoOpenTime.html
│ │ ├── setting.edit.drag.borderMax.html
│ │ ├── setting.edit.drag.borderMin.html
│ │ ├── setting.edit.drag.inner.html
│ │ ├── setting.edit.drag.isCopy.html
│ │ ├── setting.edit.drag.isMove.html
│ │ ├── setting.edit.drag.maxShowNodeNum.html
│ │ ├── setting.edit.drag.minMoveSize.html
│ │ ├── setting.edit.drag.next.html
│ │ ├── setting.edit.drag.prev.html
│ │ ├── setting.edit.editNameSelectAll.html
│ │ ├── setting.edit.enable.html
│ │ ├── setting.edit.removeTitle.html
│ │ ├── setting.edit.renameTitle.html
│ │ ├── setting.edit.showRemoveBtn.html
│ │ ├── setting.edit.showRenameBtn.html
│ │ ├── setting.treeId.html
│ │ ├── setting.treeObj.html
│ │ ├── setting.view.addDiyDom.html
│ │ ├── setting.view.addHoverDom.html
│ │ ├── setting.view.autoCancelSelected.html
│ │ ├── setting.view.dblClickExpand.html
│ │ ├── setting.view.expandSpeed.html
│ │ ├── setting.view.fontCss.html
│ │ ├── setting.view.nameIsHTML.html
│ │ ├── setting.view.removeHoverDom.html
│ │ ├── setting.view.selectedMulti.html
│ │ ├── setting.view.showIcon.html
│ │ ├── setting.view.showLine.html
│ │ ├── setting.view.showTitle.html
│ │ ├── setting.view.txtSelectedEnable.html
│ │ ├── treeNode.check_Child_State.html
│ │ ├── treeNode.check_Focus.html
│ │ ├── treeNode.checked.html
│ │ ├── treeNode.checkedOld.html
│ │ ├── treeNode.children.html
│ │ ├── treeNode.chkDisabled.html
│ │ ├── treeNode.click.html
│ │ ├── treeNode.diy.html
│ │ ├── treeNode.editNameFlag.html
│ │ ├── treeNode.getCheckStatus.html
│ │ ├── treeNode.getIndex.html
│ │ ├── treeNode.getNextNode.html
│ │ ├── treeNode.getParentNode.html
│ │ ├── treeNode.getPath.html
│ │ ├── treeNode.getPreNode.html
│ │ ├── treeNode.halfCheck.html
│ │ ├── treeNode.icon.html
│ │ ├── treeNode.iconClose.html
│ │ ├── treeNode.iconOpen.html
│ │ ├── treeNode.iconSkin.html
│ │ ├── treeNode.isAjaxing.html
│ │ ├── treeNode.isFirstNode.html
│ │ ├── treeNode.isHidden.html
│ │ ├── treeNode.isHover.html
│ │ ├── treeNode.isLastNode.html
│ │ ├── treeNode.isParent.html
│ │ ├── treeNode.level.html
│ │ ├── treeNode.name.html
│ │ ├── treeNode.nocheck.html
│ │ ├── treeNode.open.html
│ │ ├── treeNode.parentTId.html
│ │ ├── treeNode.tId.html
│ │ ├── treeNode.target.html
│ │ ├── treeNode.url.html
│ │ ├── treeNode.zAsync.html
│ │ ├── zTreeObj.addNodes.html
│ │ ├── zTreeObj.cancelEditName.html
│ │ ├── zTreeObj.cancelSelectedNode.html
│ │ ├── zTreeObj.checkAllNodes.html
│ │ ├── zTreeObj.checkNode.html
│ │ ├── zTreeObj.copyNode.html
│ │ ├── zTreeObj.destroy.html
│ │ ├── zTreeObj.editName.html
│ │ ├── zTreeObj.expandAll.html
│ │ ├── zTreeObj.expandNode.html
│ │ ├── zTreeObj.getChangeCheckedNodes.html
│ │ ├── zTreeObj.getCheckedNodes.html
│ │ ├── zTreeObj.getNodeByParam.html
│ │ ├── zTreeObj.getNodeByTId.html
│ │ ├── zTreeObj.getNodeIndex.html
│ │ ├── zTreeObj.getNodes.html
│ │ ├── zTreeObj.getNodesByFilter.html
│ │ ├── zTreeObj.getNodesByParam.html
│ │ ├── zTreeObj.getNodesByParamFuzzy.html
│ │ ├── zTreeObj.getSelectedNodes.html
│ │ ├── zTreeObj.hideNode.html
│ │ ├── zTreeObj.hideNodes.html
│ │ ├── zTreeObj.moveNode.html
│ │ ├── zTreeObj.reAsyncChildNodes.html
│ │ ├── zTreeObj.reAsyncChildNodesPromise.html
│ │ ├── zTreeObj.refresh.html
│ │ ├── zTreeObj.removeChildNodes.html
│ │ ├── zTreeObj.removeNode.html
│ │ ├── zTreeObj.selectNode.html
│ │ ├── zTreeObj.setChkDisabled.html
│ │ ├── zTreeObj.setEditable.html
│ │ ├── zTreeObj.setting.html
│ │ ├── zTreeObj.showNode.html
│ │ ├── zTreeObj.showNodes.html
│ │ ├── zTreeObj.transformToArray.html
│ │ ├── zTreeObj.transformTozTreeNodes.html
│ │ └── zTreeObj.updateNode.html
│ ├── css/
│ │ ├── awesomeStyle/
│ │ │ ├── awesome.css
│ │ │ ├── awesome.less
│ │ │ └── fa.less
│ │ ├── demo.css
│ │ ├── metroStyle/
│ │ │ └── metroStyle.css
│ │ └── zTreeStyle/
│ │ └── zTreeStyle.css
│ ├── demo/
│ │ ├── cn/
│ │ │ ├── asyncData/
│ │ │ │ ├── getNodes.php
│ │ │ │ └── getNodesForBigData.php
│ │ │ ├── bigdata/
│ │ │ │ ├── common.html
│ │ │ │ ├── diy_async.html
│ │ │ │ └── page.html
│ │ │ ├── core/
│ │ │ │ ├── async.html
│ │ │ │ ├── async_fun.html
│ │ │ │ ├── click.html
│ │ │ │ ├── custom_font.html
│ │ │ │ ├── custom_icon.html
│ │ │ │ ├── custom_iconSkin.html
│ │ │ │ ├── expand.html
│ │ │ │ ├── noicon.html
│ │ │ │ ├── noline.html
│ │ │ │ ├── otherMouse.html
│ │ │ │ ├── searchNodes.html
│ │ │ │ ├── simpleData.html
│ │ │ │ ├── standardData.html
│ │ │ │ ├── update_fun.html
│ │ │ │ └── url.html
│ │ │ ├── excheck/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── checkbox_chkDisabled.html
│ │ │ │ ├── checkbox_count.html
│ │ │ │ ├── checkbox_fun.html
│ │ │ │ ├── checkbox_halfCheck.html
│ │ │ │ ├── checkbox_nocheck.html
│ │ │ │ ├── radio.html
│ │ │ │ ├── radio_chkDisabled.html
│ │ │ │ ├── radio_fun.html
│ │ │ │ ├── radio_halfCheck.html
│ │ │ │ └── radio_nocheck.html
│ │ │ ├── exedit/
│ │ │ │ ├── async_edit.html
│ │ │ │ ├── drag.html
│ │ │ │ ├── drag_fun.html
│ │ │ │ ├── drag_super.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── edit_fun.html
│ │ │ │ ├── edit_super.html
│ │ │ │ └── multiTree.html
│ │ │ ├── exhide/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── common.html
│ │ │ │ └── radio.html
│ │ │ ├── index.html
│ │ │ └── super/
│ │ │ ├── asyncForAll.html
│ │ │ ├── awesome.html
│ │ │ ├── checkbox_radio.html
│ │ │ ├── diydom.html
│ │ │ ├── dragWithOther.html
│ │ │ ├── fuzzySearch.html
│ │ │ ├── left_menu.html
│ │ │ ├── left_menuForOutLook.html
│ │ │ ├── metro.html
│ │ │ ├── oneclick.html
│ │ │ ├── oneroot.html
│ │ │ ├── rightClickMenu.html
│ │ │ ├── select_menu.html
│ │ │ ├── select_menu_checkbox.html
│ │ │ ├── select_menu_radio.html
│ │ │ └── singlepath.html
│ │ ├── en/
│ │ │ ├── asyncData/
│ │ │ │ ├── getNodes.php
│ │ │ │ └── getNodesForBigData.php
│ │ │ ├── bigdata/
│ │ │ │ ├── common.html
│ │ │ │ ├── diy_async.html
│ │ │ │ └── page.html
│ │ │ ├── core/
│ │ │ │ ├── async.html
│ │ │ │ ├── async_fun.html
│ │ │ │ ├── click.html
│ │ │ │ ├── custom_font.html
│ │ │ │ ├── custom_icon.html
│ │ │ │ ├── custom_iconSkin.html
│ │ │ │ ├── expand.html
│ │ │ │ ├── noicon.html
│ │ │ │ ├── noline.html
│ │ │ │ ├── otherMouse.html
│ │ │ │ ├── searchNodes.html
│ │ │ │ ├── simpleData.html
│ │ │ │ ├── standardData.html
│ │ │ │ ├── update_fun.html
│ │ │ │ └── url.html
│ │ │ ├── excheck/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── checkbox_chkDisabled.html
│ │ │ │ ├── checkbox_count.html
│ │ │ │ ├── checkbox_fun.html
│ │ │ │ ├── checkbox_halfCheck.html
│ │ │ │ ├── checkbox_nocheck.html
│ │ │ │ ├── radio.html
│ │ │ │ ├── radio_chkDisabled.html
│ │ │ │ ├── radio_fun.html
│ │ │ │ ├── radio_halfCheck.html
│ │ │ │ └── radio_nocheck.html
│ │ │ ├── exedit/
│ │ │ │ ├── async_edit.html
│ │ │ │ ├── drag.html
│ │ │ │ ├── drag_fun.html
│ │ │ │ ├── drag_super.html
│ │ │ │ ├── edit.html
│ │ │ │ ├── edit_fun.html
│ │ │ │ ├── edit_super.html
│ │ │ │ └── multiTree.html
│ │ │ ├── exhide/
│ │ │ │ ├── checkbox.html
│ │ │ │ ├── common.html
│ │ │ │ └── radio.html
│ │ │ ├── index.html
│ │ │ └── super/
│ │ │ ├── asyncForAll.html
│ │ │ ├── awesome.html
│ │ │ ├── checkbox_radio.html
│ │ │ ├── diydom.html
│ │ │ ├── dragWithOther.html
│ │ │ ├── fuzzySearch.html
│ │ │ ├── left_menu.html
│ │ │ ├── left_menuForOutLook.html
│ │ │ ├── metro.html
│ │ │ ├── oneclick.html
│ │ │ ├── oneroot.html
│ │ │ ├── rightClickMenu.html
│ │ │ ├── select_menu.html
│ │ │ ├── select_menu_checkbox.html
│ │ │ ├── select_menu_radio.html
│ │ │ ├── singlepath.html
│ │ │ └── ztree.html
│ │ └── js/
│ │ └── fuzzysearch.js
│ ├── js/
│ │ ├── jquery.ztree.all.js
│ │ ├── jquery.ztree.core.js
│ │ ├── jquery.ztree.excheck.js
│ │ ├── jquery.ztree.exedit.js
│ │ └── jquery.ztree.exhide.js
│ └── log v3.x.txt
└── pages/
├── map/
│ ├── map1.html
│ ├── map2.html
│ ├── map3.html
│ ├── map4.html
│ ├── map5.html
│ └── map6.html
├── member/
│ ├── permission-add.html
│ ├── permission-edit.html
│ ├── permission.html
│ ├── role-add.html
│ ├── role-edit.html
│ ├── role.html
│ ├── user-add.html
│ ├── user-center.html
│ ├── user-edit.html
│ ├── user-info.html
│ ├── user-notify.html
│ ├── user-pwd.html
│ └── user.html
├── often/
│ ├── article-add.html
│ ├── article-edit.html
│ ├── article.html
│ ├── download.html
│ ├── image.html
│ ├── link.html
│ ├── message.html
│ ├── process.html
│ └── product.html
├── other/
│ ├── 403.html
│ ├── 404.html
│ ├── 500.html
│ ├── donate.html
│ └── login.html
├── system/
│ ├── alertSkin.html
│ ├── system-log-detail.html
│ ├── system-log.html
│ ├── system-setting.html
│ └── system-shield.html
├── test/
│ ├── okLayer.html
│ ├── okProgress.html
│ └── okutils.html
├── use/
│ ├── demo.html
│ ├── use-okLayer.html
│ ├── use-okMenu.html
│ ├── use-okTab-sub.html
│ ├── use-okTab.html
│ ├── use-okUtils.html
│ └── use-tab.html
└── welcome.html
SYMBOL INDEX (257 symbols across 12 files)
FILE: lib/layui/lay/modules/jquery.js
function n (line 2) | function n(e){var t=!!e&&"length"in e&&e.length,n=pe.type(e);return"func...
function r (line 2) | function r(e,t,n){if(pe.isFunction(t))return pe.grep(e,function(e,r){ret...
function i (line 2) | function i(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}
function o (line 2) | function o(e){var t={};return pe.each(e.match(De)||[],function(e,n){t[n]...
function a (line 2) | function a(){re.addEventListener?(re.removeEventListener("DOMContentLoad...
function s (line 2) | function s(){(re.addEventListener||"load"===e.event.type||"complete"===r...
function u (line 2) | function u(e,t,n){if(void 0===n&&1===e.nodeType){var r="data-"+t.replace...
function l (line 2) | function l(e){var t;for(t in e)if(("data"!==t||!pe.isEmptyObject(e[t]))&...
function c (line 2) | function c(e,t,n,r){if(He(e)){var i,o,a=pe.expando,s=e.nodeType,u=s?pe.c...
function f (line 2) | function f(e,t,n){if(He(e)){var r,i,o=e.nodeType,a=o?pe.cache:e,s=o?e[pe...
function d (line 2) | function d(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:functi...
function p (line 2) | function p(e){var t=ze.split("|"),n=e.createDocumentFragment();if(n.crea...
function h (line 2) | function h(e,t){var n,r,i=0,o="undefined"!=typeof e.getElementsByTagName...
function g (line 2) | function g(e,t){for(var n,r=0;null!=(n=e[r]);r++)pe._data(n,"globalEval"...
function m (line 2) | function m(e){Be.test(e.type)&&(e.defaultChecked=e.checked)}
function y (line 2) | function y(e,t,n,r,i){for(var o,a,s,u,l,c,f,d=e.length,y=p(t),v=[],x=0;x...
function v (line 2) | function v(){return!0}
function x (line 2) | function x(){return!1}
function b (line 2) | function b(){try{return re.activeElement}catch(e){}}
function w (line 2) | function w(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof ...
function T (line 2) | function T(e,t){return pe.nodeName(e,"table")&&pe.nodeName(11!==t.nodeTy...
function C (line 2) | function C(e){return e.type=(null!==pe.find.attr(e,"type"))+"/"+e.type,e}
function E (line 2) | function E(e){var t=it.exec(e.type);return t?e.type=t[1]:e.removeAttribu...
function N (line 2) | function N(e,t){if(1===t.nodeType&&pe.hasData(e)){var n,r,i,o=pe._data(e...
function k (line 2) | function k(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase...
function S (line 2) | function S(e,t,n,r){t=oe.apply([],t);var i,o,a,s,u,l,c=0,f=e.length,d=f-...
function A (line 2) | function A(e,t,n){for(var r,i=t?pe.filter(t,e):e,o=0;null!=(r=i[o]);o++)...
function D (line 2) | function D(e,t){var n=pe(t.createElement(e)).appendTo(t.body),r=pe.css(n...
function j (line 2) | function j(e){var t=re,n=lt[e];return n||(n=D(e,t),"none"!==n&&n||(ut=(u...
function L (line 2) | function L(e,t){return{get:function(){return e()?void delete this.get:(t...
function H (line 2) | function H(e){if(e in Et)return e;for(var t=e.charAt(0).toUpperCase()+e....
function q (line 2) | function q(e,t){for(var n,r,i,o=[],a=0,s=e.length;a<s;a++)r=e[a],r.style...
function _ (line 2) | function _(e,t,n){var r=bt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2...
function F (line 2) | function F(e,t,n,r,i){for(var o=n===(r?"border":"content")?4:"width"===t...
function M (line 2) | function M(t,n,r){var i=!0,o="width"===n?t.offsetWidth:t.offsetHeight,a=...
function O (line 2) | function O(e,t,n,r,i){return new O.prototype.init(e,t,n,r,i)}
function R (line 2) | function R(){return e.setTimeout(function(){Nt=void 0}),Nt=pe.now()}
function P (line 2) | function P(e,t){var n,r={height:e},i=0;for(t=t?1:0;i<4;i+=2-t)n=Oe[i],r[...
function B (line 2) | function B(e,t,n){for(var r,i=($.tweeners[t]||[]).concat($.tweeners["*"]...
function W (line 2) | function W(e,t,n){var r,i,o,a,s,u,l,c,f=this,d={},p=e.style,h=e.nodeType...
function I (line 2) | function I(e,t){var n,r,i,o,a;for(n in e)if(r=pe.camelCase(n),i=t[r],o=e...
function $ (line 2) | function $(e,t,n){var r,i,o=0,a=$.prefilters.length,s=pe.Deferred().alwa...
function z (line 2) | function z(e){return pe.attr(e,"class")||""}
function X (line 2) | function X(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r...
function U (line 2) | function U(e,t,n,r){function i(s){var u;return o[s]=!0,pe.each(e[s]||[],...
function V (line 2) | function V(e,t){var n,r,i=pe.ajaxSettings.flatOptions||{};for(r in t)voi...
function Y (line 2) | function Y(e,t,n){for(var r,i,o,a,s=e.contents,u=e.dataTypes;"*"===u[0];...
function J (line 2) | function J(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for...
function G (line 2) | function G(e){return e.style&&e.style.display||pe.css(e,"display")}
function K (line 2) | function K(e){for(;e&&1===e.nodeType;){if("none"===G(e)||"hidden"===e.ty...
function Q (line 2) | function Q(e,t,n,r){var i;if(pe.isArray(t))pe.each(t,function(t,i){n||rn...
function Z (line 2) | function Z(){try{return new e.XMLHttpRequest}catch(t){}}
function ee (line 2) | function ee(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(...
function te (line 2) | function te(e){return pe.isWindow(e)?e:9===e.nodeType&&(e.defaultView||e...
function t (line 2) | function t(e,t,n,r){var i,o,a,s,u,l,f,p,h=t&&t.ownerDocument,g=t?t.nodeT...
function n (line 2) | function n(){function e(n,r){return t.push(n+" ")>T.cacheLength&&delete ...
function r (line 2) | function r(e){return e[P]=!0,e}
function i (line 2) | function i(e){var t=H.createElement("div");try{return!!e(t)}catch(n){ret...
function o (line 2) | function o(e,t){for(var n=e.split("|"),r=n.length;r--;)T.attrHandle[n[r]...
function a (line 2) | function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sour...
function s (line 2) | function s(e){return function(t){var n=t.nodeName.toLowerCase();return"i...
function u (line 2) | function u(e){return function(t){var n=t.nodeName.toLowerCase();return("...
function l (line 2) | function l(e){return r(function(t){return t=+t,r(function(n,r){for(var i...
function c (line 2) | function c(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}
function f (line 2) | function f(){}
function d (line 2) | function d(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}
function p (line 2) | function p(e,t,n){var r=t.dir,i=n&&"parentNode"===r,o=I++;return t.first...
function h (line 2) | function h(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)...
function g (line 2) | function g(e,n,r){for(var i=0,o=n.length;i<o;i++)t(e,n[i],r);return r}
function m (line 2) | function m(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o...
function y (line 2) | function y(e,t,n,i,o,a){return i&&!i[P]&&(i=y(i)),o&&!o[P]&&(o=y(o,a)),r...
function v (line 2) | function v(e){for(var t,n,r,i=e.length,o=T.relative[e[0].type],a=o||T.re...
function x (line 2) | function x(e,n){var i=n.length>0,o=e.length>0,a=function(r,a,s,u,l){var ...
function t (line 4) | function t(){var t,c,f=re.documentElement;f.appendChild(u),l.style.cssTe...
function r (line 4) | function r(t,n,r,i){var o,f,v,x,w,C=n;2!==b&&(b=2,u&&e.clearTimeout(u),c...
FILE: lib/layui/lay/modules/layer.js
function e (line 2) | function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}
function o (line 2) | function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onlo...
FILE: lib/layui/lay/modules/mobile.js
function t (line 2) | function t(t){return null==t?String(t):J[W.call(t)]||"object"}
function e (line 2) | function e(e){return"function"==t(e)}
function n (line 2) | function n(t){return null!=t&&t==t.window}
function r (line 2) | function r(t){return null!=t&&t.nodeType==t.DOCUMENT_NODE}
function i (line 2) | function i(e){return"object"==t(e)}
function o (line 2) | function o(t){return i(t)&&!n(t)&&Object.getPrototypeOf(t)==Object.proto...
function a (line 2) | function a(t){var e=!!t&&"length"in t&&t.length,r=T.type(t);return"funct...
function s (line 2) | function s(t){return A.call(t,function(t){return null!=t})}
function u (line 2) | function u(t){return t.length>0?T.fn.concat.apply([],t):t}
function c (line 2) | function c(t){return t.replace(/::/g,"/").replace(/([A-Z]+)([A-Z][a-z])/...
function l (line 2) | function l(t){return t in F?F[t]:F[t]=new RegExp("(^|\\s)"+t+"(\\s|$)")}
function f (line 2) | function f(t,e){return"number"!=typeof e||k[c(t)]?e:e+"px"}
function h (line 2) | function h(t){var e,n;return $[t]||(e=L.createElement(t),L.body.appendCh...
function p (line 2) | function p(t){return"children"in t?D.call(t.children):T.map(t.childNodes...
function d (line 2) | function d(t,e){var n,r=t?t.length:0;for(n=0;n<r;n++)this[n]=t[n];this.l...
function m (line 2) | function m(t,e,n){for(j in e)n&&(o(e[j])||Q(e[j]))?(o(e[j])&&!o(t[j])&&(...
function v (line 2) | function v(t,e){return null==e?T(t):T(t).filter(e)}
function g (line 2) | function g(t,n,r,i){return e(n)?n.call(t,r,i):n}
function y (line 2) | function y(t,e,n){null==n?t.removeAttribute(e):t.setAttribute(e,n)}
function x (line 2) | function x(t,e){var n=t.className||"",r=n&&n.baseVal!==E;return e===E?r?...
function b (line 2) | function b(t){try{return t?"true"==t||"false"!=t&&("null"==t?null:+t+""=...
function w (line 2) | function w(t,e){e(t);for(var n=0,r=t.childNodes.length;n<r;n++)w(t.child...
function e (line 2) | function e(t){return t._zid||(t._zid=h++)}
function n (line 2) | function n(t,n,o,a){if(n=r(n),n.ns)var s=i(n.ns);return(v[e(t)]||[]).fil...
function r (line 2) | function r(t){var e=(""+t).split(".");return{e:e[0],ns:e.slice(1).sort()...
function i (line 2) | function i(t){return new RegExp("(?:^| )"+t.replace(" "," .* ?")+"(?: |$...
function o (line 2) | function o(t,e){return t.del&&!y&&t.e in x||!!e}
function a (line 2) | function a(t){return b[t]||y&&x[t]||t}
function s (line 2) | function s(n,i,s,u,l,h,p){var d=e(n),m=v[d]||(v[d]=[]);i.split(/\s/).for...
function u (line 2) | function u(t,r,i,s,u){var c=e(t);(r||"").split(/\s/).forEach(function(e)...
function c (line 2) | function c(e,n){return!n&&e.isDefaultPrevented||(n||(n=e),t.each(T,funct...
function l (line 2) | function l(t){var e,n={originalEvent:t};for(e in t)j.test(e)||t[e]===f||...
function e (line 2) | function e(e,n,r){var i=t.Event(n);return t(e).trigger(i,r),!i.isDefault...
function n (line 2) | function n(t,n,r,i){if(t.global)return e(n||x,r,i)}
function r (line 2) | function r(e){e.global&&0===t.active++&&n(e,null,"ajaxStart")}
function i (line 2) | function i(e){e.global&&!--t.active&&n(e,null,"ajaxStop")}
function o (line 2) | function o(t,e){var r=e.context;return e.beforeSend.call(r,t,e)!==!1&&n(...
function a (line 2) | function a(t,e,r,i){var o=r.context,a="success";r.success.call(o,t,a,e),...
function s (line 2) | function s(t,e,r,i,o){var a=i.context;i.error.call(a,r,e,t),o&&o.rejectW...
function u (line 2) | function u(t,e,r){var o=r.context;r.complete.call(o,e,t),n(r,o,"ajaxComp...
function c (line 2) | function c(t,e,n){if(n.dataFilter==l)return t;var r=n.context;return n.d...
function l (line 2) | function l(){}
function f (line 2) | function f(t){return t&&(t=t.split(";",2)[0]),t&&(t==T?"html":t==j?"json...
function h (line 2) | function h(t,e){return""==e?t:(t+"&"+e).replace(/[&?]{1,2}/,"?")}
function p (line 2) | function p(e){e.processData&&e.data&&"string"!=t.type(e.data)&&(e.data=t...
function d (line 2) | function d(e,n,r,i){return t.isFunction(n)&&(i=r,r=n,n=void 0),t.isFunct...
function m (line 2) | function m(e,n,r,i){var o,a=t.isArray(n),s=t.isPlainObject(n);t.each(n,f...
FILE: lib/layui/lay/modules/util.js
function n (line 2) | function n(){a=e[l](function(){o.each(function(){var e=t(this),i=e.width...
function n (line 2) | function n(e,n,o){var r=t(this),l=t.data(this,g)||{};l.w=n!==i?n:r.width...
FILE: lib/layui/lay/okmodules/okProgress/nprogress.js
function clamp (line 313) | function clamp(n, min, max) {
function toBarPerc (line 324) | function toBarPerc(n) {
function barPositionCSS (line 334) | function barPositionCSS(n, speed, ease) {
function next (line 357) | function next() {
function camelCase (line 382) | function camelCase(string) {
function getVendorProp (line 388) | function getVendorProp(name) {
function getStyleProp (line 403) | function getStyleProp(name) {
function applyCss (line 408) | function applyCss(element, prop, value) {
function hasClass (line 433) | function hasClass(element, name) {
function addClass (line 442) | function addClass(element, name) {
function removeClass (line 456) | function removeClass(element, name) {
function classList (line 475) | function classList(element) {
function removeElement (line 483) | function removeElement(element) {
FILE: lib/layui/layui.all.js
function s (line 2) | function s(e,t){var n="PLaySTATION 3"===navigator.platform?/^complete$/:...
function c (line 2) | function c(){l.push(layui[f]),e.length>1?y.use(e.slice(1),n,l):"function...
function n (line 2) | function n(e){var t=!!e&&"length"in e&&e.length,n=pe.type(e);return"func...
function r (line 2) | function r(e,t,n){if(pe.isFunction(t))return pe.grep(e,function(e,r){ret...
function i (line 2) | function i(e,t){do e=e[t];while(e&&1!==e.nodeType);return e}
function o (line 2) | function o(e){var t={};return pe.each(e.match(De)||[],function(e,n){t[n]...
function a (line 2) | function a(){re.addEventListener?(re.removeEventListener("DOMContentLoad...
function s (line 2) | function s(){(re.addEventListener||"load"===e.event.type||"complete"===r...
function u (line 2) | function u(e,t,n){if(void 0===n&&1===e.nodeType){var r="data-"+t.replace...
function l (line 2) | function l(e){var t;for(t in e)if(("data"!==t||!pe.isEmptyObject(e[t]))&...
function c (line 2) | function c(e,t,n,r){if(He(e)){var i,o,a=pe.expando,s=e.nodeType,u=s?pe.c...
function f (line 2) | function f(e,t,n){if(He(e)){var r,i,o=e.nodeType,a=o?pe.cache:e,s=o?e[pe...
function d (line 2) | function d(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:functi...
function p (line 2) | function p(e){var t=ze.split("|"),n=e.createDocumentFragment();if(n.crea...
function h (line 2) | function h(e,t){var n,r,i=0,o="undefined"!=typeof e.getElementsByTagName...
function g (line 2) | function g(e,t){for(var n,r=0;null!=(n=e[r]);r++)pe._data(n,"globalEval"...
function m (line 2) | function m(e){Be.test(e.type)&&(e.defaultChecked=e.checked)}
function y (line 2) | function y(e,t,n,r,i){for(var o,a,s,u,l,c,f,d=e.length,y=p(t),v=[],x=0;x...
function v (line 2) | function v(){return!0}
function x (line 2) | function x(){return!1}
function b (line 2) | function b(){try{return re.activeElement}catch(e){}}
function w (line 2) | function w(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof ...
function T (line 2) | function T(e,t){return pe.nodeName(e,"table")&&pe.nodeName(11!==t.nodeTy...
function C (line 2) | function C(e){return e.type=(null!==pe.find.attr(e,"type"))+"/"+e.type,e}
function E (line 2) | function E(e){var t=it.exec(e.type);return t?e.type=t[1]:e.removeAttribu...
function N (line 2) | function N(e,t){if(1===t.nodeType&&pe.hasData(e)){var n,r,i,o=pe._data(e...
function k (line 2) | function k(e,t){var n,r,i;if(1===t.nodeType){if(n=t.nodeName.toLowerCase...
function S (line 2) | function S(e,t,n,r){t=oe.apply([],t);var i,o,a,s,u,l,c=0,f=e.length,d=f-...
function A (line 2) | function A(e,t,n){for(var r,i=t?pe.filter(t,e):e,o=0;null!=(r=i[o]);o++)...
function D (line 2) | function D(e,t){var n=pe(t.createElement(e)).appendTo(t.body),r=pe.css(n...
function j (line 2) | function j(e){var t=re,n=lt[e];return n||(n=D(e,t),"none"!==n&&n||(ut=(u...
function L (line 2) | function L(e,t){return{get:function(){return e()?void delete this.get:(t...
function H (line 2) | function H(e){if(e in Et)return e;for(var t=e.charAt(0).toUpperCase()+e....
function q (line 2) | function q(e,t){for(var n,r,i,o=[],a=0,s=e.length;a<s;a++)r=e[a],r.style...
function _ (line 2) | function _(e,t,n){var r=bt.exec(t);return r?Math.max(0,r[1]-(n||0))+(r[2...
function F (line 2) | function F(e,t,n,r,i){for(var o=n===(r?"border":"content")?4:"width"===t...
function M (line 2) | function M(t,n,r){var i=!0,o="width"===n?t.offsetWidth:t.offsetHeight,a=...
function O (line 2) | function O(e,t,n,r,i){return new O.prototype.init(e,t,n,r,i)}
function R (line 2) | function R(){return e.setTimeout(function(){Nt=void 0}),Nt=pe.now()}
function P (line 2) | function P(e,t){var n,r={height:e},i=0;for(t=t?1:0;i<4;i+=2-t)n=Oe[i],r[...
function B (line 2) | function B(e,t,n){for(var r,i=($.tweeners[t]||[]).concat($.tweeners["*"]...
function W (line 2) | function W(e,t,n){var r,i,o,a,s,u,l,c,f=this,d={},p=e.style,h=e.nodeType...
function I (line 2) | function I(e,t){var n,r,i,o,a;for(n in e)if(r=pe.camelCase(n),i=t[r],o=e...
function $ (line 2) | function $(e,t,n){var r,i,o=0,a=$.prefilters.length,s=pe.Deferred().alwa...
function z (line 2) | function z(e){return pe.attr(e,"class")||""}
function X (line 2) | function X(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r...
function U (line 2) | function U(e,t,n,r){function i(s){var u;return o[s]=!0,pe.each(e[s]||[],...
function V (line 2) | function V(e,t){var n,r,i=pe.ajaxSettings.flatOptions||{};for(r in t)voi...
function Y (line 2) | function Y(e,t,n){for(var r,i,o,a,s=e.contents,u=e.dataTypes;"*"===u[0];...
function J (line 2) | function J(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for...
function G (line 2) | function G(e){return e.style&&e.style.display||pe.css(e,"display")}
function K (line 2) | function K(e){for(;e&&1===e.nodeType;){if("none"===G(e)||"hidden"===e.ty...
function Q (line 2) | function Q(e,t,n,r){var i;if(pe.isArray(t))pe.each(t,function(t,i){n||rn...
function Z (line 2) | function Z(){try{return new e.XMLHttpRequest}catch(t){}}
function ee (line 2) | function ee(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(...
function te (line 2) | function te(e){return pe.isWindow(e)?e:9===e.nodeType&&(e.defaultView||e...
function t (line 2) | function t(e,t,n,r){var i,o,a,s,u,l,f,p,h=t&&t.ownerDocument,g=t?t.nodeT...
function n (line 2) | function n(){function e(n,r){return t.push(n+" ")>T.cacheLength&&delete ...
function r (line 2) | function r(e){return e[P]=!0,e}
function i (line 2) | function i(e){var t=H.createElement("div");try{return!!e(t)}catch(n){ret...
function o (line 2) | function o(e,t){for(var n=e.split("|"),r=n.length;r--;)T.attrHandle[n[r]...
function a (line 2) | function a(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sour...
function s (line 2) | function s(e){return function(t){var n=t.nodeName.toLowerCase();return"i...
function u (line 2) | function u(e){return function(t){var n=t.nodeName.toLowerCase();return("...
function l (line 2) | function l(e){return r(function(t){return t=+t,r(function(n,r){for(var i...
function c (line 2) | function c(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}
function f (line 2) | function f(){}
function d (line 2) | function d(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}
function p (line 2) | function p(e,t,n){var r=t.dir,i=n&&"parentNode"===r,o=I++;return t.first...
function h (line 2) | function h(e){return e.length>1?function(t,n,r){for(var i=e.length;i--;)...
function g (line 2) | function g(e,n,r){for(var i=0,o=n.length;i<o;i++)t(e,n[i],r);return r}
function m (line 2) | function m(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o...
function y (line 2) | function y(e,t,n,i,o,a){return i&&!i[P]&&(i=y(i)),o&&!o[P]&&(o=y(o,a)),r...
function v (line 2) | function v(e){for(var t,n,r,i=e.length,o=T.relative[e[0].type],a=o||T.re...
function x (line 2) | function x(e,n){var i=n.length>0,o=e.length>0,a=function(r,a,s,u,l){var ...
function t (line 4) | function t(){var t,c,f=re.documentElement;f.appendChild(u),l.style.cssTe...
function r (line 4) | function r(t,n,r,i){var o,f,v,x,w,C=n;2!==b&&(b=2,u&&e.clearTimeout(u),c...
function e (line 5) | function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)}
function o (line 5) | function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onlo...
function n (line 5) | function n(){a=e[l](function(){o.each(function(){var e=t(this),i=e.width...
function n (line 5) | function n(e,n,o){var r=t(this),l=t.data(this,g)||{};l.w=n!==i?n:r.width...
FILE: lib/layui/layui.js
function s (line 74) | function s(e, t) {
function c (line 82) | function c() {
FILE: lib/zTree_v3/api/apiCss/jquery.ztree.core.js
function c (line 31) | function c(b){d.push(b);(b=e.nodeChildren(a,b))&&(d=d.concat(e.transform...
function b (line 58) | function b(a,c){return{start:a,length:c,end:a+c}}
function c (line 58) | function c(b,d){return!1===a||d.start<b.end&&b.start<d.end?Math.max(b.en...
function d (line 58) | function d(a,b){return{x:a,y:b,translate:function(c,i){return d(a+c,b+i)}}}
function e (line 58) | function e(a,b){for(;a;)b=
function g (line 68) | function g(){j.addNodes(d,a,b,n,f==!0)}
function n (line 69) | function n(){var b=l(a,d).get(0);b&&f!==!1&&j.scrollIntoView(d,b)}
function e (line 74) | function e(){if(!c){var b=l(a,d).get(0);j.scrollIntoView(d,b)}}
FILE: lib/zTree_v3/demo/js/fuzzysearch.js
function fuzzySearch (line 14) | function fuzzySearch(zTreeId, searchField, isHighLight, isExpand){
FILE: lib/zTree_v3/js/jquery.ztree.all.js
function _do (line 698) | function _do(_node) {
function makeRange (line 1449) | function makeRange(start, length) {
function coverRange (line 1453) | function coverRange(inner, outer) {
function makePoint (line 1466) | function makePoint(x, y) {
function absolute (line 1476) | function absolute(elem, pt) {
function addCallback (line 1773) | function addCallback() {
function showNodeFocus (line 1824) | function showNodeFocus() {
function showNodeFocus (line 1946) | function showNodeFocus() {
function copyCallback (line 2834) | function copyCallback() {
function moveCallback (line 2866) | function moveCallback() {
function _docMouseMove (line 2962) | function _docMouseMove(event) {
function _docMouseUp (line 3260) | function _docMouseUp(event) {
function _docSelect (line 3357) | function _docSelect() {
FILE: lib/zTree_v3/js/jquery.ztree.core.js
function _do (line 697) | function _do(_node) {
function makeRange (line 1448) | function makeRange(start, length) {
function coverRange (line 1452) | function coverRange(inner, outer) {
function makePoint (line 1465) | function makePoint(x, y) {
function absolute (line 1475) | function absolute(elem, pt) {
function addCallback (line 1772) | function addCallback() {
function showNodeFocus (line 1823) | function showNodeFocus() {
function showNodeFocus (line 1945) | function showNodeFocus() {
FILE: lib/zTree_v3/js/jquery.ztree.exedit.js
function copyCallback (line 196) | function copyCallback() {
function moveCallback (line 228) | function moveCallback() {
function _docMouseMove (line 324) | function _docMouseMove(event) {
function _docMouseUp (line 622) | function _docMouseUp(event) {
function _docSelect (line 719) | function _docSelect() {
Condensed preview — 579 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2,946K chars).
[
{
"path": ".gitignore",
"chars": 28,
"preview": "# 忽略.idea目录及其子目录、子文件\n.idea/\n"
},
{
"path": "LICENSE",
"chars": 1060,
"preview": "MIT License\n\nCopyright (c) 2018 Mr.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof thi"
},
{
"path": "README.md",
"chars": 1710,
"preview": "# ok-admin v1.0\n\n一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!\n; /* IE9 */\n src: url('iconfont.eot?t=15"
},
{
"path": "font/iconfont.js",
"chars": 119639,
"preview": "!function(z){var c,a='<svg><symbol id=\"icon-404cuowu\" viewBox=\"0 0 1024 1024\"><path d=\"M304.173056 554.99264l0 163.87584"
},
{
"path": "index.html",
"chars": 4511,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"utf-8\">\n <title>ok-admin v1.0 | 很赞的后台模版</title>\n <meta name=\"view"
},
{
"path": "js/okadmin.js",
"chars": 4182,
"preview": "layui.use([\"element\", \"layer\", \"okTab\", \"okMenu\", \"okUtils\", \"okLayer\"], function () {\n var element = layui.element;\n"
},
{
"path": "lib/animate/animate.css",
"chars": 85490,
"preview": "@charset \"UTF-8\";\n\n/*!\n * animate.css -http://daneden.me/animate\n * Version - 3.7.0\n * Licensed under the MIT license - "
},
{
"path": "lib/layui/css/layui.css",
"chars": 72911,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n .layui-inline,img{display:inline-block;vertical-align:middle}h"
},
{
"path": "lib/layui/css/layui.mobile.css",
"chars": 9885,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,inp"
},
{
"path": "lib/layui/css/modules/code.css",
"chars": 1063,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n html #layuicss-skincodecss{display:none;position:absolute;widt"
},
{
"path": "lib/layui/css/modules/laydate/default/laydate.css",
"chars": 7537,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n .laydate-set-ym,.layui-laydate,.layui-laydate *,.layui-laydate"
},
{
"path": "lib/layui/css/modules/layer/default/layer.css",
"chars": 14425,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n .layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .la"
},
{
"path": "lib/layui/lay/modules/carousel.js",
"chars": 3862,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(e){\"use strict\";var i=layui.$,"
},
{
"path": "lib/layui/lay/modules/code.js",
"chars": 1177,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(e){\"use strict\";var a=layui.$,"
},
{
"path": "lib/layui/lay/modules/colorpicker.js",
"chars": 11731,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(e){\"use strict\";var i=layui.jq"
},
{
"path": "lib/layui/lay/modules/element.js",
"chars": 7260,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(t){\"use strict\";var a=layui.$,"
},
{
"path": "lib/layui/lay/modules/flow.js",
"chars": 1996,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(e){\"use strict\";var l=layui.$,"
},
{
"path": "lib/layui/lay/modules/form.js",
"chars": 9181,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"layer\",function(e){\"use strict\";var t=layui.$,i"
},
{
"path": "lib/layui/lay/modules/jquery.js",
"chars": 97648,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;!function(e,t){\"object\"==typeof module&&\"object\"==typeof modu"
},
{
"path": "lib/layui/lay/modules/laydate.js",
"chars": 27053,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;!function(){\"use strict\";var e=window.layui&&layui.define,t={"
},
{
"path": "lib/layui/lay/modules/layedit.js",
"chars": 12221,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define([\"layer\",\"form\"],function(t){\"use strict\";var e="
},
{
"path": "lib/layui/lay/modules/layer.js",
"chars": 22041,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;!function(e,t){\"use strict\";var i,n,a=e.layui&&layui.define,o"
},
{
"path": "lib/layui/lay/modules/laypage.js",
"chars": 4464,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(function(e){\"use strict\";var a=document,t=\"getEl"
},
{
"path": "lib/layui/lay/modules/laytpl.js",
"chars": 1834,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(function(e){\"use strict\";var r={open:\"{{\",close:"
},
{
"path": "lib/layui/lay/modules/mobile.js",
"chars": 33700,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(function(i){i(\"layui.mobile\",layui.v)});layui.de"
},
{
"path": "lib/layui/lay/modules/rate.js",
"chars": 2749,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(e){\"use strict\";var a=layui.jq"
},
{
"path": "lib/layui/lay/modules/slider.js",
"chars": 7049,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(e){\"use strict\";var i=layui.jq"
},
{
"path": "lib/layui/lay/modules/table.js",
"chars": 31169,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define([\"laytpl\",\"laypage\",\"layer\",\"form\",\"util\"],funct"
},
{
"path": "lib/layui/lay/modules/transfer.js",
"chars": 6273,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define([\"laytpl\",\"form\"],function(e){\"use strict\";var a"
},
{
"path": "lib/layui/lay/modules/tree.js",
"chars": 16441,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"form\",function(e){\"use strict\";var i=layui.$,a="
},
{
"path": "lib/layui/lay/modules/upload.js",
"chars": 7007,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"layer\",function(e){\"use strict\";var t=layui.$,i"
},
{
"path": "lib/layui/lay/modules/util.js",
"chars": 3598,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;layui.define(\"jquery\",function(t){\"use strict\";var e=layui.$,"
},
{
"path": "lib/layui/lay/okmodules/okLayer.js",
"chars": 4277,
"preview": "\"use strict\";\nlayui.define([\"layer\"], function (exports) {\n var okLayer = {\n /**\n * confirm()函数二次封装\n "
},
{
"path": "lib/layui/lay/okmodules/okMenu.js",
"chars": 2629,
"preview": "\"use strict\";\nlayui.define([\"element\", \"okUtils\"], function (exports) {\n var element = layui.element;\n var okUtils"
},
{
"path": "lib/layui/lay/okmodules/okProgress/nprogress.css",
"chars": 1458,
"preview": "/* Make clicks pass-through */\n#nprogress {\n pointer-events: none;\n}\n\n#nprogress .bar {\n background: #29d;\n\n position"
},
{
"path": "lib/layui/lay/okmodules/okProgress/nprogress.js",
"chars": 15154,
"preview": "layui.define(function (exports) {\n\n /* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress\n "
},
{
"path": "lib/layui/lay/okmodules/okProgress/okProgress.js",
"chars": 460,
"preview": "layui.config({\n base: \"../../lib/layui/lay/okmodules/\"\n}).extend({\n nprogress: \"okProgress/nprogress\"\n}).define([\""
},
{
"path": "lib/layui/lay/okmodules/okTab.js",
"chars": 1747,
"preview": "\"use strict\";\nlayui.define([\"element\", \"okUtils\"], function (exports) {\n var element = window.top.layui.element;\n "
},
{
"path": "lib/layui/lay/okmodules/okUtils.js",
"chars": 6127,
"preview": "\"use strict\";\nlayui.define(\"layer\", function (exports) {\n var $ = layui.jquery;\n var okUtils = {\n isFronten"
},
{
"path": "lib/layui/lay/okmodules/treetable/treetable.css",
"chars": 294,
"preview": ".treeTable-empty {\n width: 20px;\n display: inline-block;\n}\n\n.treeTable-icon {\n cursor: pointer;\n}\n\n.treeTable-i"
},
{
"path": "lib/layui/lay/okmodules/treetable/treetable.js",
"chars": 7459,
"preview": "layui.define(['layer', 'table'], function (exports) {\n var $ = layui.jquery;\n var layer = layui.layer;\n var tab"
},
{
"path": "lib/layui/layui.all.js",
"chars": 280415,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */\n ;!function(e){\"use strict\";var t=document,o={modules:{},status"
},
{
"path": "lib/layui/layui.js",
"chars": 8804,
"preview": "/** layui-v2.5.4 MIT License By https://www.layui.com */ ;\n! function(e) {\n\t\"use strict\";\n\tvar t = document,\n\t\to = {\n\t\t\t"
},
{
"path": "lib/zTree_v3/.gitignore",
"chars": 1970,
"preview": "#################\n## Eclipse\n#################\n\n*.pydevproject\n.project\n.metadata\nbin/\ntmp/\n*.tmp\n*.bak\n*.swp\n*~.nib\nloc"
},
{
"path": "lib/zTree_v3/README.md",
"chars": 2058,
"preview": "jQuery Tree Plugin ---- zTree \r\n============\r\nlast verson : 3.5.40\r\n\r\n\r\n**Donate to zTree** : http://www.treejs.cn/v3/"
},
{
"path": "lib/zTree_v3/api/API_cn.html",
"chars": 4569,
"preview": "<!DOCTYPE html>\n<html>\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<title>API 文档 [zT"
},
{
"path": "lib/zTree_v3/api/API_en.html",
"chars": 5016,
"preview": "<!DOCTYPE html>\n<html>\n\t<head>\n\t\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\t\t<title>API Docume"
},
{
"path": "lib/zTree_v3/api/apiCss/api.js",
"chars": 30304,
"preview": "var apiContent = {\n\tzTree_Setting: null,\n\tzTree_Node: null,\n\tzTree_Function: null,\n\toverlayDiv : null,\n\toverlayContent :"
},
{
"path": "lib/zTree_v3/api/apiCss/common.css",
"chars": 13681,
"preview": "/* Resets */\nhtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym"
},
{
"path": "lib/zTree_v3/api/apiCss/common_ie6.css",
"chars": 1248,
"preview": "* html{\n/*\tbackground-image:url(about:blank);*/\n\tbackground-attachment:fixed;\n}\nhtml pre {word-wrap: break-word}\n.header"
},
{
"path": "lib/zTree_v3/api/apiCss/jquery.ztree.core.js",
"chars": 32217,
"preview": "/*\n * JQuery zTree core v3.5.40\n * http://treejs.cn/\n *\n * Copyright (c) 2010 Hunter.z\n *\n * Licensed same as jquery - M"
},
{
"path": "lib/zTree_v3/api/apiCss/zTreeStyleForApi.css",
"chars": 2784,
"preview": "/*-------------------------------------\nzTree Style\n\nversion:\t3.0\nauthor:\t\tHunter.z\nemail:\t\thunter.z@263.net\nwebsite:\tht"
},
{
"path": "lib/zTree_v3/api/cn/fn.zTree._z.html",
"chars": 437,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>JSON</span><span class=\"path\">$.fn.zTree.</span>_z</h2>\n\t<h3>概述<span class=\"h3_"
},
{
"path": "lib/zTree_v3/api/cn/fn.zTree.destroy.html",
"chars": 1015,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId)</span><span class=\"path\">$.fn.zTree.</span>destroy</h2>\n\t<h3>概"
},
{
"path": "lib/zTree_v3/api/cn/fn.zTree.getZTreeObj.html",
"chars": 906,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId)</span><span class=\"path\">$.fn.zTree.</span>getZTreeObj</h2>\n\t<"
},
{
"path": "lib/zTree_v3/api/cn/fn.zTree.init.html",
"chars": 3040,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(obj, zSetting, zNodes)</span><span class=\"path\">$.fn.zTree.</span>init"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.autoParam.html",
"chars": 1523,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Array(String) / Function(treeId, treeNode)</span><span class=\"path\">setting.asy"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.contentType.html",
"chars": 907,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.async.</span>contentType</h2>\n\t<h3>概述<s"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.dataFilter.html",
"chars": 1556,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, parentNode, responseData)</span><span class=\"path\">setting.asy"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.dataType.html",
"chars": 804,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.async.</span>dataType</h2>\n\t<h3>概述<span"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.enable.html",
"chars": 795,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.async.</span>enable</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/setting.async.headers.html",
"chars": 553,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Object</span><span class=\"path\">setting.async.</span>headers</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/setting.async.otherParam.html",
"chars": 1559,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Array(String) / JSON / Function(treeId, treeNode)</span><span class=\"path\">sett"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.type.html",
"chars": 820,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.async.</span>type</h2>\n\t<h3>概述<span cla"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.url.html",
"chars": 1488,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String / Function(treeId, treeNode)</span><span class=\"path\">setting.async.</sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.async.xhrFields.html",
"chars": 557,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Object</span><span class=\"path\">setting.async.</span>xhrFields</h2>\n\t<h3>概述<spa"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeAsync.html",
"chars": 1140,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeCheck.html",
"chars": 1057,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeClick.html",
"chars": 2076,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode, clickFlag)</span><span class=\"path\">setting.callback"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeCollapse.html",
"chars": 1044,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeDblClick.html",
"chars": 1208,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeDrag.html",
"chars": 1236,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNodes)</span><span class=\"path\">setting.callback.</span>be"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeDragOpen.html",
"chars": 1101,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeDrop.html",
"chars": 1792,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNodes, targetNode, moveType, isCopy)</span><span class=\"pa"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeEditName.html",
"chars": 1151,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeExpand.html",
"chars": 1034,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeMouseDown.html",
"chars": 1126,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeMouseUp.html",
"chars": 1112,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeRemove.html",
"chars": 1054,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeRename.html",
"chars": 1787,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode, newName, isCancel)</span><span class=\"path\">setting."
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.beforeRightClick.html",
"chars": 1133,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.callback.</span>bef"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onAsyncError.html",
"chars": 1596,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span class=\"path\">setting.callback.</span>onAsyncError</h2>\n\t<h2><span>Function(even"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onAsyncSuccess.html",
"chars": 1344,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode, msg)</span><span class=\"path\">setting.callbac"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onCheck.html",
"chars": 1163,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onClick.html",
"chars": 2111,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode, clickFlag)</span><span class=\"path\">setting.c"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onCollapse.html",
"chars": 1099,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onDblClick.html",
"chars": 1184,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onDrag.html",
"chars": 1096,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNodes)</span><span class=\"path\">setting.callback.</"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onDragMove.html",
"chars": 1073,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNodes)</span><span class=\"path\">setting.callback.</"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onDrop.html",
"chars": 1880,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNodes, targetNode, moveType, isCopy)</span><span cl"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onExpand.html",
"chars": 1087,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onMouseDown.html",
"chars": 1195,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onMouseUp.html",
"chars": 1183,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onNodeCreated.html",
"chars": 1183,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onRemove.html",
"chars": 1080,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onRename.html",
"chars": 1558,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode, isCancel)</span><span class=\"path\">setting.ca"
},
{
"path": "lib/zTree_v3/api/cn/setting.callback.onRightClick.html",
"chars": 1300,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(event, treeId, treeNode)</span><span class=\"path\">setting.callback.</s"
},
{
"path": "lib/zTree_v3/api/cn/setting.check.autoCheckTrigger.html",
"chars": 949,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.check.</span>autoCheckTrigger</h2>\n\t<h"
},
{
"path": "lib/zTree_v3/api/cn/setting.check.chkDisabledInherit.html",
"chars": 903,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.check.</span>chkDisabledInherit</h2>\n\t"
},
{
"path": "lib/zTree_v3/api/cn/setting.check.chkStyle.html",
"chars": 2768,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.check.</span>chkStyle</h2>\n\t<h3>概述<span"
},
{
"path": "lib/zTree_v3/api/cn/setting.check.chkboxType.html",
"chars": 904,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>JSON</span><span class=\"path\">setting.check.</span>chkboxType</h2>\n\t<h3>概述<span"
},
{
"path": "lib/zTree_v3/api/cn/setting.check.enable.html",
"chars": 601,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.check.</span>enable</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/setting.check.nocheckInherit.html",
"chars": 871,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.check.</span>nocheckInherit</h2>\n\t<h3>"
},
{
"path": "lib/zTree_v3/api/cn/setting.check.radioType.html",
"chars": 816,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.check.</span>radioType</h2>\n\t<h3>概述<spa"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.keep.leaf.html",
"chars": 689,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.data.keep.</span>leaf</h2>\n\t<h3>概述<spa"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.keep.parent.html",
"chars": 707,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.data.keep.</span>parent</h2>\n\t<h3>概述<s"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.key.checked.html",
"chars": 628,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.key.</span>checked</h2>\n\t<h3>概述<sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.key.children.html",
"chars": 548,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.key.</span>children</h2>\n\t<h3>概述<s"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.key.isHidden.html",
"chars": 597,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.key.</span>isHidden</h2>\n\t<h3>概述<s"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.key.isParent.html",
"chars": 602,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.key.</span>isParent</h2>\n\t<h3>概述<s"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.key.name.html",
"chars": 534,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.key.</span>name</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/setting.data.key.title.html",
"chars": 693,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.key.</span>title</h2>\n\t<h3>概述<span"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.key.url.html",
"chars": 635,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.key.</span>url</h2>\n\t<h3>概述<span c"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.simpleData.enable.html",
"chars": 1107,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.data.simpleData.</span>enable</h2>\n\t<h"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.simpleData.idKey.html",
"chars": 827,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.simpleData.</span>idKey</h2>\n\t<h3>"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.simpleData.pIdKey.html",
"chars": 833,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.data.simpleData.</span>pIdKey</h2>\n\t<h3"
},
{
"path": "lib/zTree_v3/api/cn/setting.data.simpleData.rootPId.html",
"chars": 850,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String / Number</span><span class=\"path\">setting.data.simpleData.</span>rootPId"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.autoExpandTrigger.html",
"chars": 745,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.edit.drag.</span>autoExpandTrigger</h2"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.autoOpenTime.html",
"chars": 650,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Number</span><span class=\"path\">setting.edit.drag.</span>autoOpenTime</h2>\n\t<h3"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.borderMax.html",
"chars": 667,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Number</span><span class=\"path\">setting.edit.drag.</span>borderMax</h2>\n\t<h3>概述"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.borderMin.html",
"chars": 668,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Number</span><span class=\"path\">setting.edit.drag.</span>borderMin</h2>\n\t<h3>概述"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.inner.html",
"chars": 1720,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNodes, targetNode)</span><span class=\"path\">sett"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.isCopy.html",
"chars": 889,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.edit.drag.</span>isCopy</h2>\n\t<h3>概述<s"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.isMove.html",
"chars": 889,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.edit.drag.</span>isMove</h2>\n\t<h3>概述<s"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.maxShowNodeNum.html",
"chars": 666,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Number</span><span class=\"path\">setting.edit.drag.</span>maxShowNodeNum</h2>\n\t<"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.minMoveSize.html",
"chars": 668,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Number</span><span class=\"path\">setting.edit.drag.</span>minMoveSize</h2>\n\t<h3>"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.next.html",
"chars": 1634,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNodes, targetNode)</span><span class=\"path\">sett"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.drag.prev.html",
"chars": 1634,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNodes, targetNode)</span><span class=\"path\">sett"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.editNameSelectAll.html",
"chars": 735,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.edit.</span>editNameSelectAll</h2>\n\t<h"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.enable.html",
"chars": 1054,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.edit.</span>enable</h2>\n\t<h3>概述<span c"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.removeTitle.html",
"chars": 1409,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String / Function(treeId, treeNode)</span><span class=\"path\">setting.edit.</spa"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.renameTitle.html",
"chars": 1431,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String / Function(treeId, treeNode)</span><span class=\"path\">setting.edit.</spa"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.showRemoveBtn.html",
"chars": 1510,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNode)</span><span class=\"path\">setting.edit.</sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.edit.showRenameBtn.html",
"chars": 1685,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNode)</span><span class=\"path\">setting.edit.</sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.treeId.html",
"chars": 402,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">setting.</span>treeId</h2>\n\t<h3>概述<span class=\""
},
{
"path": "lib/zTree_v3/api/cn/setting.treeObj.html",
"chars": 390,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Object</span><span class=\"path\">setting.</span>treeObj</h2>\n\t<h3>概述<span class="
},
{
"path": "lib/zTree_v3/api/cn/setting.view.addDiyDom.html",
"chars": 1459,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.view.</span>addDiyD"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.addHoverDom.html",
"chars": 1652,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.view.</span>addHove"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.autoCancelSelected.html",
"chars": 705,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.view.</span>autoCancelSelected</h2>\n\t<"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.dblClickExpand.html",
"chars": 1190,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNode)</span><span class=\"path\">setting.view.</sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.expandSpeed.html",
"chars": 822,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String / Number</span><span class=\"path\">setting.view.</span>expandSpeed</h2>\n\t"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.fontCss.html",
"chars": 1337,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>JSON / Function(treeId, treeNode)</span><span class=\"path\">setting.view.</span>"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.nameIsHTML.html",
"chars": 738,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.view.</span>nameIsHTML</h2>\n\t<h3>概述<sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.removeHoverDom.html",
"chars": 1621,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId, treeNode)</span><span class=\"path\">setting.view.</span>removeH"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.selectedMulti.html",
"chars": 786,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.view.</span>selectedMulti</h2>\n\t<h3>概述"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.showIcon.html",
"chars": 1170,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNode)</span><span class=\"path\">setting.view.</sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.showLine.html",
"chars": 587,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.view.</span>showLine</h2>\n\t<h3>概述<span"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.showTitle.html",
"chars": 1456,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean / Function(treeId, treeNode)</span><span class=\"path\">setting.view.</sp"
},
{
"path": "lib/zTree_v3/api/cn/setting.view.txtSelectedEnable.html",
"chars": 639,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">setting.view.</span>txtSelectedEnable</h2>\n\t<h"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.check_Child_State.html",
"chars": 1486,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Number</span><span class=\"path\">treeNode.</span>check_Child_State</h2>\n\t<h3>概述<"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.check_Focus.html",
"chars": 603,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>check_Focus</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/treeNode.checked.html",
"chars": 1277,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>checked</h2>\n\t<h3>概述<span clas"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.checkedOld.html",
"chars": 940,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>checkedOld</h2>\n\t<h3>概述<span c"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.children.html",
"chars": 999,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Array(JSON)</span><span class=\"path\">treeNode.</span>children</h2>\n\t<h3>概述<span"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.chkDisabled.html",
"chars": 1141,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>chkDisabled</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/treeNode.click.html",
"chars": 849,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>click</h2>\n\t<h3>概述<span class=\""
},
{
"path": "lib/zTree_v3/api/cn/treeNode.diy.html",
"chars": 488,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>?</span><span class=\"path\">treeNode.</span>* DIY *</h2>\n\t<h3>概述<span class=\"h3_"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.editNameFlag.html",
"chars": 582,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>editNameFlag</h2>\n\t<h3>概述<span"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.getCheckStatus.html",
"chars": 2640,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function()</span><span class=\"path\">treeNode.</span>getCheckStatus</h2>\n\t<h3>概述"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.getIndex.html",
"chars": 766,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function()</span><span class=\"path\">treeNode.</span>getIndex</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/treeNode.getNextNode.html",
"chars": 820,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function()</span><span class=\"path\">treeNode.</span>getNextNode</h2>\n\t<h3>概述<sp"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.getParentNode.html",
"chars": 819,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function()</span><span class=\"path\">treeNode.</span>getParentNode</h2>\n\t<h3>概述<"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.getPath.html",
"chars": 770,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function()</span><span class=\"path\">treeNode.</span>getPath</h2>\n\t<h3>概述<span c"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.getPreNode.html",
"chars": 817,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function()</span><span class=\"path\">treeNode.</span>getPreNode</h2>\n\t<h3>概述<spa"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.halfCheck.html",
"chars": 1181,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>halfCheck</h2>\n\t<h3>概述<span cl"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.icon.html",
"chars": 1039,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>icon</h2>\n\t<h3>概述<span class=\"h"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.iconClose.html",
"chars": 979,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>iconClose</h2>\n\t<h3>概述<span cla"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.iconOpen.html",
"chars": 979,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>iconOpen</h2>\n\t<h3>概述<span clas"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.iconSkin.html",
"chars": 1298,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>iconSkin</h2>\n\t<h3>概述<span clas"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.isAjaxing.html",
"chars": 748,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>isAjaxing</h2>\n\t<h3>概述<span cl"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.isFirstNode.html",
"chars": 882,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>isFirstNode</h2>\n\t<h3>概述<span "
},
{
"path": "lib/zTree_v3/api/cn/treeNode.isHidden.html",
"chars": 841,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>isHidden</h2>\n\t<h3>概述<span cla"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.isHover.html",
"chars": 563,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>isHover</h2>\n\t<h3>概述<span clas"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.isLastNode.html",
"chars": 882,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>isLastNode</h2>\n\t<h3>概述<span c"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.isParent.html",
"chars": 934,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>isParent</h2>\n\t<h3>概述<span cla"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.level.html",
"chars": 701,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Number</span><span class=\"path\">treeNode.</span>level</h2>\n\t<h3>概述<span class=\""
},
{
"path": "lib/zTree_v3/api/cn/treeNode.name.html",
"chars": 697,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>name</h2>\n\t<h3>概述<span class=\"h"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.nocheck.html",
"chars": 912,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>nocheck</h2>\n\t<h3>概述<span clas"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.open.html",
"chars": 1021,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>open</h2>\n\t<h3>概述<span class=\""
},
{
"path": "lib/zTree_v3/api/cn/treeNode.parentTId.html",
"chars": 927,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>parentTId</h2>\n\t<h3>概述<span cla"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.tId.html",
"chars": 703,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>tId</h2>\n\t<h3>概述<span class=\"h3"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.target.html",
"chars": 708,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>target</h2>\n\t<h3>概述<span class="
},
{
"path": "lib/zTree_v3/api/cn/treeNode.url.html",
"chars": 772,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>String</span><span class=\"path\">treeNode.</span>url</h2>\n\t<h3>概述<span class=\"h3"
},
{
"path": "lib/zTree_v3/api/cn/treeNode.zAsync.html",
"chars": 907,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Boolean</span><span class=\"path\">treeNode.</span>zAsync</h2>\n\t<h3>概述<span class"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.addNodes.html",
"chars": 2026,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(parentNode, [index], newNodes, isSilent)</span><span class=\"path\">zTre"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.cancelEditName.html",
"chars": 971,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(newName)</span><span class=\"path\">zTreeObj.</span>cancelEditName</h2>\n"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.cancelSelectedNode.html",
"chars": 1148,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeNode)</span><span class=\"path\">zTreeObj.</span>cancelSelectedNode<"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.checkAllNodes.html",
"chars": 1060,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(checked)</span><span class=\"path\">zTreeObj.</span>checkAllNodes</h2>\n\t"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.checkNode.html",
"chars": 1930,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeNode, checked, checkTypeFlag, callbackFlag)</span><span class=\"pat"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.copyNode.html",
"chars": 1762,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(targetNode, treeNode, moveType, isSilent)</span><span class=\"path\">zTr"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.destroy.html",
"chars": 832,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeId)</span><span class=\"path\">zTreeObj.</span>destroy</h2>\n\t<h3>概述<"
},
{
"path": "lib/zTree_v3/api/cn/zTreeObj.editName.html",
"chars": 985,
"preview": "<div class=\"apiDetail\">\n<div>\n\t<h2><span>Function(treeNode)</span><span class=\"path\">zTreeObj.</span>editName</h2>\n\t<h3>"
}
]
// ... and 379 more files (download for full content)
About this extraction
This page contains the full source code of the bobi1234/ok-admin GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 579 files (2.5 MB), approximately 688.4k tokens, and a symbol index with 257 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.