文献校对功能完善

This commit is contained in:
wyn
2026-06-02 17:59:17 +08:00
parent ff7e373633
commit 991ca7ce8c
6 changed files with 726 additions and 6 deletions

View File

@@ -27,6 +27,7 @@
"phpoffice/phpspreadsheet": "^1.12",
"paypal/paypal-server-sdk": "^0.6.1",
"guzzlehttp/guzzle": "^7.9",
"php-amqplib/php-amqplib": "^2.12",
"tectalic/openai": "^1.6"
},
"autoload": {
@@ -42,6 +43,14 @@
"allow-plugins": {
"topthink/think-installer": true,
"php-http/discovery": true
}
}
},
"secure-http": false
},
"repositories": [{
"name": "aliyun",
"type": "composer",
"url": "http://mirrors.aliyun.com/composer/"
},{
"packagist": false
}]
}