-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPictureManage.py
32 lines (30 loc) · 1.37 KB
/
PictureManage.py
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
import os
rootPath = os.getcwd() + '\\picture\\'
suffix = '.PNG'
mu = rootPath + 'mu.PNG' # 主菜单标识
screenshot = rootPath + 'screenshot.PNG' # 截图地址
wuzhi = rootPath + 'wuzhi.PNG' # 物资筹备
zuozhan = rootPath + 'zuozhan.PNG' # 作战按钮
longmingbi = rootPath + 'longmingbi.PNG' # 龙鸣币地图
money = rootPath + 'money.PNG' # 龙门币图标
three_xing = rootPath + '3xing.PNG' # 是否三星可以代理模式
back = rootPath + 'back.PNG' # 返回键
home = rootPath + 'home' + suffix # home键
home_page = rootPath + 'home_page' + suffix # 首页
start = rootPath + 'start.PNG' # 开始行动
fight = rootPath + 'fight.PNG' # 开始行动
agency = rootPath + 'agency.PNG' # 本次行动配置不可更变
agencycommand = rootPath + 'agencycommand.PNG' # 代理指挥
complete = rootPath + 'complete.PNG' # 战斗结束
lv_up = rootPath + 'lv_up' + suffix
fenshuifangyv = rootPath + 'fenshuifangyv' +suffix#粉碎防御
caigou = rootPath + 'caigou' + suffix #采购凭证
zhanshu = rootPath + 'zhanshu' +suffix #战术演习
LS = rootPath + 'LS' + suffix #LS-
ziyuan = rootPath + 'ziyuan' +suffix #资源保障
SK = rootPath + 'SK' + suffix #sk
xinpian = rootPath +'xinpian' + suffix #芯片收索
grjt = rootPath + 'grjt' +suffix #固若金汤
cklx = rootPath + 'cklx' + suffix #摧枯拉朽
PR_A = rootPath + 'PR-A' + suffix
PR_B = rootPath + 'PR-B' + suffix