fix ascii
This commit is contained in:
19
ai.svg
Normal file
19
ai.svg
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
|
||||||
|
<path fill-rule="evenodd" fill="#F6E717" d="
|
||||||
|
M 619,232
|
||||||
|
L 512,7
|
||||||
|
L 405,232
|
||||||
|
A 300,300 0 0,0 216,559
|
||||||
|
L 75,765
|
||||||
|
L 323,745
|
||||||
|
A 300,300 0 0,0 701,745
|
||||||
|
L 949,765
|
||||||
|
L 808,559
|
||||||
|
A 300,300 0 0,0 619,232
|
||||||
|
Z
|
||||||
|
M 512,337
|
||||||
|
A 175,175 0 0,0 512,687
|
||||||
|
A 175,175 0 0,0 512,337
|
||||||
|
Z
|
||||||
|
"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 413 B |
@@ -30,7 +30,7 @@ fn prompt_string() -> String {
|
|||||||
format!("{cwd} $ ")
|
format!("{cwd} $ ")
|
||||||
}
|
}
|
||||||
|
|
||||||
// ascii-image-converter -W 30 -b ./ai.png
|
// ascii-image-converter -W 30 -b ai.png
|
||||||
const LOGO: &str = "\
|
const LOGO: &str = "\
|
||||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||||
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
||||||
@@ -47,7 +47,7 @@ const LOGO: &str = "\
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut status = StatusBar::new();
|
let mut status = StatusBar::new();
|
||||||
println!("{}\n\x1b[1m aishell\x1b[0m v{}\n", LOGO, env!("CARGO_PKG_VERSION"));
|
println!("\x1b[38;5;226m{}\x1b[0m\n\x1b[1m aishell\x1b[0m v{}\n", LOGO, env!("CARGO_PKG_VERSION"));
|
||||||
status.set("starting claude...");
|
status.set("starting claude...");
|
||||||
|
|
||||||
let claude = match ClaudeManager::spawn() {
|
let claude = match ClaudeManager::spawn() {
|
||||||
|
|||||||
Reference in New Issue
Block a user