feat:add a new option "Ignore symbols and Numbers"

This commit is contained in:
Zyronon
2025-11-13 02:42:06 +00:00
parent 584c5588dc
commit e280a54e06
6 changed files with 30 additions and 22 deletions

View File

@@ -10,6 +10,7 @@ async function generateSitemap() {
// 静态路由(首页、练习页等)
const staticPages = [
{url: '/index.html', changefreq: 'monthly', priority: 1.0},
{url: '/', changefreq: 'daily', priority: 1.0},
{url: '/words', changefreq: 'daily', priority: 0.9},
{url: '/articles', changefreq: 'daily', priority: 0.9},