[icon] 在无公网环境下使用,默认添加的<script class="t-svg-js-stylesheet--unique-class" src="https://tdesign.gtimg.com/icon/0.1.4/fonts/index.js"></script> 会有一个请求错误 #16
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
# force copy from tencent/tdesign | |
# 当在 issue 的 comment 回复类似 `Duplicate of #111` 这样的话,issue 将被自动打上 重复提交标签 并且 cloese | |
name: Issue Mark Duplicate | |
on: | |
issue_comment: | |
types: [created, edited] | |
jobs: | |
mark-duplicate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: mark-duplicate | |
uses: actions-cool/issues-helper@v2 | |
with: | |
actions: "mark-duplicate" | |
token: ${{ secrets.GITHUB_TOKEN }} | |
duplicate-labels: "duplicate" | |
close-issue: true |