Skip to content

Commit 5d053f8

Browse files
删除pocwatchdog
1 parent 6f40da9 commit 5d053f8

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

blog/2024-8-30.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ description: 机器学习与LLM舆情分析
1010

1111
该项目适合作为小型的项目原型,适合教学和练手。最初这个项目的灵感源于我的个人需求,我需要一个工具来查看主流话题,同时又不想下载一堆 APP 来接收推送。项目最终的数据使用github pages来展示。
1212

13-
可以结合我的另一个项目`pocwatchdog`实现定时执行加发送邮件。
14-
15-
1613
项目开源地址:[https://github.com/jiangyangcreate/SocialMood](https://github.com/jiangyangcreate/SocialMood)
1714

1815
项目查看地址:[https://jiangyangcreate.github.io/SocialMood/](https://jiangyangcreate.github.io/SocialMood/)

docs/docs/选择编程语言/Python/Python进阶.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,12 +2513,12 @@ requires = ["setuptools>=61.0", "wheel"]
25132513
build-backend = "setuptools.build_meta"
25142514
25152515
[project]
2516-
name = "pocwatchdog"
2517-
version = "1.1.6"
2516+
name = "exboard"
2517+
version = "1.0.12"
25182518
authors = [
25192519
{ name="Allen", email="[email protected]" },
25202520
]
2521-
description = "A pocwatchdog package for security monitoring"
2521+
description = "A exboard package for AIBOX"
25222522
readme = "README.md"
25232523
requires-python = ">=3.6"
25242524
classifiers = [
@@ -2531,8 +2531,8 @@ dependencies = [
25312531
]
25322532
25332533
[project.urls]
2534-
Homepage = "https://github.com/jiangyangcreate/pocwatchdog"
2535-
Issues = "https://github.com/jiangyangcreate/pocwatchdog/issues"
2534+
Homepage = "https://github.com/jiangyangcreate/exboard"
2535+
Issues = "https://github.com/jiangyangcreate/exboard/issues"
25362536
```
25372537

25382538
其中:dependencies 是依赖的包,在这里添加你需要的依赖包之后,安装此包时会自动安装这些依赖包。

src/pages/case.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ function ShowcaseGrid() {
2727
url: "https://jiangmiemie.com/jiangyangcreate/",
2828
category: "关于我",
2929
},
30-
{
31-
image: useBaseUrl("pages/case/pocwatchdog.webp"),
32-
title: "pocwatchdog",
33-
desc: "进程管理器,用于定时管理进程,多种组合式定时任务。支持成功发送邮件通知、失败发送邮件通知,可插入附件、图片,自动识别邮箱服务器与端口号。",
34-
url: "https://github.com/jiangyangcreate/pocwatchdog/",
35-
category: "模块库",
36-
},
3730
{
3831
image: useBaseUrl("pages/case/exboard.webp"),
3932
title: "exboard",

static/pages/case/pocwatchdog.webp

-44.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)