mirror of
https://github.com/v2board/v2board.git
synced 2025-02-10 23:49:12 +08:00
update
This commit is contained in:
parent
361506b897
commit
0ef403a761
@ -51,7 +51,6 @@ class SystemCache extends Command
|
||||
Order::where('created_at', '>=', strtotime(date('Y-m-1')))
|
||||
->where('created_at', '<', time())
|
||||
->where('status', '3')
|
||||
->where('callback_no', '!=', NULL)
|
||||
->sum('total_amount')
|
||||
);
|
||||
}
|
||||
|
5
public/env.js
vendored
Normal file
5
public/env.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
window.v2board = {
|
||||
title: 'V2Board',
|
||||
theme: '1',
|
||||
host: 'https://portal.lonelybear.me'
|
||||
}
|
2
public/p__admin__dashboard.async.js
vendored
2
public/p__admin__dashboard.async.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user