initialize project with Next.js, Tailwind CSS, and essential configurations

This commit is contained in:
dayuan.jiang
2025-03-19 06:04:06 +00:00
commit e26ef731e9
28 changed files with 6176 additions and 0 deletions

87
test.html Normal file
View File

@@ -0,0 +1,87 @@
<svg
xmlns="http://www.w3.org/2000/svg"
style="background: transparent; background-color: transparent"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="261px"
height="191px"
viewBox="-0.5 -0.5 261 191"
content='&lt;mxfile host="embed.diagrams.net" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" version="26.1.1"&gt;&lt;diagram name="Page-1" id="NsivuNt5aJDXaP8udwGv"&gt;zZTBboMwDIafhjsQVrXXsa697MRh54h4JFIgKE0L7OkXFoeQsUm7bOoF2Z9tbP+BJKRsx5OmPX9RDGSSp2xMyFOS5+RQ2OcMJgd2OwSNFsyhLIBKvAPCFOlVMLhEiUYpaUQfw1p1HdQmYlRrNcRpb0rGXXvawAZUNZVb+iqY4Y7uH9LAzyAa7jtnKUZa6pMRXDhlalghckxIqZUyzmrHEuSsndfF1T3/EF0G09CZ3xTkruBG5RV3w7nM5Je1BVZX6zwOXBioelrPkcGerGXctNJ6mTW3vXGcG2gD4wrhLCdQLRg92RQfJajL9MUfgsyZ146vJN4jo3iyzfLqsLw1cP/vtSB3pkUaa5EX/6hFcV9aLLv77+Lwd1pYN/x/n7HVJUaOHw==&lt;/diagram&gt;&lt;/mxfile&gt;'
>
<defs />
<g>
<g data-cell-id="0">
<g data-cell-id="1">
<g data-cell-id="2">
<g>
<ellipse
cx="90"
cy="40"
rx="60"
ry="40"
fill="#ffffff"
stroke="#000000"
pointer-events="all"
style="
fill: light-dark(
#ffffff,
var(--ge-dark-color, #121212)
);
stroke: light-dark(
rgb(0, 0, 0),
rgb(255, 255, 255)
);
"
/>
</g>
</g>
<g data-cell-id="3">
<g>
<ellipse
cx="60"
cy="150"
rx="60"
ry="40"
fill="#ffffff"
stroke="#000000"
pointer-events="all"
style="
fill: light-dark(
#ffffff,
var(--ge-dark-color, #121212)
);
stroke: light-dark(
rgb(0, 0, 0),
rgb(255, 255, 255)
);
"
/>
</g>
</g>
<g data-cell-id="4">
<g>
<ellipse
cx="200"
cy="100"
rx="60"
ry="40"
fill="#ffffff"
stroke="#000000"
pointer-events="all"
style="
fill: light-dark(
#ffffff,
var(--ge-dark-color, #121212)
);
stroke: light-dark(
rgb(0, 0, 0),
rgb(255, 255, 255)
);
"
/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB