[全量] 初始化项目代码、配置、文档及Agent协同harness
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
chat_web_front/public/UEditorPlus/dialogs/template/images/bg.gif
Normal file
BIN
chat_web_front/public/UEditorPlus/dialogs/template/images/bg.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 B |
Binary file not shown.
|
After Width: | Height: | Size: 250 B |
Binary file not shown.
|
After Width: | Height: | Size: 291 B |
Binary file not shown.
|
After Width: | Height: | Size: 394 B |
Binary file not shown.
|
After Width: | Height: | Size: 485 B |
Binary file not shown.
|
After Width: | Height: | Size: 393 B |
@@ -0,0 +1,3 @@
|
||||
/*! UEditorPlus v2.0.0*/
|
||||
|
||||
.wrap{padding:5px;font-size:14px}.left{width:425px;float:left}.right{width:160px;border:1px solid #ccc;float:right;padding:5px;margin-right:5px}.right .pre{height:332px;overflow-y:auto}.right .preitem{border:#fff 1px solid;margin:5px 0;padding:2px 0}.right .preitem:hover{background-color:#fffacd;cursor:pointer;border:#ccc 1px solid}.right .preitem img{display:block;margin:0 auto;width:100px}.clear{clear:both}.top{height:26px;line-height:26px;padding:5px}.bottom{height:320px;width:100%;margin:0 auto}.transparent{background:url(images/bg.gif) repeat}.bottom table tr td{border:1px dashed #ccc}#colorPicker{width:17px;height:17px;border:1px solid #CCC;display:inline-block;border-radius:3px;box-shadow:2px 2px 5px #D3D6DA}.border_style1{padding:2px;border:1px solid #ccc;border-radius:5px;box-shadow:2px 2px 5px #d3d6da}p{margin:5px 0}table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all}li{clear:both}ol{padding-left:40px}
|
||||
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
|
||||
<script type="text/javascript" src="../internal.js?04dbe7f0"></script>
|
||||
<link rel="stylesheet" type="text/css" href="template.css?65b4074c">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<div class="left">
|
||||
<div class="top">
|
||||
<label><var id="lang_template_clear"></var>:<input id="issave" type="checkbox"></label>
|
||||
</div>
|
||||
<div class="bottom border_style1" id="preview"></div>
|
||||
</div>
|
||||
<fieldset class="right border_style1">
|
||||
<legend><var id="lang_template_select"></var></legend>
|
||||
<div class="pre" id="preitem"></div>
|
||||
</fieldset>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<script type="text/javascript" src="config.js?5c9539a4"></script>
|
||||
<script type="text/javascript" src="template.js?08eb5fca"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,2 @@
|
||||
/*! UEditorPlus v2.0.0*/
|
||||
!function(){var a,b=editor,c=$G("preview"),d=$G("preitem"),e=templates,f=function(){for(var a,b="",c=0;a=e[c++];)b+='<div class="preitem" onclick="pre('+c+')"><img src="images/'+a.pre+'" '+(a.title?"alt="+a.title+" title="+a.title:"")+"></div>";d.innerHTML=b},g=function(b){var f=e[b-1];a=f,h(),domUtils.setStyles(d.childNodes[b-1],{"background-color":"lemonChiffon",border:"#ccc 1px solid"}),c.innerHTML=f.preHtml?f.preHtml:""},h=function(){for(var a,b=d.children,c=0;a=b[c++];)domUtils.setStyles(a,{"background-color":"",border:"white 1px solid"})};dialog.onok=function(){$G("issave").checked||b.execCommand("cleardoc");var c={html:a&&a.html};b.execCommand("template",c)},f(),window.pre=g,g(2)}();
|
||||
Reference in New Issue
Block a user