Skip to content

Commit

Permalink
docs: 删除问卷
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Feb 23, 2024
1 parent de764fb commit fe8c268
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions .dumi/app.tsx
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
import { Alert } from 'antd';

export function rootContainer(container) {
return (
<div>
<div
style={{
padding: '8px 12px',
}}
>
<Alert
showIcon
type="info"
closeIcon
message={
<div
style={{ cursor: 'pointer' }}
onClick={() => {
window.open(
'https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAa__eHKeOtUOUM1QVkxMUczQjhUOENSWFJNMkMzRFY2SS4u',
);
}}
>
我们正在收集信息,以便为明年的计划做出更好的准备。您的反馈对我们非常重要,将帮助我们了解您的需求和期望,从而提供更好的服务,点击此处参与调查。
</div>
}
/>
</div>
{container}
</div>
);
}


0 comments on commit fe8c268

Please sign in to comment.