gaokao-pro 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
# gaokao-pro
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
用 Claude Code 规划你的高考。
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
把下面这段 prompt 粘进 Claude Code / Codex / Cursor:
|
|
6
6
|
|
|
7
7
|
```
|
|
8
|
-
|
|
9
|
-
my (or my child's) college applications for the 2026 高考.
|
|
8
|
+
跑 `npx gaokao-pro@latest help` 把命令摸清楚,然后帮我规划 2026 年的高考志愿。
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
先问我:分数(估分 / 模考分 / 高考分都行,标清楚是哪种)、省份、选科组合、目标专业方向或职业兴趣、偏好(目标城市 / 是否限定 985/211 / 学费预算)。如果给的是估分或模考分,参考 2023-2025 历年一分一段做粗估位次;等高考真实分数出来再用 2026 当年一分一段精算。
|
|
11
|
+
|
|
12
|
+
每条推荐都用 CLI 拉真实数据支撑——查历年最低分、跨校搜专业、把分数换算成位次区间。
|
|
14
13
|
```
|
|
15
14
|
|
|
16
15
|
Or use the CLI yourself:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gaokao-pro",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "中国高考志愿规划 CLI · 用 Claude Code / Codex / Cursor 帮你查招生数据、出冲稳保。",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"gaokao-pro": "dist/index.js"
|