Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmf520 committed Oct 1, 2017
1 parent 43bc859 commit 11e2b91
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 111,516 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ bld/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
wwwroot/dist
ClientApp/dist
wwwroot/dist/
ClientApp/dist/

# MSTest test Results
[Tt]est[Rr]esult*/
Expand Down
4 changes: 2 additions & 2 deletions tests/web/OSharp.Demo.Web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Obj/

# Visual Studio 2015 cache/options directory
.vs/
/wwwroot/dist/
/ClientApp/dist/
wwwroot/dist/
ClientApp/dist/

# MSTest test Results
[Tt]est[Rr]esult*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<h1>Hello, world!</h1>
<p>Welcome to your new single-page application, built with:</p>
<p>HTML输出一串中文来捣乱。?</p>
<p>{{chsstr}}11</p>
<p>{{chsstr}}22</p>
<p>{{chsstr}}33</p>
<p>{{chsstr}}</p>
<ul>
<li><a href='https://get.asp.net/'>ASP.NET Core</a> and <a href='https://msdn.microsoft.com/en-us/library/67ef8sbd.aspx'>C#</a> for cross-platform server-side code</li>
<li><a href='https://angular.io/'>Angular</a> and <a href='http://www.typescriptlang.org/'>TypeScript</a> for client-side code</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export class HomeComponent {
constructor(){
console.log("constructor: "+this.chsstr);
}
chsstr: string = "TS输出的一串中文来捣乱的";
chsstr: string = "TS输出的一串中文来捣乱的";
}

This file was deleted.

Loading

0 comments on commit 11e2b91

Please sign in to comment.