AdmSysV2【公共组件库】@前端(For Git Submodule)
Tevin
3 days ago 792dd79a61445869cadd9e2e1743263d0353b91e
refactor: 重构入口文件到 example/ 目录

将 App.tsx、main.tsx、index.css 从 src/ 迁移到 example/。
更新 index.html 引用路径为 /example/main.tsx。
example/App.tsx 作为组件演示入口点。

Co-Authored-By: ClaudeCode
1 files modified
4 files deleted
428 ■■■■■ changed files
index.html 2 ●●● patch | view | raw | blame | history
src/App.css 184 ●●●●● patch | view | raw | blame | history
src/App.tsx 121 ●●●●● patch | view | raw | blame | history
src/index.css 111 ●●●●● patch | view | raw | blame | history
src/main.tsx 10 ●●●●● patch | view | raw | blame | history
index.html
@@ -8,6 +8,6 @@
  </head>
  <body>
    <div id="root"></div>
    <script type="module" src="/src/main.tsx"></script>
    <script type="module" src="/example/main.tsx"></script>
  </body>
</html>
src/App.css
File was deleted
src/App.tsx
File was deleted
src/index.css
File was deleted
src/main.tsx
File was deleted