This website requires JavaScript.
Explore
Help
Register
Sign In
every_holiday
/
VRCT
Watch
1
Star
0
Fork
0
You've already forked VRCT
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
93bdec7922e3d11ab15df1ca724e91070054a5f2
VRCT
/
src-python
History
misyaguziya
93bdec7922
エンドポイントテストにおいて、401および404ステータスの処理を追加し、該当するエンドポイントに対するテスト結果を記録する機能を実装。
2025-09-25 12:37:13 +09:00
..
models
Merge branch 'bugfix_overlay' into develop
2025-09-19 22:50:10 +09:00
config.py
[Update] 修正: SELECTED_TARGET_LANGUAGESの初期化ロジックを改善し、最初の言語のみを有効化
2025-09-19 11:06:23 +09:00
controller.py
Controllerクラスの設定メソッドを修正し、重複した設定を防止する条件を追加。テストケースを更新し、ON/OFF状態のランダムアクセスと連続テストを強化。
2025-09-23 16:56:11 +09:00
device_manager.py
👍
️[Update] All : 不要なprintLogを削除 / なるべくtry exceptした場合にはerrorLogを保存するように変更
2024-12-16 23:38:05 +09:00
mainloop.py
処理の安定化のために待機時間を追加し、エンドポイントテストを強化。テストケースを整理し、実行系のエンドポイントテストを新たに追加。
2025-09-23 23:19:35 +09:00
model.py
[Add] Implement Transliterator class and katakana to Hepburn conversion function
2025-09-17 14:09:36 +09:00
test_endpoints.py
エンドポイントテストにおいて、401および404ステータスの処理を追加し、該当するエンドポイントに対するテスト結果を記録する機能を実装。
2025-09-25 12:37:13 +09:00
utils.py
[Update] Refactor message formatting and add validation for message structure
2025-08-06 20:33:36 +09:00