🐛 明细表/透视表 使用 drawTextShape 在值单元格绘制图片,滚动时图片会重新加载,且在 行/列 单元格使用 drawTextShape 绘制图片,鼠标移动到图片上控制台会报错。 #1019
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: Issues Similarity Analysis | |
on: | |
issues: | |
types: [opened, edited] | |
jobs: | |
similarity-analysis: | |
runs-on: ubuntu-latest | |
steps: | |
- name: analysis | |
uses: actions-cool/issues-similarity-analysis@main | |
with: | |
filter-threshold: 0.7 | |
title-excludes: '' | |
comment-title: '### 你要找的是不是 (You may look for issues):' | |
comment-body: '${index}. ${similarity} #${number}' | |
show-footer: false |