Skip to content

fix: 修复截图中添加字体后,再改变字体颜色,保存出来的字体颜色未正确修改 #1600

fix: 修复截图中添加字体后,再改变字体颜色,保存出来的字体颜色未正确修改

fix: 修复截图中添加字体后,再改变字体颜色,保存出来的字体颜色未正确修改 #1600

Workflow file for this run

name: Call CLA check
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
clacheck:
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master
secrets: inherit