diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 000000000..1ce6a3fb1 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,8 @@ +{ + "ExpandedNodes": [ + "", + "\\BlogEngine" + ], + "SelectedNode": "\\BlogEngine\\BlogEngine.sln", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 000000000..fedb16ab2 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj b/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj index e04bab7d7..da5766f97 100644 --- a/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj +++ b/BlogEngine/BlogEngine.NET/BlogEngine.NET.csproj @@ -21,7 +21,7 @@ - 1.6 + 2.2 true @@ -611,6 +611,7 @@ + diff --git a/BlogEngine/BlogEngine.NET/Lock.html b/BlogEngine/BlogEngine.NET/Lock.html new file mode 100644 index 000000000..f98d8c31e --- /dev/null +++ b/BlogEngine/BlogEngine.NET/Lock.html @@ -0,0 +1,12 @@ + + + + + 锁文件 + +

锁文件

+
+ Hello,This is Roby518 Commit. +
+

AltStyle によって変換されたページ (->オリジナル) /

+ \ No newline at end of file diff --git a/README.md b/README.md index 37b353b54..6dee38464 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ -## BlogEngine.NET Source Code -This repository provides latest source code for BlogEngine.NET project (https://blogengine.codeplex.com) +## BlogEngine.NET 源代码说明 +本人个人发现改引擎不错,故对其进行中文版改进。这个代码仓库为BlogEngine.NET提供最新的源码 (https://blogengine.codeplex.com)。 -## Environment - * Visual Studio 2015 Community + - * ASP.NET 4.5 + +## 环境说明 + * Visual Studio 2015 Community +,推荐使用Visual Studio Community 2017。 + * ASP.NET 4.5 + -## Get started - 1. Clone repository - 2. Open solution in Visual Studio 2015 - 3. Builld and run solution to load website in the browser - 4. Use admin/admin to log into website administration +## 入门开始 + 1. 克隆代码仓库到本地 + 2. 用Visual Studio 2017 打开解决方案 + 3. 编译运行解决方案,同通过浏览器可以查看网站的运行 + 4. 使用账号/密码:admin/admin 去登陆网站的后台管理员账号。 +![后台面板信息截图-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png) -![dashboard-3](https://cloud.githubusercontent.com/assets/1932785/11760070/0012f9d8-a052-11e5-84a8-e9097cb85f23.png) - -## Themes -We will share everything about themes and how you can create your own theme on [This page](http://francis.bio/BlogEngine/). +## 主题说明 +我们将分享所有有关主题 和如何创建自己的主题。[主题案例](http://francis.bio/BlogEngine/).