mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
feat: 挑战定时提醒
This commit is contained in:
parent
607b85c922
commit
534ef0765e
6 changed files with 340 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ import * as version from './version.js';
|
|||
|
||||
import * as device from './device.js';
|
||||
|
||||
import * as remind from './remind.js';
|
||||
|
||||
export default {
|
||||
assets,
|
||||
guides,
|
||||
|
|
@ -20,4 +22,5 @@ export default {
|
|||
panel,
|
||||
version,
|
||||
device,
|
||||
remind,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue