# 了解Project Event

这是一款由我个人开发的PC软件，它能够在你的PC触发某些事件时自动执行设定的一系列操作。就像iOS的自动化快捷指令一样。比如，在你启动电脑时，通过通知栏（Windows10版本才支持通知栏）显示今天的天气信息、在你连接上蓝牙耳机时提醒你......等等。

发挥你的想象，通过事件和操作的搭配就可以创造出各种实用、好玩的Project。

## 使用难度/学习成本?

你可能需要了解一些编程知识才能够熟练使用Project Event，因为软件会有一些编程中使用的操作或术语。

比如：

判断（if）、正则表达式、http请求、循环、变量...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://littlepanda.gitbook.io/project-event/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
