File tree Expand file tree Collapse file tree
file_classification_webapi/static Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <svg xmlns =" http://www.w3.org/2000/svg" width =" 32" height =" 32" viewBox =" 0 0 32 32" >
3+ <!-- Background -->
4+ <rect width =" 32" height =" 32" fill =" #17a2b8" />
5+
6+ <!-- Folder -->
7+ <path d =" M3 7 L9 7 L13 11 L27 11 L27 25 L3 25 Z" fill =" #FFD93D" />
8+ <path d =" M3 7 L9 7 L13 11 L27 11 L27 13 L3 13 Z" fill =" #FFB700" />
9+
10+ <!-- Tree structure -->
11+ <circle cx =" 10" cy =" 18" r =" 2" fill =" #28a745" />
12+ <circle cx =" 16" cy =" 15" r =" 2" fill =" #28a745" />
13+ <circle cx =" 16" cy =" 21" r =" 2" fill =" #28a745" />
14+ <line x1 =" 11.8" y1 =" 18" x2 =" 14.2" y2 =" 15.8" stroke =" #28a745" stroke-width =" 2" />
15+ <line x1 =" 11.8" y1 =" 18" x2 =" 14.2" y2 =" 20.2" stroke =" #28a745" stroke-width =" 2" />
16+
17+ <!-- Tag # as a stamp in the bottom right corner -->
18+ <circle cx =" 24" cy =" 24" r =" 6" fill =" #6f42c1" />
19+ <text x =" 24" y =" 28" font-family =" Arial, sans-serif" font-weight =" bold" font-size =" 12" fill =" #ffffff" text-anchor =" middle" >#</text >
20+ </svg >
Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta content ="width=device-width, initial-scale=1.0 " name ="viewport ">
66 < title > 文件分类系统</ title >
7+ < link href ="favicon.ico " rel ="icon " type ="image/x-icon ">
78 < link href ="styles.css " rel ="stylesheet ">
89</ head >
910< body >
You can’t perform that action at this time.
0 commit comments