Files
drip/scripts
Gouryella bec13a9e51 feat(install.sh): Refactored message handling functions for compatibility with bash 3.2 and zsh
The original method of storing multilingual messages using associative arrays was replaced with the functions `msg_en` and `msg_zh`,

to provide better shell compatibility. The `prompt_input` function was also introduced to unify user input logic,

improving stability and maintainability across different shell environments.
2025-12-06 12:34:01 +08:00
..