chore: move clean-nm.sh to tools folder
This commit is contained in:
parent
f5f91c0843
commit
1df700d3af
|
|
@ -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; \
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue