entari-plugin-hyw 3.5.0rc6__py3-none-any.whl → 3.5.0rc7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of entari-plugin-hyw might be problematic. Click here for more details.
- entari_plugin_hyw/render_vue.py +2 -2
- {entari_plugin_hyw-3.5.0rc6.dist-info → entari_plugin_hyw-3.5.0rc7.dist-info}/METADATA +2 -2
- {entari_plugin_hyw-3.5.0rc6.dist-info → entari_plugin_hyw-3.5.0rc7.dist-info}/RECORD +5 -5
- {entari_plugin_hyw-3.5.0rc6.dist-info → entari_plugin_hyw-3.5.0rc7.dist-info}/WHEEL +0 -0
- {entari_plugin_hyw-3.5.0rc6.dist-info → entari_plugin_hyw-3.5.0rc7.dist-info}/top_level.txt +0 -0
entari_plugin_hyw/render_vue.py
CHANGED
|
@@ -93,7 +93,7 @@ class ContentRenderer:
|
|
|
93
93
|
"theme_color": "#ef4444",
|
|
94
94
|
}
|
|
95
95
|
await self._page.evaluate("(data) => window.updateRenderData(data)", warmup_data)
|
|
96
|
-
await asyncio.sleep(0.1) #
|
|
96
|
+
# await asyncio.sleep(0.1) # Removed as requested
|
|
97
97
|
logger.success("ContentRenderer: Browser + page ready!")
|
|
98
98
|
except Exception as e:
|
|
99
99
|
logger.error(f"ContentRenderer: Failed to start browser: {e}")
|
|
@@ -224,7 +224,7 @@ class ContentRenderer:
|
|
|
224
224
|
await self._page.evaluate("(data) => window.updateRenderData(data)", render_data)
|
|
225
225
|
|
|
226
226
|
# Wait for Vue to update DOM
|
|
227
|
-
await asyncio.sleep(0.1)
|
|
227
|
+
# await asyncio.sleep(0.1) # Removed as requested
|
|
228
228
|
|
|
229
229
|
# Wait for images to load
|
|
230
230
|
try:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: entari_plugin_hyw
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.0rc7
|
|
4
4
|
Summary: Use large language models to interpret chat messages
|
|
5
5
|
Author-email: kumoSleeping <zjr2992@outlook.com>
|
|
6
6
|
License: MIT
|
|
@@ -14,7 +14,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
-
Requires-Python:
|
|
17
|
+
Requires-Python: <3.13,>=3.10
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
Requires-Dist: arclet-entari[full]>=0.16.5
|
|
20
20
|
Requires-Dist: openai
|
|
@@ -4,7 +4,7 @@ entari_plugin_hyw/image_cache.py,sha256=t8pr1kgH2ngK9IhrBAhzUqhBWERNztUywMzgCFZE
|
|
|
4
4
|
entari_plugin_hyw/misc.py,sha256=gyjqPb9oWl7ZJOcqYeNQunrHooU6BtK1XmF0jK4ORcc,4395
|
|
5
5
|
entari_plugin_hyw/pipeline.py,sha256=kekB4sjiSFvNE8cIChHbW3e_xbCel6K650XxUQDJVco,62833
|
|
6
6
|
entari_plugin_hyw/prompts.py,sha256=wUFtvvC6WdtA_FGbXHC8bZDNQOzgEPR9Q4ZRTEsJhDM,4118
|
|
7
|
-
entari_plugin_hyw/render_vue.py,sha256=
|
|
7
|
+
entari_plugin_hyw/render_vue.py,sha256=cdIsvuGIC-01Nmc9vgYnGQIY5CGh_ZdqphAhFP4h0Qo,12426
|
|
8
8
|
entari_plugin_hyw/search.py,sha256=RX1f2khqh4TBwdQZQv-k7OaG-2D6-op91Vd_MIZQjso,28403
|
|
9
9
|
entari_plugin_hyw/assets/card-dist/index.html,sha256=B5U91hlLEVK_zPNmMoB5daj475ncdRKbVxR35Xgb-Ns,2016492
|
|
10
10
|
entari_plugin_hyw/assets/card-dist/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
|
|
@@ -82,7 +82,7 @@ entari_plugin_hyw/card-ui/src/components/HelloWorld.vue,sha256=yvBIzJua9BfikUOR1
|
|
|
82
82
|
entari_plugin_hyw/card-ui/src/components/MarkdownContent.vue,sha256=JO1sKThQB42bVl5382BkxpDEyRpAK7oGcmdj1LY5P64,13190
|
|
83
83
|
entari_plugin_hyw/card-ui/src/components/SectionCard.vue,sha256=owcDNx2JYVmF2J5SYCroR2gvg_cPApQsNunjK1WJpVI,1433
|
|
84
84
|
entari_plugin_hyw/card-ui/src/components/StageCard.vue,sha256=cC0TeJ4AhtN3sJEXenVpl2Eq5901GKC59qpDUNH2SZE,10964
|
|
85
|
-
entari_plugin_hyw-3.5.
|
|
86
|
-
entari_plugin_hyw-3.5.
|
|
87
|
-
entari_plugin_hyw-3.5.
|
|
88
|
-
entari_plugin_hyw-3.5.
|
|
85
|
+
entari_plugin_hyw-3.5.0rc7.dist-info/METADATA,sha256=fIki8IbBegNPao6fTruxLhSF1zUijHILBFYvlVrZn-Q,3746
|
|
86
|
+
entari_plugin_hyw-3.5.0rc7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
87
|
+
entari_plugin_hyw-3.5.0rc7.dist-info/top_level.txt,sha256=TIDsn6XPs6KA5e3ezsE65JoXsy03ejDdrB41I4SPjmo,18
|
|
88
|
+
entari_plugin_hyw-3.5.0rc7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|