Skip to content

升级到0.12.6后 移动端点击AI图标没反应了 || After upgrading to 0.12.6, there is no response when clicking the AI ​​icon on the mobile terminal. #64

升级到0.12.6后 移动端点击AI图标没反应了 || After upgrading to 0.12.6, there is no response when clicking the AI ​​icon on the mobile terminal.

升级到0.12.6后 移动端点击AI图标没反应了 || After upgrading to 0.12.6, there is no response when clicking the AI ​​icon on the mobile terminal. #64

Workflow file for this run

name: 'translator'
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
discussion:
types: [created, edited]
discussion_comment:
types: [created, edited]
pull_request_target:
types: [opened, edited]
pull_request_review_comment:
types: [created, edited]
workflow_dispatch:
jobs:
translate:
permissions:
issues: write
discussions: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lizheming/github-translate-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
IS_MODIFY_TITLE: true
APPEND_TRANSLATION: true