chore: remove private chart data from project

This commit is contained in:
732642856
2026-07-08 17:03:04 +08:00
parent f5d28ee5ae
commit f5606a933b
137 changed files with 2834 additions and 5588 deletions
+4 -4
View File
@@ -179,7 +179,7 @@ python3 scripts/vedastro_user_entrypoint.py \
1. 先把本仓登记到个人 marketplace
```bash
python3 /Users/wuyongnaren/.codex/skills/.system/plugin-creator/scripts/create_basic_plugin.py \
python3 <home>/.codex/skills/.system/plugin-creator/scripts/create_basic_plugin.py \
jyotish-vedic-astrology \
--path ~/.codex/plugins \
--marketplace-path ~/.agents/plugins/marketplace.json \
@@ -196,7 +196,7 @@ python3 /Users/wuyongnaren/.codex/skills/.system/plugin-creator/scripts/create_b
"name": "jyotish-vedic-astrology",
"source": {
"source": "local",
"path": "/Users/wuyongnaren/Documents/印度占星"
"path": "<repo>"
}
}
```
@@ -226,8 +226,8 @@ codex plugin list
当你改了 `.codex-plugin/plugin.json``skills/``mcp_server.py`
```bash
python3 /Users/wuyongnaren/.codex/skills/.system/plugin-creator/scripts/update_plugin_cachebuster.py \
/Users/wuyongnaren/Documents/印度占星
python3 <home>/.codex/skills/.system/plugin-creator/scripts/update_plugin_cachebuster.py \
<repo>
codex plugin add jyotish-vedic-astrology@personal
```