修改目录

This commit is contained in:
wkc
2026-03-03 16:14:16 +08:00
parent c8b041f4b9
commit 521bb80b2f
438 changed files with 15313 additions and 21773 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "dpc-intermediary-dialog-tests",
"version": "1.0.0",
"description": "中介黑名单弹窗优化功能测试套件",
"scripts": {
"test": "node test_intermediary_dialog.js",
"test:report": "node test_intermediary_dialog.js > test_report.txt 2>&1"
},
"keywords": [
"中介黑名单",
"弹窗优化",
"功能测试"
],
"author": "System Test",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0"
}
}