Skip to content

Commit

Permalink
qiniu & win7bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguanzhou committed Sep 17, 2016
1 parent aa7cdbf commit ce3a170
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 48 deletions.
4 changes: 2 additions & 2 deletions MarkDownEditor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.8.0")]
[assembly: AssemblyFileVersion("0.3.8.0")]
[assembly: AssemblyVersion("0.3.9.0")]
[assembly: AssemblyFileVersion("0.3.9.0")]
64 changes: 28 additions & 36 deletions MarkDownEditor/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions MarkDownEditor/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -573,13 +573,13 @@
<data name="ShowMathJax" xml:space="preserve">
<value>Show MathJax</value>
</data>
<data name="QiniuConf" xml:space="preserve">
<data name="QiniuConf" xml:space="preserve">
<value>QiniuConf</value>
</data>
<data name="UserDomainName" xml:space="preserve">
<value>QiniuUserDomainName</value>
<data name="QiniuUserDomainName" xml:space="preserve">
<value>QiniuUserDomainName</value>
</data>
<data name="UserScope" xml:space="preserve">
<data name="QiniuUserScope" xml:space="preserve">
<value>QiniuUserScope</value>
</data>
</root>
10 changes: 5 additions & 5 deletions MarkDownEditor/Properties/Resources.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -573,13 +573,13 @@
<data name="ShowMathJax" xml:space="preserve">
<value>显示MathJax公式</value>
</data>
<data name="QiniuConf" xml:space="preserve">
<data name="QiniuConf" xml:space="preserve">
<value>七牛云配置</value>
</data>
<data name="UserDomainName" xml:space="preserve">
<value>七牛用户外链域名</value>
<data name="QiniuUserDomainName" xml:space="preserve">
<value>七牛用户外链域名</value>
</data>
<data name="UserScope" xml:space="preserve">
<value>七牛用户存储空间</value>
<data name="QiniuUserScope" xml:space="preserve">
<value>七牛用户存储空间</value>
</data>
</root>
2 changes: 1 addition & 1 deletion MarkDownEditor/View/SettingsControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</DockPanel>
</StackPanel>
</Expander>
<Expander IsExpanded="True" Header="{x:Static p:Resources.QiniuConf}" Height="300">
<Expander Header="{x:Static p:Resources.QiniuConf}" Height="300">
<StackPanel>
<DockPanel Margin="0,5,0,5">
<TextBlock Text="ACCESS_KEY:" Style="{StaticResource SettingKeyStyle}" Margin="5,0,0,0"/>
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The editor has the following `features`:
- Editing Mode & Reading Mode
- Full Screen support
- MathJax support (Only for markdown processor)
- Customized Qiniu Key
- ......


Expand Down

0 comments on commit ce3a170

Please sign in to comment.