[Bug] 求助大佬,使用联网搜索是否只有安装插件解决?安装插件只能安在本地吗?可否安在服务端让每一个接入的终端都不用再重新安装联网插件? #38316
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue Translate | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usthe/[email protected] | |
with: | |
BOT_GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |