dashboard
repositories
filestore
activity
search
login
TevinLi
/
admin2-components
AdmSysV2【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
config: 添加 Playwright MCP 配置和 Ant Design v6 迁移文档
Tevin
4 days ago
8e51a55a18fff55928990fe72a9f4b753ca3d281
[~liqx/admin2-components.git]
/
example
/
App.tsx
1
2
3
4
5
6
7
8
9
10
function App() {
return (
<div style={{ padding: '20px' }}>
<h1>admin2-components</h1>
<p>组件展示示例(待开发)</p>
</div>
);
}
export default App;