mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-17 01:37:10 +08:00
feat: update n8n-zh 2.2.0
This commit is contained in:
19
apps/n8n-zh/2.2.0/scripts/uninstall.sh
Executable file
19
apps/n8n-zh/2.2.0/scripts/uninstall.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
# n8n 汉化文件卸载脚本
|
||||
# 清理汉化相关文件
|
||||
|
||||
set -e
|
||||
|
||||
APP_DIR=$(cd "$(dirname "$0")/.." && pwd)
|
||||
EDITOR_UI_DIR="$APP_DIR/editor-ui"
|
||||
|
||||
echo "开始清理 n8n 汉化文件..."
|
||||
|
||||
# 清理汉化文件目录
|
||||
if [ -d "$EDITOR_UI_DIR" ]; then
|
||||
echo "清理汉化文件目录..."
|
||||
rm -rf "$EDITOR_UI_DIR"
|
||||
fi
|
||||
|
||||
echo "n8n 汉化文件清理完成"
|
||||
Reference in New Issue
Block a user