You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!-- 头部导航栏 -->
- {{template "base/head" .}}
- <div class="repository release dataset-list view">
- {{template "repo/header" .}}
- {{template "base/alert" .}}
- <div class="ui container">
- <div class="ui placeholder segment bgtask-none">
- <div class="bgtask-content-header">
- <h3>微信扫码认证</h3>
- <p>请绑定微信,然后再使用启智算力环境</p>
- </div>
- <div class="wx-login" style="display: flex;flex-direction: column;align-items: center;margin-top: 24px;">
- <div class="qrcode" style="width: 200px;height: 200px; line-height: 180px;text-align: center;">
- <img style="width: 100%;height: 100%;" src="https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=gQE_8DwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAySzQ0ZVltOGVlVUYxMEIxZk55Y3YAAgStAA9iAwR4AAAA" data-v-62ff647a="">
- </div>
- <div class="desc">微信扫码关注公众号即可完成绑定</div>
- </div>
- <div class="user-agreement" style="display: flex;align-items: center;justify-content: center;">
- <i class="ri-information-line"></i>绑定微信代表已阅读并接受OpenI启智社区AI协作平台使用协议
- </div>
- </div>
- </div>
- <div>
|