新增技术文档,详细描述了项目的技术栈、配置、鉴权与安全、数据层等内容。同时,更新小程序页面以支持收益数据的加载与刷新功能,优化用户体验。新增收益接口以返回用户的累计收益和可提现金额,并调整相关逻辑以确保数据准确性。

This commit is contained in:
乘风
2026-02-11 15:06:59 +08:00
parent dfc1fd4e2d
commit dc3cba1c39
125 changed files with 449 additions and 27206 deletions

View File

@@ -87,6 +87,9 @@ importers:
globals:
specifier: ^15.12.0
version: 15.15.0
picomatch:
specifier: 4.0.2
version: 4.0.2
postcss:
specifier: ^8.4.49
version: 8.5.6
@@ -1597,6 +1600,10 @@ packages:
picocolors@1.1.1:
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
picomatch@4.0.2:
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
engines: {node: '>=12'}
picomatch@4.0.3:
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
engines: {node: '>=12'}
@@ -2998,6 +3005,10 @@ snapshots:
fast-levenshtein@2.0.6: {}
fdir@6.5.0(picomatch@4.0.2):
optionalDependencies:
picomatch: 4.0.2
fdir@6.5.0(picomatch@4.0.3):
optionalDependencies:
picomatch: 4.0.3
@@ -3199,6 +3210,8 @@ snapshots:
picocolors@1.1.1: {}
picomatch@4.0.2: {}
picomatch@4.0.3: {}
postcss-value-parser@4.2.0: {}
@@ -3381,8 +3394,8 @@ snapshots:
vite@6.4.1(jiti@2.6.1)(lightningcss@1.30.2):
dependencies:
esbuild: 0.25.12
fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
fdir: 6.5.0(picomatch@4.0.2)
picomatch: 4.0.2
postcss: 8.5.6
rollup: 4.57.1
tinyglobby: 0.2.15

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/acorn/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/acorn/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/acorn/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/acorn/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules\acorn\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules\acorn\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\acorn\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\acorn\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules\acorn\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules\acorn\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\acorn\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\acorn\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\acorn\bin\acorn" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules\acorn\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules\acorn\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\acorn@8.15.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\acorn\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\acorn\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/acorn@8.15.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/acorn/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/acorn/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules/baseline-browser-mapping/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules/baseline-browser-mapping/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/baseline-browser-mapping/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/baseline-browser-mapping/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules/baseline-browser-mapping/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules/baseline-browser-mapping/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/baseline-browser-mapping/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/baseline-browser-mapping/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../baseline-browser-mapping/dist/cli.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules\baseline-browser-mapping\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules\baseline-browser-mapping\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\baseline-browser-mapping\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\baseline-browser-mapping\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules\baseline-browser-mapping\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules\baseline-browser-mapping\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\baseline-browser-mapping\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\baseline-browser-mapping\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\baseline-browser-mapping\dist\cli.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules\baseline-browser-mapping\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules\baseline-browser-mapping\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\baseline-browser-mapping@2.9.19\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\baseline-browser-mapping\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\baseline-browser-mapping\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules/baseline-browser-mapping/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules/baseline-browser-mapping/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/baseline-browser-mapping@2.9.19/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/baseline-browser-mapping/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/baseline-browser-mapping/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/browserslist@4.28.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/browserslist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/browserslist@4.28.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/browserslist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\browserslist@4.28.1\node_modules\browserslist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\browserslist@4.28.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\browserslist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\browserslist@4.28.1\node_modules\browserslist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\browserslist@4.28.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\browserslist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\browserslist\cli.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\browserslist@4.28.1\node_modules\browserslist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\browserslist@4.28.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\browserslist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/browserslist@4.28.1/node_modules/browserslist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/browserslist@4.28.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/browserslist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/esbuild/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/esbuild/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/esbuild/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/esbuild/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../esbuild/bin/esbuild" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules\esbuild\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules\esbuild\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\esbuild\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\esbuild\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules\esbuild\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules\esbuild\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\esbuild\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\esbuild\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\esbuild\bin\esbuild" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules\esbuild\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules\esbuild\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\esbuild@0.25.12\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\esbuild\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\esbuild\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules/esbuild/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/esbuild@0.25.12/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/esbuild/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/esbuild/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jiti/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jiti/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jiti/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jiti/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../jiti/lib/jiti-cli.mjs" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules\jiti\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules\jiti\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jiti\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jiti\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules\jiti\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules\jiti\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jiti\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jiti\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\jiti\lib\jiti-cli.mjs" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules\jiti\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules\jiti\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jiti@2.6.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jiti\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jiti\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jiti@2.6.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jiti/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jiti/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/js-yaml/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/js-yaml/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/js-yaml/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/js-yaml/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../js-yaml/bin/js-yaml.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules\js-yaml\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules\js-yaml\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\js-yaml\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\js-yaml\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules\js-yaml\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules\js-yaml\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\js-yaml\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\js-yaml\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\js-yaml\bin\js-yaml.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules\js-yaml\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules\js-yaml\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\js-yaml@4.1.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\js-yaml\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\js-yaml\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules/js-yaml/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/js-yaml@4.1.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/js-yaml/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/js-yaml/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jsesc/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jsesc/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jsesc/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jsesc/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules\jsesc\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules\jsesc\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jsesc\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jsesc\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules\jsesc\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules\jsesc\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jsesc\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jsesc\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\jsesc\bin\jsesc" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules\jsesc\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules\jsesc\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\jsesc@3.1.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jsesc\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\jsesc\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules/jsesc/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/jsesc@3.1.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jsesc/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/jsesc/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/json5/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/json5/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/json5/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/json5/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules\json5\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules\json5\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\json5\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\json5\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules\json5\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules\json5\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\json5\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\json5\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\json5\lib\cli.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules\json5\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules\json5\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\json5@2.2.3\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\json5\lib\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\json5\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules/json5/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/json5@2.2.3/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/json5/lib/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/json5/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/loose-envify/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/loose-envify/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../loose-envify/cli.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\loose-envify@1.4.0\node_modules\loose-envify\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\loose-envify@1.4.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\loose-envify\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\loose-envify@1.4.0\node_modules\loose-envify\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\loose-envify@1.4.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\loose-envify\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\loose-envify\cli.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\loose-envify@1.4.0\node_modules\loose-envify\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\loose-envify@1.4.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\loose-envify\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/loose-envify@1.4.0/node_modules/loose-envify/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/loose-envify@1.4.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/loose-envify/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/nanoid/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/nanoid/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/nanoid/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/nanoid/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules\nanoid\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules\nanoid\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\nanoid\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\nanoid\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules\nanoid\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules\nanoid\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\nanoid\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\nanoid\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\nanoid\bin\nanoid.cjs" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules\nanoid\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules\nanoid\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\nanoid@3.3.11\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\nanoid\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\nanoid\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/nanoid@3.3.11/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/nanoid/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/nanoid/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules/which/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules/which/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/which/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/which/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules/which/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules/which/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/which/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/which/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../which/bin/node-which" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules\which\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules\which\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\which\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\which\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules\which\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules\which\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\which\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\which\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\which\bin\node-which" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules\which\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules\which\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\which@2.0.2\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\which\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\which\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules/which/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules/which/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/which@2.0.2/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/which/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/which/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/parser/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/parser/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/parser/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/parser/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\parser\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\parser\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\parser\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\parser\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\parser\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\parser\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\parser\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\parser\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\@babel\parser\bin\babel-parser.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\parser\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\parser\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules\@babel\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\@babel+parser@7.29.0\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\parser\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\parser\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\@babel\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/parser/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules/@babel/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/@babel+parser@7.29.0/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/parser/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/parser/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/@babel/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/dist/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/dist/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/dist/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/dist/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../rollup/dist/bin/rollup" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\dist\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\dist\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\dist\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\dist\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\rollup\dist\bin\rollup" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\dist\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules\rollup\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\rollup@4.57.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\dist\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\dist\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\rollup\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/dist/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules/rollup/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/rollup@4.57.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/dist/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/dist/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/rollup/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/semver/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/semver/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/semver/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/semver/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules\semver\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules\semver\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\semver\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\semver\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules\semver\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules\semver\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\semver\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\semver\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\semver\bin\semver.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules\semver\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules\semver\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\semver@6.3.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\semver\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\semver\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules/semver/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules/semver/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/semver@6.3.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/semver/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/semver/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -10,9 +10,9 @@ case `uname` in
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/update-browserslist-db/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/update-browserslist-db/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../update-browserslist-db/cli.js" "$@"

