提交 d7287e8c 编写于 作者: W weichunjie

增加文本编辑器

上级 fb590781
...@@ -11,9 +11,9 @@ namespace Blog.Web ...@@ -11,9 +11,9 @@ namespace Blog.Web
bundles.Add(new StyleBundle("~/css").Include("~/Content/css/bootstrap.min.css", "~/Content/css/font-awesome.min.css")); bundles.Add(new StyleBundle("~/css").Include("~/Content/css/bootstrap.min.css", "~/Content/css/font-awesome.min.css"));
bundles.Add(new ScriptBundle("~/jquery").Include("~/Content/js/jquery-3.4.1.min.js", "~/Content/js/jquery-3.4.1.slim.min.js", bundles.Add(new ScriptBundle("~/jquery").Include("~/Content/js/jquery-3.4.1.min.js", "~/Content/js/jquery-3.4.1.slim.min.js",
"~/Content/js/jquery.validate.min.js", "~/Content/js/jquery.validate.unobtrusive.js", "~/Content/js/bootstrap.min.js")); "~/Content/js/jquery.validate.min.js", "~/Content/js/jquery.validate.unobtrusive.js", "~/Content/js/bootstrap.min.js", "~/Content/js/wangEditor.min.js"));
bundles.Add(new ScriptBundle("~/wangEditor").Include("~/Content/js/wangEditor.min.js"));
} }
} }
} }
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
<Content Include="Content\css\main.css" /> <Content Include="Content\css\main.css" />
<Content Include="Content\fonts\fontawesome-webfont.svg" /> <Content Include="Content\fonts\fontawesome-webfont.svg" />
<Content Include="Content\js\login.js" /> <Content Include="Content\js\login.js" />
<Content Include="Content\js\wangEditor.min.js" />
<Content Include="Content\Uploader\Uploader.swf" /> <Content Include="Content\Uploader\Uploader.swf" />
<Content Include="Content\Uploader\webuploader.css" /> <Content Include="Content\Uploader\webuploader.css" />
<Content Include="Content\Uploader\webuploader.min.js" /> <Content Include="Content\Uploader\webuploader.min.js" />
......
因为 它太大了无法显示 source diff 。你可以改为 查看blob
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
<add key="webpages:Enabled" value="false" /> <add key="webpages:Enabled" value="false" />
<add key="ClientValidationEnabled" value="true" /> <add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="BucketName" value="test" /> <add key="BucketName" value="jcdns" />
<add key="BucketUser" value="test" /> <add key="BucketUser" value="jcdns" />
<add key="BucketPwd" value="test" /> <add key="BucketPwd" value="Wcj408995521" />
<add key="BucketResUrl" value="//static.sicdn.com.cn"/> <add key="BucketResUrl" value="//static.sicdn.com.cn"/>
</appSettings> </appSettings>
<connectionStrings> <connectionStrings>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册