🐛 [Bug]: 进入设计器后,在没点击画布里面任意物料的情况下,即整个画布没有选中(没有选中就是指画布的外边框没有出现虚线时,或者没有选中任意物料),这时候新增变量或者脚本或者操作布局的改动,改动后点击变量的保存,或者脚本新增后点击右上角的工具栏保存,会提示保存成功,但实际没有保存成功。 #136
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-translator' | |
on: | |
issue_comment: | |
types: [created] | |
issues: | |
types: [opened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: usthe/[email protected] | |
with: | |
IS_MODIFY_TITLE: false | |
# 非必须,决定是否需要修改issue标题内容 | |
# 若是true,则机器人账户@Issues-translate-bot必须拥有修改此仓库issue权限。可以通过邀请@Issues-translate-bot加入仓库协作者实现。 | |
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically. | |
# 非必须,自定义机器人翻译的前缀开始内容。 |