使用 xy.enable_color

This commit is contained in:
Aoran Zeng
2025-08-27 11:53:08 +08:00
parent 60ad6c1fc6
commit 90315917e9
3 changed files with 34 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
* Test Authors : 曾奥然 <ccmywish@qq.com>
* Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
* Created On : <2023-08-30>
* Last Modified : <2025-08-26>
* Last Modified : <2025-08-27>
*
* Test xy.h
* ------------------------------------------------------------*/
@@ -30,6 +30,9 @@ main (int argc, char const *argv[])
{
xy_init ();
// 关闭颜色
// xy.enable_color = false;
println (xy_os_depend_str ("Hello, Windows!", "Hello, Unix!"));
println (3);