Skip to content

Commit

Permalink
delete unmaintainable parts
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf committed Jan 7, 2025
1 parent 5bca8f9 commit 02be748
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 368 deletions.
4 changes: 0 additions & 4 deletions assets/config_store/en_us/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ gained_petal_limit = 0 # The maximum number of petals users can get per day.
lost_petal_limit = 0 # The maximum number of petals users can lose per day.
use_secrets_random = false # Whether to use the random number generator based on the secrets library.
web_render_local = "<Replace me with str value>" # The local WebRender service address.
enable_langsmith = "<Replace me>"
langsmith_endpoint = "<Replace me>"
langsmith_project = "<Replace me>"
langsmith_api_key = "<Replace me>"
coin_limit = 10000 # The maximum number of coins tossed of coin module.
coin_faceup_weight = 4997 # The weight of heads of the coins tossed of coin module.
coin_facedown_weight = 4997 # The weight of tails of the coins tossed of coin module.
Expand Down
4 changes: 0 additions & 4 deletions assets/config_store/zh_cn/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ gained_petal_limit = 0 # 单日获取花瓣上限。
lost_petal_limit = 0 # 单日失去花瓣上限。
use_secrets_random = false # 是否使用基于 secrets 库的随机数生成器。
web_render_local = "<Replace me with str value>" # 本地 WebRender 服务地址。
enable_langsmith = "<Replace me>"
langsmith_endpoint = "<Replace me>"
langsmith_project = "<Replace me>"
langsmith_api_key = "<Replace me>"
coin_limit = 10000 # coin 模块可抛硬币的上限。
coin_faceup_weight = 4997 # coin 模块抛硬币时正面的权重。
coin_facedown_weight = 4997 # coin 模块抛硬币时反面的权重。
Expand Down
4 changes: 0 additions & 4 deletions assets/config_store/zh_tw/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ gained_petal_limit = 0 # 單日取得花瓣上限。
lost_petal_limit = 0 # 單日失去花瓣上限。
use_secrets_random = false # 是否使用基於 secrets 庫的隨機數產生器。
web_render_local = "<Replace me with str value>" # 本地 WebRender 服務位址。
enable_langsmith = "<Replace me>"
langsmith_endpoint = "<Replace me>"
langsmith_project = "<Replace me>"
langsmith_api_key = "<Replace me>"
coin_limit = 10000 # coin 模組可拋硬幣的上限。
coin_faceup_weight = 4997 # coin 模組拋硬幣時正面的權重。
coin_facedown_weight = 4997 # coin 模組拋硬幣時反面的權重。
Expand Down
Binary file modified assets/config_store_packed/en_us.zip
Binary file not shown.
Binary file modified assets/config_store_packed/zh_cn.zip
Binary file not shown.
Binary file modified assets/config_store_packed/zh_tw.zip
Binary file not shown.
126 changes: 0 additions & 126 deletions modules/ask/__old_init__.py

This file was deleted.

76 changes: 0 additions & 76 deletions modules/calc/__init__.py

This file was deleted.

96 changes: 0 additions & 96 deletions modules/calc/calc.py

This file was deleted.

17 changes: 0 additions & 17 deletions modules/calc/constant.py

This file was deleted.

6 changes: 0 additions & 6 deletions modules/calc/locales/en_us.json

This file was deleted.

6 changes: 0 additions & 6 deletions modules/calc/locales/zh_cn.json

This file was deleted.

6 changes: 0 additions & 6 deletions modules/calc/locales/zh_tw.json

This file was deleted.

23 changes: 0 additions & 23 deletions modules/calc/utils.py

This file was deleted.

0 comments on commit 02be748

Please sign in to comment.