@ndscnj/roomkit-web-vue3 25.11.1609 → 25.11.1610

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndscnj/roomkit-web-vue3",
3
- "version": "25.11.1609",
3
+ "version": "25.11.1610",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  type="primary"
27
27
  >
28
28
  <IconCreateRoom size="20" />
29
- <span class="button-text">{{ t('New Room') }}</span>
29
+ <span class="button-text">曾浩{{ t('New Room') }}</span>
30
30
  </TUIButton>
31
31
  <div
32
32
  v-if="showCreateRoomItems"
@@ -8,7 +8,7 @@
8
8
  <div class="theme-container" v-click-outside="handleClickOutSide">
9
9
  <icon-button
10
10
  v-if="visible && switchThemeConfig.visible"
11
- title="南大尚诚定制版"
11
+ :title="t('Switch Theme')"
12
12
  :layout="IconButtonLayout.HORIZONTAL"
13
13
  :icon="IconSwitchTheme"
14
14
  @click-icon="handleSwitchTheme"
@@ -23,7 +23,7 @@ export default {
23
23
  'You are invited to room ': '您被邀请进入 ',
24
24
  Room: '房间',
25
25
  Join: '加入',
26
- 'Switch Theme': '换肤',
26
+ 'Switch Theme': '南大尚诚定制版',
27
27
  Layout: '布局',
28
28
  'New Room': '新建房间',
29
29
  'Room Type': '房间类型',