移动端会议优化

This commit is contained in:
18792927508
2024-03-05 14:12:09 +08:00
parent 96fa2020e5
commit 81a5a8190f
53 changed files with 53 additions and 260 deletions
Generated Vendored
+1 -5
View File
@@ -2,11 +2,7 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then