data class Developer(
val name: String,
val role: String,
val primarySkills: List<String>,
val otherSkills: List<String>,
val currentFocus: String
)
fun main() {
val me = Developer(
name = "Eric",
role = "Full-stack Developer",
primarySkills = listOf("Android", "Kotlin", "Java"),
otherSkills = listOf("TypeScript", "React", "Rust", "Python"),
currentFocus = "Building Conflux - Modern Proxy Management"
)
}π Conflux
A modern cross-platform proxy management desktop app built with Tauri 2 + React + MiHomo
- π― Intuitive proxy configuration & traffic management
- π Multiple subscription formats support
- π Real-time traffic monitoring
- π TUN mode for system-wide proxy
π Cross Rules
Cross-platform rule sets repository for proxy configuration

