Skip to content

Commit 12ec369

Browse files
committed
update: 发版本
1 parent 415593b commit 12ec369

File tree

4 files changed

+38
-33
lines changed

4 files changed

+38
-33
lines changed

changlog/autoUpdate.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<item>
3-
<version>1.1.1.8</version>
3+
<version>1.1.1.9</version>
44
<url>https://llcom.papapoi.com/llcom.zip</url>
55
<changelog>https://llcom.papapoi.com/changelog.html</changelog>
66
<mandatory mode="1">true</mandatory>

changlog/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111

1212
> 欢迎加入交流群:`931546484`
1313

14+
## LLCOM 1.1.1.9
15+
16+
新增:
17+
18+
- 脚本市场
19+
1420
## LLCOM 1.1.1.8
1521

1622
修复:

llcom/Pages/OnlineScriptsPage.xaml

+29-30
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,36 @@
3030
HorizontalAlignment="Center"
3131
FontSize="25"
3232
Text="{DynamicResource OnlineScriptTitle}" />
33-
<StackPanel
33+
<Button
34+
Name="RefreshButton"
35+
Margin="5"
36+
HorizontalAlignment="Left"
37+
VerticalAlignment="Center"
38+
Click="RefreshButton_Click">
39+
<Button.Content>
40+
<fa:FontAwesome
41+
Width="20"
42+
Height="20"
43+
FontSize="20"
44+
Foreground="Black"
45+
Icon="undo" />
46+
</Button.Content>
47+
</Button>
48+
<Button
49+
Name="InfoButton"
50+
Margin="5"
3451
HorizontalAlignment="Right"
3552
VerticalAlignment="Center"
36-
Orientation="Horizontal">
37-
<Button
38-
Name="RefreshButton"
39-
Margin="5"
40-
Click="RefreshButton_Click">
41-
<Button.Content>
42-
<fa:FontAwesome
43-
Width="20"
44-
Height="20"
45-
FontSize="20"
46-
Foreground="Black"
47-
Icon="undo" />
48-
</Button.Content>
49-
</Button>
50-
<Button
51-
Name="InfoButton"
52-
Margin="5"
53-
Click="InfoButton_Click">
54-
<Button.Content>
55-
<fa:FontAwesome
56-
Width="20"
57-
Height="20"
58-
FontSize="20"
59-
Foreground="Black"
60-
Icon="Info" />
61-
</Button.Content>
62-
</Button>
63-
</StackPanel>
53+
Click="InfoButton_Click">
54+
<Button.Content>
55+
<fa:FontAwesome
56+
Width="20"
57+
Height="20"
58+
FontSize="20"
59+
Foreground="Black"
60+
Icon="Info" />
61+
</Button.Content>
62+
</Button>
6463

6564
<ScrollViewer
6665
Grid.Row="1"
@@ -133,7 +132,7 @@
133132
<RowDefinition Height="40" />
134133
<RowDefinition Height="auto" />
135134
<RowDefinition Height="*" />
136-
<RowDefinition Height="*" />
135+
<RowDefinition Height="2*" />
137136
<RowDefinition Height="auto" />
138137
</Grid.RowDefinitions>
139138
<Button

llcom/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
5252
//通过使用 "*",如下所示:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.1.1.8")]
55-
[assembly: AssemblyFileVersion("1.1.1.8")]
54+
[assembly: AssemblyVersion("1.1.1.9")]
55+
[assembly: AssemblyFileVersion("1.1.1.9")]
5656
[assembly: NeutralResourcesLanguage("zh-CN")]
5757

0 commit comments

Comments
 (0)