This commit is contained in:
xiangbing 2025-01-19 20:31:43 +08:00
parent c93a2ce892
commit 3154a9f948
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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();