Skip to content

Commit 21dc9ea

Browse files
committed
v 1.0.2
1 parent d5b02c8 commit 21dc9ea

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Lavcode.Uwp/Modules/Auth/AuthPage.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using HTools.Uwp.Helpers;
2+
using Lavcode.Uwp.Helpers;
23
using Windows.UI.Core;
34
using Windows.UI.Xaml;
45
using Windows.UI.Xaml.Controls;
@@ -20,7 +21,7 @@ public AuthPage()
2021

2122
private void AuthPage_Loaded(object sender, RoutedEventArgs e)
2223
{
23-
if (_autoLogin)
24+
if (_autoLogin && SettingHelper.Instance.IsAutoLogin)
2425
{
2526
VM.TryLogin();
2627
}

Lavcode.Uwp/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Identity
1212
Name="524473F72DB2F.Lavcode"
1313
Publisher="CN=72C1148F-5C2B-4F28-9B8C-891A63D2777E"
14-
Version="1.0.1.0" />
14+
Version="1.0.2.0" />
1515

1616
<mp:PhoneIdentity PhoneProductId="cda4abc7-39a4-4c92-8937-e609f1c9fb70" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1717

lavcode-docs/usage/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,22 @@ WebDav 云同步和文件同步,备份文件一律使用`AES256`加密。
207207
当然,文件打开的前提是你有正确的密码
208208
:::
209209

210+
## 用命令打开 Lavcode
211+
212+
可用命令快速打开 Lavcode,格式为 `lavcode``lavcode + 存储方式`
213+
214+
- 快速打开
215+
- `lavcode`
216+
- GitHub
217+
- `lavcode git`
218+
- `lavcode github`
219+
- Gitee
220+
- `lavcode gitee`
221+
- `lavcode 码云`
222+
- 本地
223+
- `lavcode local`
224+
- `lavcode sqlite`
225+
210226
## 结尾
211227

212228
喜欢本软件就[给个 Star 吧](https://github.com/hal-wang/Lavcode)

0 commit comments

Comments
 (0)