Pre Merge pull request !519 from 端木/1.x-dev

pull/519/MERGE
端木 2026-03-23 13:16:05 +00:00 committed by Gitee
commit 6be1782f85
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,11 @@ class AuthRule extends Model
// 数据自动完成字段
protected $insert = ['py', 'pinyin'];
protected $update = ['py', 'pinyin'];
// 拼音对象
/**
* 拼音对象
* @var \Overtrue\Pinyin\Pinyin|null
*/
protected static $pinyin = null;
protected static function init()

View File

@ -23,7 +23,7 @@
"topthink/think-helper": "^1.0.7",
"fastadminnet/fastadmin-addons": "~1.4.3",
"fastadminnet/fastadmin-mailer": "^2.1.1",
"overtrue/pinyin": "^3.0",
"overtrue/pinyin": "^6.0",
"phpoffice/phpspreadsheet": "^1.29.11",
"overtrue/wechat": "^5.36.3",
"ext-json": "*",