update
This commit is contained in:
parent
c93a2ce892
commit
3154a9f948
@ -91,7 +91,7 @@ namespace VideoConcat.ViewModels
|
||||
VideoModel.ConcatVideos.Clear();
|
||||
VideoModel.IsStart = true;
|
||||
});
|
||||
MessageBox.Show("开始合并视频");
|
||||
|
||||
if (Directory.Exists($"{VideoModel.FolderPath}\\output") == false)
|
||||
{
|
||||
Directory.CreateDirectory($"{VideoModel.FolderPath}\\output");
|
||||
|
||||
@ -19,7 +19,7 @@ namespace VideoConcat.Views
|
||||
|
||||
private void BtnLogin_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
if (Username.Text == "admin" && Password.Password == "123456")
|
||||
if (Username.Text == "admin" && Password.Password == "mA%4ZRKve_kA")
|
||||
{
|
||||
new Video().Show();
|
||||
Close();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user