Skip to content

Commit

Permalink
Language experience enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimal233 committed Feb 7, 2021
1 parent a129f46 commit 996bd5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ You should download packages of your system and install them all.

Some codes are from the Internet.

Example:![image](doc/example.webp)
Example:

![image](doc/example.webp)

### Features
* Download Microsoft Store Apps
Expand Down
1 change: 1 addition & 0 deletions code/Form2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ private string Mdui(string old)//加入Mdui格式
}
private void Form2_Load(object sender, EventArgs e)
{
this.Text = Language.lang_down;
var urlString = new Uri(WriteToTemp.tmpPath + @"\" + Language.lang_tablehtm);
Debug.WriteLine(urlString);
if (System.Diagnostics.Debugger.IsAttached == true)
Expand Down
4 changes: 3 additions & 1 deletion doc/cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

部分代码来自互联网。

例图:![image](cn.webp)
例图:

![image](cn.webp)

### Features
* 下载微软商店的原因
Expand Down
2 changes: 1 addition & 1 deletion resource/table/table-1-cn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/>
<link rel="stylesheet" href="padding.css"/>
<link rel="icon" href="icon.ico">
<title>Download</title>
<title>下载</title>
</head>
<body>
<div class="mdui-panel" mdui-panel>
Expand Down

0 comments on commit 996bd5d

Please sign in to comment.