Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: dependencies #6

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Add: dependencies #6

merged 2 commits into from
Aug 1, 2024

Conversation

AmosHuKe
Copy link
Member

@AmosHuKe AmosHuKe commented Aug 1, 2024

Resolve https://github.com/cfug/team/issues/57

  • jquery/3.7.0/jquery.min.js
  • popper.js/1.16.1/umd/popper.min.js
  • bootstrap/4.6.2/js/bootstrap.min.js
  • js-cookie/3.0.5/js.cookie.min.js
  • font-awesome/5.15.4/js/all.min.js

@AmosHuKe
Copy link
Member Author

AmosHuKe commented Aug 1, 2024

cc @chenglu

Copy link
Member

@AlexV525 AlexV525 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

合了看看有问题再处理

@AmosHuKe
Copy link
Member Author

AmosHuKe commented Aug 1, 2024

@AlexV525 这个仓库我没有权限,你来合一下 😂

@AlexV525 AlexV525 merged commit d7f4bef into cfug:main Aug 1, 2024
@AmosHuKe AmosHuKe deleted the static-1 branch August 1, 2024 10:16
@chenglu
Copy link
Member

chenglu commented Aug 1, 2024

<script src="https://files.flutter-io.cn/static/deps/bootstrap/4.6.2/js/bootstrap.min.js" integrity="sha512-7rusk8kGPFynZWu26OKbTeI+QPoYchtxsmPeBqkHIEXJxeun4yJ4ISYe7C6sz9wdxeE1Gk3VxsIWgCZTc+vX3g==" crossorigin="anonymous"></script>
<script src="https://files.flutter-io.cn/static/deps/popper.js/1.16.1/umd/popper.min.js" integrity="sha512-ubuT8Z88WxezgSqf3RLuNi5lmjstiJcyezx34yIU2gAHonIi27Na7atqzUZCOoY4CExaoFumzOsFQ2Ch+I/HCw==" crossorigin="anonymous"></script>
<script src="https://files.flutter-io.cn/static/deps/jquery/3.7.0/jquery.min.js" integrity="sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==" crossorigin="anonymous"></script>
<script src="https://files.flutter-io.cn/static/deps/js-cookie/3.0.5/js.cookie.min.js" integrity="sha512-nlp9/l96/EpjYBx7EP7pGASVXNe80hGhYAUrjeXnu/fyF5Py0/RXav4BBNs7n5Hx1WFhOEOWSAVjGeC3oKxDVQ==" crossorigin="anonymous"></script>
<script src="https://files.flutter-io.cn/static/deps/font-awesome/5.15.4/js/all.min.js" integrity="sha512-Tn2m0TIpgVyTzzvmxLNuqbSJH3JP8jm+Cy3hvHrW7ndTDcJ1w5mBiksqDBb8GpE2ksktFvDB/ykZ0mDpsZj20w==" crossorigin="anonymous"></script>

@chenglu
Copy link
Member

chenglu commented Aug 1, 2024

https://www.srihash.org/

@chenglu
Copy link
Member

chenglu commented Aug 1, 2024

sha512 / sha384 值都算过了,与官网一致,可以直接替换相关 URL。

@AmosHuKe
Copy link
Member Author

AmosHuKe commented Aug 1, 2024

@chenglu 已 PR,请审查

cfug/flutter.cn#1468cfug/dart.cn#472

都是直接替换的链接,有一点不同的是 dart.cn 中的 font-awesome 换成了 all.min.js 并加上了 sha512 值。

@chenglu
Copy link
Member

chenglu commented Aug 1, 2024

@AmosHuKe 这个是怎么下载的呀,能不能帮我把 font-awasome 的 v6.4.2 和 6.1.1 的同步到 files.flutter-io.cn?

@AmosHuKe
Copy link
Member Author

AmosHuKe commented Aug 1, 2024

@AmosHuKe 这个是怎么下载的呀,能不能帮我把 font-awasome 的 v6.4.2 和 6.1.1 的同步到 files.flutter-io.cn?

@chenglu 手动下的 https://github.com/FortAwesome/Font-Awesome/releases 需要什么就下的什么😂
6.4.2 和 6.1.1 只需要 all.min.js 么,还是所有资源都拿上来(font-awasome 所有 js css 等)

@AmosHuKe
Copy link
Member Author

AmosHuKe commented Aug 1, 2024

@chenglu#7

我先放了 all.js 和 all.min.js ,后面有其他需要再说吧~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants