medal add sale_begin_time + sale_end_time + inventory

This commit is contained in:
xiaomlove
2023-01-25 20:22:32 +08:00
parent 3762c15dc7
commit 1ca8502b91
13 changed files with 149 additions and 11 deletions
+8
View File
@@ -18,6 +18,14 @@ return [
'image_large' => 'Image',
'price' => 'Price',
'duration' => 'Valid after buy (days)',
'sale_begin_time' => 'Sale begin time',
'sale_begin_time_help' => 'User can buy after this time, leave blank without restriction',
'sale_end_time' => 'Sale end time',
'sale_end_time_help' => 'User can buy before this time, leave blank without restriction',
'inventory' => 'Inventory',
'inventory_help' => 'Leave blank without restriction',
'sale_begin_end_time' => 'Available for sale',
'users_count' => 'Sold counts',
],
'buy_already' => 'Already buy',
'buy_btn' => 'Buy',