Skip to content

修复 收纳浮窗拖拽,限制收纳浮窗只能在y轴移动,x轴位置固定,不会因拖拽或超出屏幕而改变 #215

修复 收纳浮窗拖拽,限制收纳浮窗只能在y轴移动,x轴位置固定,不会因拖拽或超出屏幕而改变

修复 收纳浮窗拖拽,限制收纳浮窗只能在y轴移动,x轴位置固定,不会因拖拽或超出屏幕而改变 #215

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
jobs:
analyze:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Autobuild (optional for Python)
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3