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

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

@@ -15,7 +15,7 @@ else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/autoprefixer@10.4.24_postcss@8.5.6/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/../autoprefixer/bin/autoprefixer" "$@"
exec "$basedir/node" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" "$@"
else
exec node "$basedir/../autoprefixer/bin/autoprefixer" "$@"
exec node "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" "$@"
fi

View File

@@ -5,8 +5,8 @@
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\autoprefixer\bin\autoprefixer" %*
"%~dp0\node.exe" "%~dp0\..\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\bin\autoprefixer" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\autoprefixer\bin\autoprefixer" %*
node "%~dp0\..\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\bin\autoprefixer" %*
)

View File

@@ -23,17 +23,17 @@ $ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
$input | & "$basedir/node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
} else {
& "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
& "$basedir/node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
$input | & "node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
} else {
& "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
& "node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
}
$ret=$LASTEXITCODE
}

View File

@@ -15,7 +15,7 @@ else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/eslint@9.39.2_jiti@2.6.1/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/../eslint/bin/eslint.js" "$@"
exec "$basedir/node" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" "$@"
else
exec node "$basedir/../eslint/bin/eslint.js" "$@"
exec node "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" "$@"
fi

View File

@@ -5,8 +5,8 @@
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\eslint\bin\eslint.js" %*
"%~dp0\node.exe" "%~dp0\..\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\bin\eslint.js" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\eslint\bin\eslint.js" %*
node "%~dp0\..\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\bin\eslint.js" %*
)

View File

@@ -23,17 +23,17 @@ $ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../eslint/bin/eslint.js" $args
$input | & "$basedir/node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
} else {
& "$basedir/node$exe" "$basedir/../eslint/bin/eslint.js" $args
& "$basedir/node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../eslint/bin/eslint.js" $args
$input | & "node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
} else {
& "node$exe" "$basedir/../eslint/bin/eslint.js" $args
& "node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
}
$ret=$LASTEXITCODE
}

4
soul-admin/node_modules/.bin/tsc generated vendored
View File

@@ -15,7 +15,7 @@ else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/typescript@5.6.3/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/../typescript/bin/tsc" "$@"
exec "$basedir/node" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" "$@"
else
exec node "$basedir/../typescript/bin/tsc" "$@"
exec node "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" "$@"
fi

View File

@@ -5,8 +5,8 @@
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\typescript@5.6.3\node_modules\typescript\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\typescript@5.6.3\node_modules\typescript\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\typescript@5.6.3\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
"%~dp0\node.exe" "%~dp0\..\.pnpm\typescript@5.6.3\node_modules\typescript\bin\tsc" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\typescript\bin\tsc" %*
node "%~dp0\..\.pnpm\typescript@5.6.3\node_modules\typescript\bin\tsc" %*
)

View File

@@ -23,17 +23,17 @@ $ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args
$input | & "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" $args
} else {
& "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args
& "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../typescript/bin/tsc" $args
$input | & "node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" $args
} else {
& "node$exe" "$basedir/../typescript/bin/tsc" $args
& "node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsc" $args
}
$ret=$LASTEXITCODE
}

View File

@@ -15,7 +15,7 @@ else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/typescript@5.6.3/node_modules/typescript/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/typescript@5.6.3/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/../typescript/bin/tsserver" "$@"
exec "$basedir/node" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" "$@"
else
exec node "$basedir/../typescript/bin/tsserver" "$@"
exec node "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" "$@"
fi

View File

@@ -5,8 +5,8 @@
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\typescript@5.6.3\node_modules\typescript\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\typescript@5.6.3\node_modules\typescript\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\typescript@5.6.3\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\typescript\bin\tsserver" %*
"%~dp0\node.exe" "%~dp0\..\.pnpm\typescript@5.6.3\node_modules\typescript\bin\tsserver" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\typescript\bin\tsserver" %*
node "%~dp0\..\.pnpm\typescript@5.6.3\node_modules\typescript\bin\tsserver" %*
)

View File

@@ -23,17 +23,17 @@ $ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args
$input | & "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" $args
} else {
& "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args
& "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../typescript/bin/tsserver" $args
$input | & "node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" $args
} else {
& "node$exe" "$basedir/../typescript/bin/tsserver" $args
& "node$exe" "$basedir/../.pnpm/typescript@5.6.3/node_modules/typescript/bin/tsserver" $args
}
$ret=$LASTEXITCODE
}

4
soul-admin/node_modules/.bin/vite generated vendored
View File

@@ -15,7 +15,7 @@ else
export NODE_PATH="/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/bin/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/node_modules:/mnt/e/Gongsi/Mycontent/soul-admin/node_modules/.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/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/../vite/bin/vite.js" "$@"
exec "$basedir/node" "$basedir/../.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/bin/vite.js" "$@"
else
exec node "$basedir/../vite/bin/vite.js" "$@"
exec node "$basedir/../.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/bin/vite.js" "$@"
fi

View File

@@ -5,8 +5,8 @@
@SET "NODE_PATH=E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2\node_modules\vite\bin\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2\node_modules\vite\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2\node_modules;E:\Gongsi\Mycontent\soul-admin\node_modules\.pnpm\node_modules;%NODE_PATH%"
)
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\vite\bin\vite.js" %*
"%~dp0\node.exe" "%~dp0\..\.pnpm\vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2\node_modules\vite\bin\vite.js" %*
) ELSE (
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\vite\bin\vite.js" %*
node "%~dp0\..\.pnpm\vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2\node_modules\vite\bin\vite.js" %*
)

View File

@@ -23,17 +23,17 @@ $ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../vite/bin/vite.js" $args
$input | & "$basedir/node$exe" "$basedir/../.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/bin/vite.js" $args
} else {
& "$basedir/node$exe" "$basedir/../vite/bin/vite.js" $args
& "$basedir/node$exe" "$basedir/../.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/bin/vite.js" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../vite/bin/vite.js" $args
$input | & "node$exe" "$basedir/../.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/bin/vite.js" $args
} else {
& "node$exe" "$basedir/../vite/bin/vite.js" $args
& "node$exe" "$basedir/../.pnpm/vite@6.4.1_jiti@2.6.1_lightningcss@1.30.2/node_modules/vite/bin/vite.js" $args
}
$ret=$LASTEXITCODE
}