Use chsrc_alert2()

This commit is contained in:
Aoran Zeng
2025-07-21 22:21:07 +08:00
parent fa4a69b4b9
commit 92f341179b
16 changed files with 29 additions and 28 deletions

View File

@@ -56,7 +56,7 @@ wr_anaconda_setsrc (char *option)
{
if (xy_file_exist (configfile))
{
chsrc_note2 ("配置文件不存在,将使用 conda 命令创建");
chsrc_alert2 ("配置文件不存在,将使用 conda 命令创建");
bool conda_exist = chsrc_check_program ("conda");
if (!conda_exist)
{