feat: chat integration, tenant admin spec, backend chat service, miniprogram updates, DEMO moved to tmp, XCX-TEST removed, migrations & docs

This commit is contained in:
Neo
2026-03-20 09:02:10 +08:00
parent 3d2e5f8165
commit beb88d5bea
388 changed files with 6436 additions and 25458 deletions

View File

@@ -0,0 +1,14 @@
<view class="clue-item">
<view class="clue-tag clue-tag-{{category}}">
<text class="clue-tag-text">{{tag}}</text>
</view>
<view class="clue-content">
<view class="clue-text-container">
<text class="clue-text"><text class="clue-emoji">{{emoji}}</text> {{title}}</text>
<text class="clue-source">{{source}}</text>
</view>
</view>
<view class="clue-desc" wx:if="{{content}}">
<text class="clue-desc-text">{{content}}</text>
</view>
</view>