File tree 4 files changed +38
-33
lines changed
4 files changed +38
-33
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<item >
3
- <version >1.1.1.8 </version >
3
+ <version >1.1.1.9 </version >
4
4
<url >https://llcom.papapoi.com/llcom.zip</url >
5
5
<changelog >https://llcom.papapoi.com/changelog.html</changelog >
6
6
<mandatory mode =" 1" >true</mandatory >
Original file line number Diff line number Diff line change 11
11
12
12
> 欢迎加入交流群:`931546484`
13
13
14
+ ## LLCOM 1.1.1.9
15
+
16
+ 新增:
17
+
18
+ - 脚本市场
19
+
14
20
## LLCOM 1.1.1.8
15
21
16
22
修复:
Original file line number Diff line number Diff line change 30
30
HorizontalAlignment =" Center"
31
31
FontSize =" 25"
32
32
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"
34
51
HorizontalAlignment =" Right"
35
52
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 >
64
63
65
64
<ScrollViewer
66
65
Grid.Row=" 1"
133
132
<RowDefinition Height =" 40" />
134
133
<RowDefinition Height =" auto" />
135
134
<RowDefinition Height =" *" />
136
- <RowDefinition Height =" *" />
135
+ <RowDefinition Height =" 2 *" />
137
136
<RowDefinition Height =" auto" />
138
137
</Grid .RowDefinitions>
139
138
<Button
Original file line number Diff line number Diff line change 51
51
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
52
52
//通过使用 "*",如下所示:
53
53
// [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 " ) ]
56
56
[ assembly: NeutralResourcesLanguage ( "zh-CN" ) ]
57
57
You can’t perform that action at this time.
0 commit comments