update template

This commit is contained in:
2025-03-26 09:08:39 +08:00
parent 787691977a
commit 91c90c819f
12 changed files with 695 additions and 468 deletions

12
src/pages/App.tsx Normal file
View File

@@ -0,0 +1,12 @@
import { basename } from '../modules/basename';
console.log('basename', basename);
export const App = () => {
return (
<div className='bg-slate-200 w-full h-full border'>
<div className='test-loading bg-black'>
<div></div>
</div>
</div>
);
};