Skip to content

Commit fe8c268

Browse files
committed
docs: 删除问卷
1 parent de764fb commit fe8c268

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

.dumi/app.tsx

+1-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +1 @@
1-
import { Alert } from 'antd';
2-
3-
export function rootContainer(container) {
4-
return (
5-
<div>
6-
<div
7-
style={{
8-
padding: '8px 12px',
9-
}}
10-
>
11-
<Alert
12-
showIcon
13-
type="info"
14-
closeIcon
15-
message={
16-
<div
17-
style={{ cursor: 'pointer' }}
18-
onClick={() => {
19-
window.open(
20-
'https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAa__eHKeOtUOUM1QVkxMUczQjhUOENSWFJNMkMzRFY2SS4u',
21-
);
22-
}}
23-
>
24-
我们正在收集信息,以便为明年的计划做出更好的准备。您的反馈对我们非常重要,将帮助我们了解您的需求和期望,从而提供更好的服务,点击此处参与调查。
25-
</div>
26-
}
27-
/>
28-
</div>
29-
{container}
30-
</div>
31-
);
32-
}
1+


0 commit comments

Comments
 (0)