260323:0917 fix CI : Run Tests #01
CI / CD Pipeline / build (push) Failing after 10m45s
CI / CD Pipeline / release (push) Has been skipped
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
admin
2026-03-23 09:17:26 +07:00
parent 55116abe5a
commit 4422c68894
89 changed files with 3840 additions and 16392 deletions
@@ -0,0 +1,72 @@
.ansi-black-fg {
color: #000;
}
.ansi-black-bg {
background-color: #000;
}
.ansi-red-fg {
color: #f66;
}
.ansi-red-bg {
background-color: #f66;
}
.ansi-green-fg {
color: #94f494;
}
.ansi-green-bg {
background-color: #94f494;
}
.ansi-yellow-fg {
color: #f4f47b;
}
.ansi-yellow-bg {
background-color: #f4f47b;
}
.ansi-blue-fg {
color: #9e9eff;
}
.ansi-blue-bg {
background-color: #9e9eff;
}
.ansi-magenta-fg {
color: #db6bdb;
}
.ansi-magenta-bg {
background-color: #db6bdb;
}
.ansi-cyan-fg {
color: #81eeee;
}
.ansi-cyan-bg {
background-color: #81eeee;
}
.ansi-white-fg {
color: #d6d6d6;
}
.ansi-white-bg {
background-color: #d6d6d6;
}
.ansi-bright-black-fg {
color: #6e6e6e;
}
.ansi-bright-red-fg {
color: #ffa8a8;
}
.ansi-bright-green-fg {
color: #0f0;
}
.ansi-bright-yellow-fg {
color: #ffffa8;
}
.ansi-bright-blue-fg {
color: #9494ff;
}
.ansi-bright-magenta-fg {
color: #ffb3ff;
}
.ansi-bright-cyan-fg {
color: #adffff;
}
.ansi-bright-white-fg {
color: #fff;
}