(item,ind)
| 770 | |
| 771 | // 获取emoji |
| 772 | function getnode_emoji(item,ind){ |
| 773 | ind = !/^(1|2)$/.test(ind) ? 2 : ind |
| 774 | if(item.indexOf("tag=")!=-1) { |
| 775 | return get_emoji(ind,item.split("tag=")[1])[1] |
| 776 | } |
| 777 | } |
| 778 | |
| 779 | // 操作订阅的 tag |
| 780 | function tag_handle(item) { |
no test coverage detected