1
0
Fork 0
mirror of https://github.com/yunluo/gdk.git synced 2024-05-11 18:56:50 +02:00
gdk/class/class_load.php

16 lines
302 B
PHP
Raw Normal View History

2020-01-29 05:43:14 +01:00
<?php
2020-02-02 04:13:58 +01:00
2020-03-15 14:29:06 +01:00
include 'local_avatars.php'; //本地头像
2020-02-02 04:13:58 +01:00
2020-03-15 14:29:06 +01:00
include 'updates.php'; //在线更新
2021-10-10 15:48:53 +02:00
include 'widget_cache.php'; //小工具缓存
2020-01-29 05:43:14 +01:00
2020-03-15 14:29:06 +01:00
include 'Payjs.php'; //支付功能
2021-10-10 15:48:53 +02:00
2020-03-15 14:29:06 +01:00
include 'points/points.php'; //积分功能
2020-02-11 18:48:52 +01:00
2020-03-15 14:29:06 +01:00
include 'aq_resizer.php'; //缩略图功能
2021-10-10 15:48:53 +02:00
include 'wechat.php'; //微信功能