File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11using HTools . Uwp . Helpers ;
2+ using Lavcode . Uwp . Helpers ;
23using Windows . UI . Core ;
34using Windows . UI . Xaml ;
45using 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 }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments