Skip to content

Commit

Permalink
简化Sakura数据初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
FishHawk committed Oct 30, 2024
1 parent 66e2e8c commit 70662ac
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 530 deletions.
2 changes: 1 addition & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a = Analysis(
['main.py'],
pathex=[],
binaries=[],
datas=[('icon.ico', '.'), ('cloudflared-windows-amd64.exe', '.')],
datas=[('icon.ico', '.'), ('data', '.'), ('cloudflared-windows-amd64.exe', '.')],
hiddenimports=['tiktoken_ext.openai_public', 'tiktoken_ext', 'PySide6', 'PySide6.QtCore', 'PySide6.QtGui', 'qfluentwidgets'],
hookspath=[],
hooksconfig={},
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ requests
py7zr

aiohttp
pydantic

# for dist packing
pyinstaller
56 changes: 0 additions & 56 deletions src/native/.gitignore

This file was deleted.

67 changes: 0 additions & 67 deletions src/native/src/lib.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions src/native/test/test.py

This file was deleted.

10 changes: 0 additions & 10 deletions src/native/xmake.lua

This file was deleted.

Loading

0 comments on commit 70662ac

Please sign in to comment.