chore: move clean-nm.sh to tools folder

This commit is contained in:
DIYgod 2020-04-29 19:02:28 +08:00
parent f5f91c0843
commit 1df700d3af
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
3 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git d
WORKDIR /app
COPY package.json clean-nm.sh /app/
COPY package.json tools/clean-nm.sh /app/
RUN if [ "$USE_CHINA_NPM_REGISTRY" = 1 ]; then \
echo 'use npm mirror'; npm config set registry https://registry.npm.taobao.org; \

View File

@ -1711,7 +1711,6 @@
title: '频道',
docs: 'https://docs.rsshub.app/social-media.html#telegram',
source: '/:username',
verification: (params) => params.isChannel,
target: (params, url, document) => {
const isChannel = document && document.querySelector('.tgme_action_button_label');
if (isChannel) {