Bladeren bron

添加ORCID图标并移除旧资源文件

新增ORCID图标文件,并删除了不再使用的JavaScript和CSS资源文件。

Signed-off-by: 宋子桓🌈 <songzihuan@song-zh.com>
SongZihuan 2 maanden geleden
bovenliggende
commit
d1c6d4ea07

File diff suppressed because it is too large
+ 0 - 0
docs/assets.index.15c1218f.css


File diff suppressed because it is too large
+ 0 - 0
docs/assets.index.25881f04.js


File diff suppressed because it is too large
+ 0 - 0
docs/assets.index.8c3fd84b.js


File diff suppressed because it is too large
+ 0 - 0
docs/assets.index.8ee6dcba.js


File diff suppressed because it is too large
+ 0 - 0
docs/assets.index.e3d5e8be.js


File diff suppressed because it is too large
+ 0 - 0
docs/assets.message.ff2bf88d.js


+ 1 - 1
docs/assets.notfound.4c35ba7f.js → docs/assets.notfound.199fa5ce.js

@@ -1 +1 @@
-import{P as e}from"./assets.index.d07c990b.js";import{X as s,v as t,x as a,A as o,Y as l,O as n,H as r,I as u,Z as i,_ as d}from"./assets.vue.33cd34e1.js";const p={},c=e=>(i("data-v-cf7e57e5"),e=e(),d(),e),h=c((()=>o("h1",null,"404",-1))),f=c((()=>o("h2",null,"Oops! The page you're looking for isn't here.",-1))),m=c((()=>o("p",null,"We can't seem to find the page you were trying to reach. This might be because of:",-1))),g=c((()=>o("ul",null,[o("li",null,"An outdated link"),o("li",null,"A mistyped address"),o("li",null,"Or the page has been moved")],-1)));const b=e(p,[["render",function(e,i){const d=s("router-link");return t(),a(u,null,[h,f,m,g,o("p",null,[l("Try going back to the "),n(d,{to:"/"},{default:r((()=>[l("homepage")])),_:1}),l(" or contact us if the problem persists.")])],64)}],["__scopeId","data-v-cf7e57e5"]]);export{b as default};
+import{P as e}from"./assets.index.8c3fd84b.js";import{X as s,v as t,x as a,A as o,Y as l,O as n,H as r,I as u,Z as i,_ as d}from"./assets.vue.33cd34e1.js";const p={},c=e=>(i("data-v-cf7e57e5"),e=e(),d(),e),h=c((()=>o("h1",null,"404",-1))),f=c((()=>o("h2",null,"Oops! The page you're looking for isn't here.",-1))),m=c((()=>o("p",null,"We can't seem to find the page you were trying to reach. This might be because of:",-1))),g=c((()=>o("ul",null,[o("li",null,"An outdated link"),o("li",null,"A mistyped address"),o("li",null,"Or the page has been moved")],-1)));const b=e(p,[["render",function(e,i){const d=s("router-link");return t(),a(u,null,[h,f,m,g,o("p",null,[l("Try going back to the "),n(d,{to:"/"},{default:r((()=>[l("homepage")])),_:1}),l(" or contact us if the problem persists.")])],64)}],["__scopeId","data-v-cf7e57e5"]]);export{b as default};

+ 1 - 1
docs/index.html

@@ -12,7 +12,7 @@
             overflow: auto;
         }
     </style>
-  <script type="module" crossorigin src="/assets.index.d07c990b.js"></script>
+  <script type="module" crossorigin src="/assets.index.8c3fd84b.js"></script>
   <link rel="modulepreload" crossorigin href="/assets.vue.33cd34e1.js">
   <link rel="stylesheet" href="/assets.index.1c341960.css">
 </head>

BIN
src/assets/images/ORCIDiD_icon16x16.png


+ 1 - 1
src/utils/build_time.json

@@ -1 +1 @@
-{"compile_time":1738239873234,"time_zone":"Asia/Shanghai"}
+{"compile_time":1738243171211,"time_zone":"Asia/Shanghai"}

+ 13 - 0
src/views/index.vue

@@ -6,6 +6,7 @@
   import { extractNumbersFromString } from '@/utils/str'
   import WangAnLogo from '@/assets/images/wangan.png'
   import SongZihuan from '@/assets/images/songzihuan.jpg'
+  import ORCiD_ICON from '@/assets/images/ORCIDiD_icon16x16.png'
 
   const build_time = ref(formatDate(get_build_time()))
   const build_time_zone = ref(get_build_time_zone())
@@ -141,6 +142,18 @@
           <li class="more_line_ul">🤖 我喜欢开发各种代码,例如互联网项目。</li>
 
           <li class="more_line_ul">❓ 您可以和我讨论任何关于代码的问题,我很乐意为您提供帮助。</li>
+
+          <li class="more_line_ul">
+            <a
+              href="https://orcid.org/0009-0008-5167-1636"
+              target="orcid.widget"
+              rel="me noopener noreferrer"
+              style="vertical-align: bottom"
+            >
+              <img :src="ORCiD_ICON" style="width: 1em; margin-inline-start: 0.5em" alt="ORCID iD icon" />
+              https://orcid.org/0009-0008-5167-1636
+            </a>
+          </li>
         </ul>
       </div>
 

Some files were not shown because too many files changed in this diff