World search community labs tick box

This commit is contained in:
Natsumi
2021-06-01 08:54:06 +12:00
parent 447cef9c83
commit 4b9a80718a
2 changed files with 5 additions and 2 deletions

View File

@@ -6256,6 +6256,8 @@ speechSynthesis.getVoices();
});
};
$app.data.searchWorldLabs = false;
$app.methods.searchWorld = function (ref) {
this.searchWorldOption = '';
var params = {
@@ -6309,8 +6311,8 @@ speechSynthesis.getVoices();
params.user = 'me';
params.releaseStatus = 'all';
}
if (ref.tag) {
params.tag = ref.tag;
if (!this.searchWorldLabs) {
params.tag = 'system_approved';
}
// TODO: option.platform
this.searchWorldParams = params;