View File

@@ -1,8 +1,8 @@
@SETLOCAL
@IF NOT DEFINED NODE_PATH (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\update-browserslist-db@1.2.3_browserslist@4.28.1\node_modules\update-browserslist-db\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\update-browserslist-db@1.2.3_browserslist@4.28.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\update-browserslist-db\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
) ELSE (
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\update-browserslist-db@1.2.3_browserslist@4.28.1\node_modules\update-browserslist-db\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\update-browserslist-db@1.2.3_browserslist@4.28.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\update-browserslist-db\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\update-browserslist-db\cli.js" %*

View File

@@ -4,14 +4,14 @@ $basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
$pathsep=":"
$env_node_path=$env:NODE_PATH
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\update-browserslist-db@1.2.3_browserslist@4.28.1\node_modules\update-browserslist-db\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\update-browserslist-db@1.2.3_browserslist@4.28.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
$new_node_path="E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules\update-browserslist-db\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules"
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
$pathsep=";"
} else {
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules/update-browserslist-db/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/update-browserslist-db@1.2.3_browserslist@4.28.1/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
$new_node_path="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules/update-browserslist-db/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/node_modules"
}
if ([string]::IsNullOrEmpty($env_node_path)) {
$env:NODE_PATH=$new_node_path

View File

@@ -335,7 +335,7 @@ The following options may be used with the main `picomatch()` function or any of
| `keepQuotes` | `boolean` | `false` | Retain quotes in the generated regex, since quotes may also be used as an alternative to backslashes. |
| `literalBrackets` | `boolean` | `undefined` | When `true`, brackets in the glob pattern will be escaped so that only literal brackets will be matched. |
| `matchBase` | `boolean` | `false` | Alias for `basename` |
| `maxLength` | `number` | `65536` | Limit the max length of the input string. An error is thrown if the input string is longer than this value. |
| `maxLength` | `boolean` | `65536` | Limit the max length of the input string. An error is thrown if the input string is longer than this value. |
| `nobrace` | `boolean` | `false` | Disable brace matching, so that `{a,b}` and `{1..3}` would be treated as literal characters. |
| `nobracket` | `boolean` | `undefined` | Disable matching with regex brackets. |
| `nocase` | `boolean` | `false` | Make matching case-insensitive. Equivalent to the regex `i` flag. Note that this option is overridden by the `flags` option. |

View File

@@ -99,7 +99,6 @@ module.exports = {
// Replace globs with equivalent patterns to reduce parsing time.
REPLACEMENTS: {
__proto__: null,
'***': '*',
'**/**': '**',
'**/**/**': '**'

View File

@@ -1,7 +1,7 @@
{
"name": "picomatch",
"description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
"version": "4.0.3",
"version": "4.0.2",
"homepage": "https://github.com/micromatch/picomatch",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"funding": "https://github.com/sponsors/jonschlinkert",