Skip to content

Commit

Permalink
Enhance calculator plugin functionality and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlifeng committed Dec 26, 2024
1 parent acd4143 commit b68951c
Show file tree
Hide file tree
Showing 12 changed files with 1,057 additions and 700 deletions.
3 changes: 2 additions & 1 deletion .cursorrules
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ wox.ui.flutter flutter实现的Wox前端,通过websocket与wox.cor
* dataclass进行数据模型定义, 请参考wox.plugin.python/src/wox_plugin/models/query.py

# 其他要求
你在回答问题的时候请使用中文回答我, 但是生成的代码中的注释必须使用英文
* 你在回答问题的时候请使用中文回答我, 但是生成的代码中的注释必须使用英文
* 当你需要查看日志的时候,请使用 `tail -n 100 ~/.wox/log/log` 查看最新日志, 帮助你排查问题
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ dev: _check_deps
test: dev
cd wox.core && go test ./...

only_test:
cd wox.core && go test ./...

publish: clean dev
$(MAKE) -C wox.core build

Expand Down
Loading

0 comments on commit b68951c

Please sign in to comment.