添加两个相同的Mvt点动画图层,在一定缩放级别下,局部动画效果显示有问题 #531
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 |