Update R output info

[GitHub #76]
This commit is contained in:
Aoran Zeng
2024-11-22 00:52:53 +08:00
parent f1a0a1d22f
commit 7379a7c0f3
3 changed files with 24 additions and 18 deletions

View File

@@ -88,7 +88,15 @@ void
chsrc_note2 (const char* str)
{
char *msg = CliOpt_InEnglish ? "NOTE" : "提示";
xy_log_brkt (yellow (App_Name), bdyellow (msg), yellow (str));
xy_log_brkt (yellow(App_Name), bdyellow(msg), yellow(str));
}
void
chsrc_log_write (const char *file)
{
char *msg = CliOpt_InEnglish ? "WRITE" : "写入";
xy_log_brkt (blue(App_Name), bdblue(msg), blue(file));
}
#define YesMark "✓"