code format

This commit is contained in:
Edward Yang 2023-03-24 11:39:40 +08:00
parent b8889cb9c5
commit 12600ee14e
3 changed files with 77 additions and 77 deletions

View File

@ -34,6 +34,6 @@ return [
'pay_success_text' => 'The plug-in purchase is successful, click OK to refresh the page',
'ali_pay_success' => 'Payment completed? ',
'ali_pay_text' => 'Payment has been completed, please refresh the page',
'version_compatible_text' => 'This plugin is not compatible with the current system version, please upgrade to <a href="' .config('beike.api_url') . '/download" target="_blank">Latest Version</a>' ,
'version_compatible_text' => 'This plugin is not compatible with the current system version, please upgrade to <a href="' . config('beike.api_url') . '/download" target="_blank">Latest Version</a>',
'to_update' => 'To Upgrade',
];