Merge pull request '合并' (#267) from dev-zw into dev-check

This commit is contained in:
cp3hnu 2025-06-12 09:16:46 +08:00
commit ea5abbfbba
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const Docs = () => {
return (
<iframe
style={{ width: '100%', height: '100%', border: 0 }}
src={'/assets/材料科研软件平台使用文档.pdf'}
src={'/assets/材料科研软件平台使用文档-v1.0.pdf'}
></iframe>
);
};