Skip to content

Commit

Permalink
docs(site): replace footer images
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe authored and zzcr committed Nov 5, 2024
1 parent 0e423cf commit d00d67b
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 10 deletions.
17 changes: 17 additions & 0 deletions examples/sites/public/static/images/footer/cli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions examples/sites/public/static/images/footer/footer-title-help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions examples/sites/public/static/images/footer/footer-title-human.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions examples/sites/public/static/images/footer/pro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions examples/sites/public/static/images/footer/theme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions examples/sites/public/static/js/design-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const footerHtml = `<div class="tinyui-design-footer">
<div class="footer-content">
<div class="footer-logo-container">
<a href="/" class="footer-logo-link">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/opentiny-logo.svg" title="OpenTiny" class="footer-logo">
<img src="/static/images/opentiny-logo.svg" title="OpenTiny" class="footer-logo">
<span class="footer-logo-title">OpenTiny</span>
</a>
<div class="footer-promotional-container">
Expand All @@ -49,15 +49,15 @@ const footerHtml = `<div class="tinyui-design-footer">
<div class="footer-logolist-container">
<a href="/pro" class="footer-logo-link footer-logo-link-list">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/pro.svg" title="TinyPro">
<img src="/static/images/footer/pro.svg" title="TinyPro">
</a>
<a href="/designtheme/home" class="footer-logo-link footer-logo-link-list">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/theme.svg" title="TinyTheme">
<img src="/static/images/footer/theme.svg" title="TinyTheme">
</a>
<a href="/tiny-cli/home" class="footer-logo-link footer-logo-link-list">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/cli.svg" title="TinyCLI">
<img src="/static/images/footer/cli.svg" title="TinyCLI">
</a>
</div>
Expand All @@ -69,13 +69,12 @@ const footerHtml = `<div class="tinyui-design-footer">
<div class="link-item">
<div class="footer-title-container">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/footer-title-resource.svg" class="footer-logo-s">
<img src="/static/images/footer/footer-title-resource.svg" class="footer-logo-s">
<span class="footer-title">相关资源</span>
<span class="icon-arrow"></span>
</div>
<div class="footer-text-list">
<a href="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/OpenTinyUI.sketch" title="Sketch 设计资源" target="_blank" rel="noopener noreferrer" class="list-item">Sketch 设计资源</a>
<a href="https://angular.cn/" title="Angular - 中文网" target="_blank" rel="noopener noreferrer" class="list-item">Angular - 中文网</a>
Expand All @@ -88,7 +87,7 @@ const footerHtml = `<div class="tinyui-design-footer">
<div class="link-item">
<div class="footer-title-container">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/footer-title-community.svg" class="footer-logo-s">
<img src="/static/images/footer/footer-title-community.svg" class="footer-logo-s">
<span class="footer-title">社区</span>
<span class="icon-arrow"></span>
</div>
Expand All @@ -107,7 +106,7 @@ const footerHtml = `<div class="tinyui-design-footer">
<div class="link-item">
<div class="footer-title-container">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/footer-title-help.svg" class="footer-logo-s">
<img src="/static/images/footer/footer-title-help.svg" class="footer-logo-s">
<span class="footer-title">帮助</span>
<span class="icon-arrow"></span>
</div>
Expand All @@ -126,11 +125,11 @@ const footerHtml = `<div class="tinyui-design-footer">
<div class="contact">
<div>
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/footer-title-human.svg" class="footer-logo-s">
<img src="/static/images/footer/footer-title-human.svg" class="footer-logo-s">
<span class="footer-title">联系我们</span>
</div>
<div class="group-code">
<img src="//res.hc-cdn.com/tinyui-design-common/1.0.5.20240823150427/assets/code-open.png">
<img src="/static/images/footer/code-open.png">
</div>
</div>
</div>
Expand Down

0 comments on commit d00d67b

Please sign in to comment.