pull/199/head
xiaojunnuo 2024-09-29 15:23:58 +08:00
parent 0874c03882
commit c6412674fa
2 changed files with 3 additions and 1 deletions

View File

@ -138,8 +138,10 @@ http://your_server_ip:7001
# 克隆代码 # 克隆代码
git clone https://github.com/certd/certd git clone https://github.com/certd/certd
cd certd cd certd
# 启动服务
./start.sh ./start.sh
``` ```
如果是windows请先安装`git for windows` ,然后右键,选择`open git bash here`打开终端,再执行以上命令
## 五、 升级 ## 五、 升级

View File

@ -9,7 +9,7 @@ import CronEditor from "./cron-editor/index.vue";
import { CronLight } from "@vue-js-cron/light"; import { CronLight } from "@vue-js-cron/light";
import "@vue-js-cron/light/dist/light.css"; import "@vue-js-cron/light/dist/light.css";
import Plugins from "./plugins/index"; import Plugins from "./plugins/index";
import TutorialButton from "./tutorial/index.vue";
export default { export default {
install(app: any) { install(app: any) {
app.component("PiContainer", PiContainer); app.component("PiContainer", PiContainer);