diff --git a/controller/api.php b/controller/api.php index 1dbbf18..3d2b7ca 100755 --- a/controller/api.php +++ b/controller/api.php @@ -668,3 +668,21 @@ function upload_backup(){ global $api; $api->general_upload('data/backup/',['db3']); } + +// 批量更新排序 +function update_link_order(){ + global $api; + $api->update_link_order(); +} + +// 获取订阅信息 +function get_subscribe(){ + global $api; + $api->get_subscribe(); +} + +// 获取订阅状态 +function get_subscribe_status(){ + global $api; + $api->get_subscribe_status(); +} \ No newline at end of file diff --git a/controller/bing.php b/controller/bing.php old mode 100644 new mode 100755 diff --git a/controller/ico.php b/controller/ico.php old mode 100644 new mode 100755 diff --git a/controller/init.php b/controller/init.php old mode 100644 new mode 100755 diff --git a/controller/mobile.php b/controller/mobile.php old mode 100644 new mode 100755 diff --git a/controller/universal.php b/controller/universal.php old mode 100644 new mode 100755