Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat: 完善分类
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jan 2, 2024
1 parent d5b97fc commit db6f6a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@ const categories: RawCategory[] = [
key: 5,
name: '定位提示',
},
{
key: 6,
name: '局部广告',
// 不影响使用的广告, 所有的广告卡片及悬浮广告按钮
},
{
key: 6,
name: '全屏广告',
// 不关闭广告就无法进行其它操作的广告弹窗, 它阻碍用户操作
// 一般是刚进入APP时显示的全屏弹窗
},
{
key: 7,
name: '分段广告',
// 如微信朋友圈广告/酷安帖子广告/贴吧帖子广告
// 需要分阶段多步操作才能关闭, 会造成屏幕略微闪烁, 稍微影响用户体验
},
];

export default categories;

0 comments on commit db6f6a2

Please sign in to comment.