mirror of
https://github.com/ctwj/urldb.git
synced 2025-11-25 03:15:04 +08:00
update: 更新广告关键词,添加默认的开源关键词连接
This commit is contained in:
43
db/ad.txt
43
db/ad.txt
@@ -1,42 +1 @@
|
||||
微信
|
||||
独家
|
||||
V信
|
||||
v信
|
||||
威信
|
||||
胖狗资源
|
||||
加微
|
||||
会员群
|
||||
q群
|
||||
v群
|
||||
公众号
|
||||
广告
|
||||
特价
|
||||
最后机会
|
||||
不要错过
|
||||
立减
|
||||
立得
|
||||
赚
|
||||
省
|
||||
回扣
|
||||
抽奖
|
||||
失效
|
||||
年会员
|
||||
空间容量
|
||||
微信群
|
||||
群文件
|
||||
全网资源
|
||||
影视资源
|
||||
扫码
|
||||
最新资源
|
||||
IMG_
|
||||
资源汇总
|
||||
緑铯粢源
|
||||
.url
|
||||
网盘推广
|
||||
大额优惠券
|
||||
资源文档
|
||||
dy8.xyz
|
||||
妙妙屋
|
||||
资源合集
|
||||
kkdm
|
||||
赚收益
|
||||
微信,独家,V信,v信,威信,胖狗资源,加微,会员群,q群,v群,公众号,广告,特价,最后机会,不要错过,立减,立得,赚,省,回扣,抽奖,失效,年会员,空间容量,微信群,群文件,全网资源,影视资源,扫码,最新资源,IMG_,资源汇总,緑铯粢源,.url,网盘推广,大额优惠券,资源文档,dy8.xyz,妙妙屋,资源合集,kkdm,赚收益
|
||||
@@ -98,9 +98,18 @@
|
||||
|
||||
<!-- 广告关键词 -->
|
||||
<div class="space-y-2">
|
||||
<div class="flex items-center space-x-2">
|
||||
<label class="text-base font-semibold text-gray-800 dark:text-gray-200">广告关键词</label>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">设置广告关键词,转存时,如果文件名包含广告关键词,则文件被删除</span>
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex items-center space-x-2">
|
||||
<label class="text-base font-semibold text-gray-800 dark:text-gray-200">广告关键词</label>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">设置广告关键词,转存时,如果文件名包含广告关键词,则文件被删除</span>
|
||||
</div>
|
||||
<a
|
||||
href="https://raw.githubusercontent.com/ctwj/urldb/refs/heads/main/db/ad.txt"
|
||||
target="_blank"
|
||||
class="text-xs text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 underline"
|
||||
>
|
||||
开源广告关键词
|
||||
</a>
|
||||
</div>
|
||||
<n-input
|
||||
v-model:value="configForm.ad_keywords"
|
||||
|
||||
@@ -109,9 +109,18 @@
|
||||
|
||||
<!-- 违禁词 -->
|
||||
<div class="space-y-2">
|
||||
<div class="flex items-center space-x-2">
|
||||
<label class="text-base font-semibold text-gray-800 dark:text-gray-200">违禁词</label>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">包含这些词汇的资源将被过滤,多个词汇用逗号分隔</span>
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="flex items-center space-x-2">
|
||||
<label class="text-base font-semibold text-gray-800 dark:text-gray-200">违禁词</label>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400">包含这些词汇的资源将被过滤,多个词汇用逗号分隔</span>
|
||||
</div>
|
||||
<a
|
||||
href="https://raw.githubusercontent.com/ctwj/urldb/refs/heads/main/db/forbidden.txt"
|
||||
target="_blank"
|
||||
class="text-xs text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 underline"
|
||||
>
|
||||
开源违禁词
|
||||
</a>
|
||||
</div>
|
||||
<n-input
|
||||
v-model:value="configForm.forbidden_words"
|
||||
|
||||
Reference in New Issue
Block a user