This commit is contained in:
xiaomlove
2021-12-14 16:22:03 +08:00
parent 19d7e048df
commit 3fa8fd19c0
29 changed files with 319 additions and 45 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'actions' => [
'store_success' => 'Add to bookmark success!',
'delete_success' => 'Cancel bookmark success!',
]
];