mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 11:56:08 +08:00
更新 readme
This commit is contained in:
parent
79b342d1d2
commit
f19dd21155
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
Timed task management panel with python3, javaScript, shell, typescript support
|
Timed task management platform supporting Python3, JavaScript, Shell, Typescript
|
||||||
|
|
||||||
[![docker version][docker-version-image]][docker-version-url] [![docker pulls][docker-pulls-image]][docker-pulls-url] [![docker stars][docker-stars-image]][docker-stars-url] [![docker image size][docker-image-size-image]][docker-image-size-url]
|
[![docker version][docker-version-image]][docker-version-url] [![docker pulls][docker-pulls-image]][docker-pulls-url] [![docker stars][docker-stars-image]][docker-stars-url] [![docker image size][docker-image-size-image]][docker-image-size-url]
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Timed task management panel with python3, javaScript, shell, typescript support
|
||||||
[docker-image-size-url]: https://hub.docker.com/r/whyour/qinglong
|
[docker-image-size-url]: https://hub.docker.com/r/whyour/qinglong
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
[](https://whyour.cn)
|
[](https://whyour.cn)
|
||||||
|
|
||||||
[简体中文](./README.md) | English
|
[简体中文](./README.md) | English
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
支持python3、javaScript、shell、typescript 的定时任务管理面板
|
支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台
|
||||||
|
|
||||||
[![docker version][docker-version-image]][docker-version-url] [![docker pulls][docker-pulls-image]][docker-pulls-url] [![docker stars][docker-stars-image]][docker-stars-url] [![docker image size][docker-image-size-image]][docker-image-size-url]
|
[![docker version][docker-version-image]][docker-version-url] [![docker pulls][docker-pulls-image]][docker-pulls-url] [![docker stars][docker-stars-image]][docker-stars-url] [![docker image size][docker-image-size-image]][docker-image-size-url]
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
[docker-image-size-url]: https://hub.docker.com/r/whyour/qinglong
|
[docker-image-size-url]: https://hub.docker.com/r/whyour/qinglong
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
[](https://whyour.cn)
|
[](https://whyour.cn)
|
||||||
|
|
||||||
简体中文 | [English](./README-en.md)
|
简体中文 | [English](./README-en.md)
|
||||||
|
|
||||||
|
|
|
@ -29,10 +29,10 @@ pm2 delete public &>/dev/null
|
||||||
pm2 start $dir_static/build/public.js -n public --source-map-support --time
|
pm2 start $dir_static/build/public.js -n public --source-map-support --time
|
||||||
echo -e "监控服务启动成功...\n"
|
echo -e "监控服务启动成功...\n"
|
||||||
|
|
||||||
echo -e "======================5. 启动控制面板========================\n"
|
echo -e "======================5. 启动主服务========================\n"
|
||||||
pm2 delete panel &>/dev/null
|
pm2 delete panel &>/dev/null
|
||||||
pm2 start $dir_static/build/app.js -n panel --source-map-support --time
|
pm2 start $dir_static/build/app.js -n panel --source-map-support --time
|
||||||
echo -e "控制面板启动成功...\n"
|
echo -e "主服务启动成功...\n"
|
||||||
|
|
||||||
echo -e "======================6. 启动定时任务========================\n"
|
echo -e "======================6. 启动定时任务========================\n"
|
||||||
pm2 delete schedule &>/dev/null
|
pm2 delete schedule &>/dev/null
|
||||||
|
|
|
@ -327,22 +327,11 @@ select:-webkit-autofill:focus {
|
||||||
.side-menu-user-drop-menu {
|
.side-menu-user-drop-menu {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
outline: none;
|
padding: 2px 10px;
|
||||||
padding: 4px 0;
|
|
||||||
border: 1px solid fade(@component-background, 0.12);
|
|
||||||
border-radius: 4px;
|
|
||||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: @component-background;
|
|
||||||
}
|
|
||||||
|
|
||||||
[data-dark='true'] .side-menu-user-drop-menu {
|
|
||||||
background-color: #373739;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-pro-sider-logo {
|
.ant-pro-sider-logo {
|
||||||
padding: 16px 8px !important;
|
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -271,7 +271,7 @@ export default function () {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
title={
|
title={
|
||||||
<>
|
<>
|
||||||
<span style={{ fontSize: 16 }}>控制面板</span>
|
<span style={{ fontSize: 16 }}>青龙</span>
|
||||||
<a
|
<a
|
||||||
href={systemInfo?.changeLogLink}
|
href={systemInfo?.changeLogLink}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
@ -313,7 +313,7 @@ export default function () {
|
||||||
pageTitleRender={(props, pageName, info) => {
|
pageTitleRender={(props, pageName, info) => {
|
||||||
const title =
|
const title =
|
||||||
(config.documentTitleMap as any)[location.pathname] || '未找到';
|
(config.documentTitleMap as any)[location.pathname] || '未找到';
|
||||||
return `${title} - 控制面板`;
|
return `${title} - 青龙`;
|
||||||
}}
|
}}
|
||||||
onCollapse={setCollapsed}
|
onCollapse={setCollapsed}
|
||||||
collapsed={collapsed}
|
collapsed={collapsed}
|
||||||
|
|
|
@ -80,7 +80,7 @@ const Initialization = () => {
|
||||||
content: (
|
content: (
|
||||||
<div className={styles.top} style={{ marginTop: 100 }}>
|
<div className={styles.top} style={{ marginTop: 100 }}>
|
||||||
<div className={styles.header}>
|
<div className={styles.header}>
|
||||||
<span className={styles.title}>欢迎使用青龙控制面板</span>
|
<span className={styles.title}>欢迎使用青龙</span>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.action}>
|
<div className={styles.action}>
|
||||||
<Button
|
<Button
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
export default {
|
export default {
|
||||||
siteName: '青龙控制面板',
|
siteName: '青龙',
|
||||||
apiPrefix: '/api/',
|
apiPrefix: '/api/',
|
||||||
authKey: 'token',
|
authKey: 'token',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user