-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.code-workspace
More file actions
62 lines (62 loc) · 1.28 KB
/
Copy pathscripts.code-workspace
File metadata and controls
62 lines (62 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"folders": [
{
"path": "."
},
{
"name": "auto_run 开机自启动软件管理",
"path": "python/auto_run"
},
{
"name": "bjxd_getToken 北京现代APP获取 Token",
"path": "python/bjxd_getToken"
},
{
"name": "carwith_dexkit carwith Dex 分析工具",
"path": "python/carwith_dexkit"
},
{
"name": "process_pause 微信小程序暂停工具",
"path": "python/process_pause"
},
{
"name": "queens_sudoku 佛系消消消外挂",
"path": "python/queens_sudoku"
},
{
"name": "scrcpy 手机控制",
"path": "python/scrcpy"
},
{
"name": "stock_save 股票分钟线保存",
"path": "python/stock_save"
},
{
"name": "sublime_crack sublime破解补丁",
"path": "python/sublime_crack"
},
{
"name": "xueqiu_getCookie 雪球股票获取 cookie",
"path": "python/xueqiu_getCookie"
},
{
"name": "ningway_download 宁路视频下载",
"path": "python/ningway_download"
},
{
"name": "xiangqi-bot 象棋 AI",
"path": "python/xiangqi-bot"
}
],
"settings": {
"python-envs.pythonProjects": [
{
"path": "python/xiangqi-bot",
"envManager": "ms-python.python:venv",
"packageManager": "ms-python.python:pip",
"workspace": "scripts"
}
],
"powershell.cwd": "xiangqi-bot 象棋 AI"
}
}