Commit Graph

24 Commits

Author SHA1 Message Date
4thfever
7630174820 Feat/relation (#139)
* update relation

* feat: add relation_type to avatar info structure and update related components

- Added `relation_type` to the avatar structured info in `info_presenter.py`.
- Updated `AvatarDetail.vue` to utilize the new `relation_type` for displaying avatar relationships.
- Modified `RelationRow.vue` to accept `type` as a prop for enhanced relationship representation.
- Updated `core.ts` to include `relation_type` in the `RelationInfo` interface.

Closes #
2026-02-05 22:14:44 +08:00
bridge
fe47cdb442 refactor(StoryTeller): streamline template path handling and improve code clarity
- Replaced hardcoded template paths with a static method to dynamically construct paths based on filenames.
- Updated references to template paths throughout the class to enhance maintainability and readability.
- Improved organization of template file management for better localization support.
2026-02-02 22:14:22 +08:00
bridge
2cbe7660e7 feat(i18n): add story styles localization for English and Chinese
- Translated and added various story styles to localization files for English, Simplified Chinese, and Traditional Chinese.
- Updated the StoryTeller class to utilize the translation function for story styles, enhancing the storytelling experience across different languages.
2026-02-02 21:54:56 +08:00
4thfever
63fc2f828e Feat/auction (#30)
Add gathering events, in which multiple avatars participate
Add auction event

Closes #24
2026-01-14 02:33:13 +08:00
bridge
e2d03b587d refactor world desc 2026-01-03 21:25:24 +08:00
bridge
c2cb8098ee update llm 2025-12-29 22:02:44 +08:00
bridge
8fb81c3473 refactor relation add and cancel 2025-12-20 20:30:30 +08:00
bridge
c772edfff0 refactor story teller 2025-12-20 18:18:37 +08:00
bridge
37b51b7650 refactor relationship changes 2025-11-26 15:06:41 +08:00
bridge
e7d6ce7879 refactor llm 2025-11-19 01:23:55 +08:00
bridge
c4bc8daddc refactor story teller 2025-11-19 01:13:44 +08:00
bridge
c341a1fddd fix long events calling 2025-11-19 01:06:42 +08:00
bridge
307ad405ac add long time memory 2025-11-18 00:39:06 +08:00
bridge
86be290633 refactor event handler 2025-10-24 23:50:05 +08:00
bridge
1520c6489f fix async bug 2025-10-23 00:50:52 +08:00
bridge
8eca9c0a65 update story teller 2025-10-19 12:04:17 +08:00
bridge
5fb6ddfa05 update battle 2025-10-16 00:57:19 +08:00
bridge
a038d32904 update battle 2025-10-16 00:54:34 +08:00
bridge
837cb539fc refactor battle 2025-10-15 23:28:19 +08:00
bridge
751b48ccbb update prompt 2025-10-13 22:42:58 +08:00
bridge
98e4a43aef add different story styles 2025-10-13 00:29:19 +08:00
bridge
c3cf37f468 refactor avatar info 2025-10-12 02:16:39 +08:00
bridge
42dc91aec7 update get info 2025-10-12 01:40:36 +08:00
bridge
9b0be5b4c2 fix action bugs 2025-10-04 21:27:17 +08:00