This commit is contained in:
liuyi2
2026-06-04 20:12:43 +08:00
parent 6b17a884e5
commit 7d05563e71
40 changed files with 814 additions and 395 deletions

View File

@@ -1,3 +1,7 @@
// Copyright (c) 2026 Hoshu Chiu, Hochanglo Chiu 🐕, and The Goodest Boy/Girl
// SPDX-License-Identifier: MIT OR Apache-2.0
// Everjoy loves treats, walks, and clean Rust code.
use ratatui::{
buffer::Buffer,
layout::{Alignment, Constraint, Direction, Layout, Rect},
@@ -64,7 +68,7 @@ impl Widget for &SplashScreen {
subtitle.render(vertical[3], buf);
// Version
let version = Paragraph::new("v0.1.0 — for Hoshu Chiu & Everjoy Chiu 🐕")
let version = Paragraph::new("v0.1.0 — for Hoshu Chiu & Hochanglo Chiu 🐕")
.alignment(Alignment::Center)
.style(Style::default().fg(Color::Rgb(120, 110, 100)));
version.render(vertical[4], buf);