refactor: remove all remaining feedback prompts and issue references
Main / build (push) Waiting to run

This commit is contained in:
2026-07-08 00:14:56 +08:00
parent 2f7153b058
commit 2347e16958
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -302,7 +302,6 @@ exit_and_del_tmpdir() {
[[ ! $1 ]] && {
msg err "哦豁.."
msg err "安装过程出现错误..."
echo -e "反馈问题) 请前往项目平台提交 Issue"
echo
exit 1
}
+1 -3
View File
@@ -706,9 +706,7 @@ uninstall() {
fi
fi
[[ $is_install_sh ]] && return # reinstall
_green "\n卸载完成!"
msg "脚本哪里需要完善? 请反馈"
msg "反馈问题) $(msg_ul https://github.com/${is_sh_repo}/issues)\n"
_green "\n卸载完成!\n"
}
# manage run status
-1
View File
@@ -69,7 +69,6 @@ show_help() {
for v in "${help_info[@]}"; do
msg "$v"
done
msg "反馈问题) 请前往项目平台提交 Issue"
;;
esac