diff --git a/web/src/components/Footer.js b/web/src/components/Footer.js index 694004a..0e71b72 100644 --- a/web/src/components/Footer.js +++ b/web/src/components/Footer.js @@ -1,7 +1,7 @@ import React, { useEffect, useState } from 'react'; import { getFooterHTML, getSystemName } from '../helpers'; -import { Layout } from '@douyinfe/semi-ui'; +import { Layout, Tooltip } from '@douyinfe/semi-ui'; const Footer = () => { const systemName = getSystemName(); @@ -15,6 +15,34 @@ const Footer = () => { } }; + const defaultFooter = ( +
可在设置页面设置关于内容,支持 HTML & Markdown
- new-api项目仓库地址: + New-API项目仓库地址: https://github.com/Calcium-Ion/new-apiNewAPI © 2023 CalciumIon | 基于 One API v0.5.4 © 2023 - JustSong。本项目根据MIT许可证授权。 + JustSong。 +
++ 本项目根据MIT许可证授权,需在遵守Apache-2.0协议的前提下使用。
源码: - https://github.com/songquanpeng/one-api + https://github.com/Calcium-Ion/new-api + +
++ 协议: + + Apache-2.0 License
启动时间:{getStartTimeString()}