mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-09 09:51:15 -05:00
- Introduced log cleanup settings in the admin panel, allowing configuration of automatic log clearing and retention periods. - Updated English, Spanish, French, German, and other localization files to include new log cleanup settings. - Added new fields for referral percentage and first purchase only in user settings. - Implemented API endpoints for getting and updating log settings. - Enhanced the admin dashboard with a new log cleanup form component.
13 lines
211 B
TypeScript
13 lines
211 B
TypeScript
// @ts-ignore
|
|
|
|
// API 更新时间:
|
|
// API 唯一标识:
|
|
import * as auth from './auth';
|
|
import * as common from './common';
|
|
import * as oauth from './oauth';
|
|
export default {
|
|
auth,
|
|
oauth,
|
|
common,
|
|
};
|