资源存储
This commit is contained in:
@@ -27,6 +27,18 @@ const MOCK_USER: User = {
|
||||
username: 'videomaker',
|
||||
email: 'demo@videogen.ai',
|
||||
credits: 2680,
|
||||
resourceCapacity: {
|
||||
enabled: true,
|
||||
source: 'user',
|
||||
hasUserConfig: true,
|
||||
usedBytes: 298161654,
|
||||
availableBytes: 300349549066,
|
||||
totalBytes: 300647710720,
|
||||
usagePercent: 0.1,
|
||||
exceeded: false,
|
||||
limitValue: '280.000',
|
||||
limitUnit: 'GB',
|
||||
},
|
||||
};
|
||||
|
||||
const MOCK_CREDIT_RECORDS: CreditRecord[] = [
|
||||
|
||||
Reference in New Issue
Block a user