Skip to content

Commit

Permalink
chore: 更新分类规则
Browse files Browse the repository at this point in the history
  • Loading branch information
orilights committed Dec 25, 2023
1 parent e80fce3 commit 9a040cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,13 @@ function getNewsType(title: string, id: number): string {
exclude: number[]
}
const rules: { [index: string]: Rule } = {
壁纸: {
keyword: ['壁纸'],
include: [],
exclude: [],
},
网页活动: {
keyword: ['H5'],
keyword: ['H5', '网页活动'],
include: [],
exclude: [],
},
Expand All @@ -315,11 +320,6 @@ function getNewsType(title: string, id: number): string {
include: [],
exclude: [],
},
壁纸: {
keyword: ['壁纸'],
include: [],
exclude: [],
},
表情包: {
keyword: ['表情包'],
include: [],
Expand Down

0 comments on commit 9a040cf

Please sign in to comment.