update reading command

read filters or existing data
This commit is contained in:
buzzcode2007 2024-03-22 19:19:38 +08:00
parent 3f2f5e21a3
commit c038ed9812
2 changed files with 43 additions and 33 deletions

View file

@ -18,7 +18,7 @@ Be sensitive to changes and update the state.
// Create the variable to determine the corresponding key.
let activity = false;
let filters = secretariat.rules(URL);
let filters = secretariat.specifics(`filters`, URL);
// Check if the filters exist.
activity = (filters);