第一次打开PCL启动器时有一个联机选项,然后我点击联机卡了一下又没了跳到了启动页 #131
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: Issues Similarity Analysis | |
uses: actions-cool/[email protected] | |
with: | |
filter-threshold: 0.65 | |
comment-title: '### 反馈重复性检测 | Issues Similarity Analysis' | |
comment-body: '${index}. ${similarity} #${number}' | |
show-footer: false | |
show-mentioned: true |