Skip to content

fix: 修复 FlowLayer 和 LayerPopup Demo 中 import 相对路径的问题 #306

fix: 修复 FlowLayer 和 LayerPopup Demo 中 import 相对路径的问题

fix: 修复 FlowLayer 和 LayerPopup Demo 中 import 相对路径的问题 #306

Workflow file for this run

# Warning, do not check out untrusted code with
# the pull_request_target event.
on:
pull_request_target:
types: [ opened, edited ]
name: conventional-release-labels
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: bcoe/conventional-release-labels@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
type_labels: '{"feat": "feature", "fix": "bugfix", "breaking": "breaking", "docs": "documentation", "chore": "chore"}'