Skip to content

Commit

Permalink
fix some errors that marked compass will pass in some case
Browse files Browse the repository at this point in the history
  • Loading branch information
1997ljc committed Mar 3, 2024
1 parent b96e348 commit 1c368e4
Show file tree
Hide file tree
Showing 14 changed files with 11,011 additions and 10,893 deletions.
3 changes: 2 additions & 1 deletion .compass_config
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
击败敌人将会吸引更强大的怪物登场
该地图会额外出现 1 个战乱之殇事件
该地图会出现 1 个额外深渊
地图内发现的地图被 8 个词缀腐化
地图内的庄园至少有一片黄庄稼
地图中有一个惊悸迷雾之镜
至少有一片紫庄稼
至少有一片蓝庄稼
玩家的瓦尔技能无法用于【阻灵术】
闪电属性怪物
你的地图包含古灵庄园
地图内裂隙属于乌尔尼多
44 changes: 34 additions & 10 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ V3.0版本更新:
4> 增加永久区,赛季区选择功能能
5> 罗盘仓库读取功能,一键生成现存罗盘表格
6> 修改逻辑,使用按住shift键的方式洗罗盘
7> 添加滚动条,防止部分电脑无法看到完整的罗盘页

<1> 自动洗地图
<2> 自动珠宝
Expand Down
37 changes: 37 additions & 0 deletions auto_sextant_new.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# -*- mode: python ; coding: utf-8 -*-


a = Analysis(
['poe_auto_sextant.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
)
pyz = PYZ(a.pure)

exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
name='auto_sextant_new',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
37 changes: 37 additions & 0 deletions auto_sextant_plus_speed.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# -*- mode: python ; coding: utf-8 -*-


a = Analysis(
['poe_auto_sextant.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
)
pyz = PYZ(a.pure)

exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
name='auto_sextant_plus_speed',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
upx_exclude=[],
runtime_tmpdir=None,
console=False,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
)
Loading

0 comments on commit 1c368e4

Please sign in to comment.