mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
* Add GitHub stats fetching feature - Added PyGithub package to requirements.txt for GitHub API interaction - Updated .gitignore to ignore github-stats-cache.json - Produced github-stats.json for storing GitHub stats - Modified scanner.py to include the GitHub stats fetching process * Add sorting for 'GitHub Stars' and 'Last Update' columns - Fetch 'GitHub Stars' and 'Last Update' data when getting the custom node list. - Display 'GitHub Stars' and 'Last Update' information in the UI. - Implement sorting functionality for these two columns, allowing users to sort both in descending and ascending order. * fix: scanner - prevent stuck when exceed rate limit --------- Co-authored-by: Dr.Lt.Data <dr.lt.data@gmail.com>
15 lines
178 B
Plaintext
15 lines
178 B
Plaintext
__pycache__/
|
|
.idea/
|
|
.vscode/
|
|
.tmp
|
|
.cache
|
|
config.ini
|
|
snapshots/**
|
|
startup-scripts/**
|
|
.openart_key
|
|
.youml
|
|
matrix_auth
|
|
channels.list
|
|
comfyworkflows_sharekey
|
|
github-stats-cache.json
|