Merge some files and rewrite the update history

This commit is contained in:
ShirkNeko
2025-03-22 14:09:21 +08:00
parent b28789ac7a
commit ba26677cfc
166 changed files with 6003 additions and 4896 deletions

View File

@@ -784,7 +784,7 @@ dependencies = [
]
[[package]]
name = "ksud"
name = "zakomk"
version = "0.1.0"
dependencies = [
"android-properties",

View File

@@ -1,5 +1,5 @@
[package]
name = "ksud"
name = "zakomk"
version = "0.1.0"
edition = "2024"

View File

@@ -15,7 +15,7 @@ fn get_git_version() -> Result<(u32, String), std::io::Error> {
.trim()
.parse()
.map_err(|_| std::io::Error::new(std::io::ErrorKind::Other, "Failed to parse git count"))?;
let version_code = 10000 + 200 + version_code; // For historical reasons
let version_code = 12000 + 500 + version_code; // For historical reasons
let version_name = String::from_utf8(
Command::new("git")

View File

@@ -1,5 +1,5 @@
_ __ _ ____ _ _
| |/ /___ _ __ _ __ ___| / ___|| | | |
| ' // _ \ '__| '_ \ / _ \ \___ \| | | |
| . \ __/ | | | | | __/ |___) | |_| |
|_|\_\___|_| |_| |_|\___|_|____/ \___/
____ _ _ _ ____ _____ _____
/ ___|| |__(_) |__ | ___|| ____|_ _|
\___ \| '_ \ | '_ \|___ \| _| | |
___) | | | | | | | ___) | |___ | |
|____/|_| |_|_| |_| |____/|_____| |_|