2 Commits

Author SHA1 Message Date
DaLaw2
fe5f8dd258
feat: Rewrote the system architecture (#5)
* refactor: Remove file locking functionality and associated references

* refactor: Replace PathBuf with Path references across interfaces and remove redundant implementations

* fix: UI missing "Comparison Mode" field, and set permission failed

* refactor: Restructure core module into submodules for better organization

* wip: Remove event system

* refactor: Introduce actor model framework and reorganize module hierarchy

* wip: Remove event system and restructure module hierarchy for actor-based architecture

* refactor: Remove unused traits and modules, enhance GUI handling, and refine actor-driven architecture
2025-08-15 23:05:57 +08:00
DaLaw2
f72c66d348
feat: Add icon and update dependent (#3)
* fix: Type error on release mode and refactor README.md

* feat: Add icon and update dependent
2025-07-31 22:14:25 +08:00