mirror of
				https://github.com/Kakune55/ComiPy.git
				synced 2025-11-04 14:34:40 +08:00 
			
		
		
		
	Merge branch 'main' into dev
This commit is contained in:
		@@ -80,6 +80,9 @@
 | 
			
		||||
  <div id="gallery">
 | 
			
		||||
    {% for item in list %}
 | 
			
		||||
    <div class="card">
 | 
			
		||||
      {% if item[4] > aftertime %}
 | 
			
		||||
      <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger">New</span>
 | 
			
		||||
      {% endif %}
 | 
			
		||||
      <img src="/api/img/{{ item[1] }}/1?mini=yes" class="img-thumbnail card-img-top"
 | 
			
		||||
        onclick="linkjump('{{ item[1] }}')" />
 | 
			
		||||
      <div class="card-body">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user