Ver código fonte

新增 Telegram Bot 配置项,添加 BOT_TOKEN 字段以支持 Bot 服务的配置。

wuyi 3 meses atrás
pai
commit
f623e174c0
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      src/types/fastify.d.ts

+ 3 - 0
src/types/fastify.d.ts

@@ -22,6 +22,9 @@ declare module 'fastify' {
       OSS_BUCKET: string
       OSS_REGION: string
       OSS_ENDPOINT: string
+      
+      // Telegram Bot配置
+      BOT_TOKEN: string
     }
     dataSource: DataSource
   }