Skip to content

Commit

Permalink
add: condition support
Browse files Browse the repository at this point in the history
  • Loading branch information
Polygononon committed Nov 19, 2022
1 parent 4ebddf4 commit f4d67d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/items.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default {
let updateCount = 0;
for (let i = 0; i < tags.length; ++i) {
// For '/open[!/read]', add '/open' tag under the condition item doesn't contain '/read' tag.
// Text only, no emoticon support
const regex = /(.+)\[(.+)\]/
let isCondition = true
if (tags[i].search(regex) != -1) {
Expand Down

0 comments on commit f4d67d0

Please sign in to comment.