百度搜索资源平台
26 |27 |
常规更新推送
28 | 29 |更新网站sitemap文件
30 | 31 | 32 |推送最新plugin('Sitemap')->NumberOfLatestArticles; ?>篇文章
33 |34 |
暴力推送
35 |不建议经常使用
36 | 37 |首页、分类、独立页面
38 | 39 |所有文章的URL
40 | 41 | 稍后自动返回页面'; 45 | echo '' . submit('typecho', 'web') . '
'; 46 | header("Refresh:10;url=" . Typecho_Common::url('/extending.php?panel=Sitemap%2FPush.php', Helper::options()->adminUrl)); 47 | } 48 | if (isset($_GET['action']) && $_GET['action'] === 'baidu_archive_all') { 49 | require_once("Action.php"); 50 | echo '稍后自动返回页面
'; 51 | echo '' . submit('archive_all', 'web') . '
'; 52 | header("Refresh:10;url=" . Typecho_Common::url('/extending.php?panel=Sitemap%2FPush.php', Helper::options()->adminUrl)); 53 | } 54 | if (isset($_GET['action']) && $_GET['action'] === 'baidu_archive') { 55 | require_once("Action.php"); 56 | echo '稍后自动返回页面
'; 57 | echo '' . submit('archive', 'web') . '
'; 58 | header("Refresh:10;url=" . Typecho_Common::url('/extending.php?panel=Sitemap%2FPush.php', Helper::options()->adminUrl)); 59 | } 60 | ?> 61 |