1. 28 10月, 2025 1 次提交
  2. 27 10月, 2025 6 次提交
  3. 24 10月, 2025 1 次提交
  4. 22 10月, 2025 1 次提交
  5. 21 10月, 2025 1 次提交
  6. 20 10月, 2025 7 次提交
  7. 17 10月, 2025 1 次提交
  8. 16 10月, 2025 17 次提交
  9. 14 10月, 2025 4 次提交
  10. 13 10月, 2025 1 次提交
    • Copilot's avatar
      Fix issue #1554: Preserve custom thumbnails in gallery script (#1649) · a99feb55
      Copilot 提交于
      * Initial plan
      
      * Fix issue #1554: Preserve custom thumbnails in gallery script
      
      Modified scripts/generate_gallery.py to check if a thumbnail file already
      exists before extracting from notebooks. This prevents the script from
      overwriting manually-placed custom thumbnails in the _thumbnails directory.
      
      The gen_previews() method now:
      1. Checks if self.png_path exists
      2. If yes, logs info message and returns early (preserving custom thumbnail)
      3. If no, proceeds with extraction from notebook or uses default logo
      
      Fixes #1554
      
      ---------
      Co-authored-by: 's avatarcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
      a99feb55