this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tweaks

EGOIST b54e96c5 f5112204

+12
+12
src/app.tsx
··· 108 108 全选 109 109 </button> 110 110 111 + {selectedAnime.length > 0 && ( 112 + <button 113 + type="button" 114 + className="border rounded-md px-4 py-2 inline-flex" 115 + onClick={() => { 116 + setSelectedAnime([]); 117 + }} 118 + > 119 + 清除 120 + </button> 121 + )} 122 + 111 123 <button 112 124 type="button" 113 125 className="border rounded-md px-4 py-2 inline-flex"