Browse Source

Merge branch 'V20210910' of git.openi.org.cn:OpenI/aiforge into cb2-without-dataset

tags/v1.21.9.1^2
lewis 4 years ago
parent
commit
9317c43871
6 changed files with 18500 additions and 31 deletions
  1. +1
    -0
      LICENSE
  2. +18492
    -24
      package-lock.json
  3. +0
    -0
      public/img/openi-safari.svg
  4. +2
    -2
      templates/base/head.tmpl
  5. +3
    -3
      templates/base/head_home.tmpl
  6. +2
    -2
      templates/pwa/manifest_json.tmpl

+ 1
- 0
LICENSE View File

@@ -1,3 +1,4 @@
Copyright (c) 2020 The OpenI&Trustie Authors
Copyright (c) 2016 The Gitea Authors
Copyright (c) 2015 The Gogs Authors



+ 18492
- 24
package-lock.json
File diff suppressed because it is too large
View File


public/img/gitea-safari.svg → public/img/openi-safari.svg View File


+ 2
- 2
templates/base/head.tmpl View File

@@ -111,7 +111,7 @@
};
</script>
<link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png">
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/gitea-safari.svg" color="#609926">
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/openi-safari.svg" color="#609926">
<link rel="fluid-icon" href="{{StaticUrlPrefix}}/img/gitea-lg.png" title="{{AppName}}">
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
<link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2" type="font/woff2" crossorigin="anonymous">
@@ -181,7 +181,7 @@ var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7c4ef0a24be6109ab22e63c832ab21cf";
var s = document.getElementsByTagName("script")[0];
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>


+ 3
- 3
templates/base/head_home.tmpl View File

@@ -111,7 +111,7 @@
};
</script>
<link rel="shortcut icon" href="{{StaticUrlPrefix}}/img/favicon.png">
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/gitea-safari.svg" color="#609926">
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/openi-safari.svg" color="#609926">
<link rel="fluid-icon" href="{{StaticUrlPrefix}}/img/gitea-lg.png" title="{{AppName}}">
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
<link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2" type="font/woff2" crossorigin="anonymous">
@@ -182,7 +182,7 @@ var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7c4ef0a24be6109ab22e63c832ab21cf";
var s = document.getElementsByTagName("script")[0];
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
@@ -197,7 +197,7 @@ var _hmt = _hmt || [];

{{if not .PageIsInstall}}
<div class="ui container">
<div class="ui top secondary stackable main menu following bar">
<div class="ui top secondary stackable main menu following bar">
{{template "base/head_navbar_home" .}}
</div><!-- end bar -->
</div>


+ 2
- 2
templates/pwa/manifest_json.tmpl View File

@@ -1,6 +1,6 @@
{
"short_name": "Gitea",
"name": "Gitea - Git with a cup of tea",
"short_name": "OpenI",
"name": "OpenI - 启智AI开发协作平台",
"icons": [
{
"src": "{{StaticUrlPrefix}}/img/gitea-lg.png",


Loading…
Cancel
Save