mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
去掉来自分享标签
This commit is contained in:
@@ -291,7 +291,7 @@ export default {
|
||||
"默认",
|
||||
"未分类",
|
||||
"搜索结果",
|
||||
"来自分享"
|
||||
// "来自分享"
|
||||
);
|
||||
},
|
||||
},
|
||||
|
@@ -431,7 +431,14 @@ export default {
|
||||
return data;
|
||||
},
|
||||
tagVerify(val, done) {
|
||||
if (["默认", "未分类", "搜索结果", "来自分享"].includes(val)) {
|
||||
if (
|
||||
[
|
||||
"默认",
|
||||
"未分类",
|
||||
"搜索结果",
|
||||
// "来自分享"
|
||||
].includes(val)
|
||||
) {
|
||||
return done(`_${val}_`);
|
||||
}
|
||||
done(val);
|
||||
|
Reference in New Issue
Block a user