mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 09:37:02 +08:00
feat: filter dyn (#860)
This commit is contained in:
committed by
GitHub
parent
d7dec1bc4d
commit
a360212dc7
@@ -4,6 +4,7 @@ import 'dart:math';
|
||||
import 'package:PiliPlus/common/widgets/pendant_avatar.dart';
|
||||
import 'package:PiliPlus/common/widgets/refresh_indicator.dart'
|
||||
show kDragContainerExtentPercentage, displacement;
|
||||
import 'package:PiliPlus/http/dynamics.dart';
|
||||
import 'package:PiliPlus/http/reply.dart';
|
||||
import 'package:PiliPlus/http/video.dart';
|
||||
import 'package:PiliPlus/main.dart';
|
||||
@@ -1800,6 +1801,14 @@ List<SettingsModel> get extraSettings => [
|
||||
ReplyHttp.replyRegExp = value;
|
||||
},
|
||||
),
|
||||
_getBanwordModel(
|
||||
context: Get.context!,
|
||||
title: '动态关键词过滤',
|
||||
key: SettingBoxKey.banWordForDyn,
|
||||
callback: (value) {
|
||||
DynamicsHttp.banWordForDyn = value;
|
||||
},
|
||||
),
|
||||
SettingsModel(
|
||||
settingsType: SettingsType.sw1tch,
|
||||
title: '使用外部浏览器打开链接',
|
||||
|
||||
Reference in New Issue
Block a user