chore: 来源声明

This commit is contained in:
streakingman
2022-09-22 14:18:23 +08:00
parent 0eaf5333f6
commit ba5afc9571
4 changed files with 53 additions and 7 deletions
-15
View File
@@ -1,15 +0,0 @@
import React, { FC } from 'react';
export const BeiAn: FC = () => {
return (
<p style={{ textAlign: 'center' }}>
<a
href="https://beian.miit.gov.cn/"
target="_blank"
rel="noopener noreferrer nofollow"
>
ICP备17007857号-2
</a>
</p>
);
};