@koishi-ce/client 1.0.3 → 1.1.0

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.
Files changed (56) hide show
  1. package/README.md +2 -2
  2. package/app/home/home.vue +4 -1
  3. package/app/home/index.ts +2 -1
  4. package/app/home/welcome.vue +9 -26
  5. package/app/index.ts +8 -2
  6. package/app/layout/header.vue +12 -4
  7. package/app/layout/layout.vue +4 -1
  8. package/app/layout/menu-item.vue +3 -1
  9. package/app/settings/index.ts +3 -2
  10. package/app/settings/settings.vue +9 -7
  11. package/app/settings/theme.vue +4 -1
  12. package/app/status/loading.vue +7 -2
  13. package/app/theme/activity/button.vue +4 -1
  14. package/app/theme/activity/index.vue +12 -4
  15. package/app/theme/activity/item.vue +18 -4
  16. package/app/theme/activity/separator.vue +44 -12
  17. package/app/theme/blank.vue +7 -1
  18. package/app/theme/index.ts +7 -2
  19. package/app/theme/index.vue +6 -2
  20. package/app/theme/menu/menu-item.vue +10 -4
  21. package/app/theme/menu/menu.vue +9 -4
  22. package/client/components/chat/overlay.vue +38 -13
  23. package/client/components/common/k-hint.vue +3 -1
  24. package/client/components/dynamic.vue +2 -1
  25. package/client/components/icons/index.ts +7 -2
  26. package/client/components/index.ts +8 -2
  27. package/client/components/link.ts +5 -2
  28. package/client/components/perms.vue +22 -5
  29. package/client/components/slot.ts +19 -4
  30. package/client/context.ts +12 -4
  31. package/client/data.ts +57 -26
  32. package/client/index.ts +2 -1
  33. package/client/locales/de-DE.yml +47 -0
  34. package/client/locales/en-US.yml +47 -0
  35. package/client/locales/fr-FR.yml +47 -0
  36. package/client/locales/ja-JP.yml +47 -0
  37. package/client/locales/ru-RU.yml +47 -0
  38. package/client/locales/zh-CN.yml +47 -0
  39. package/client/locales/zh-TW.yml +47 -0
  40. package/client/plugins/action.ts +46 -13
  41. package/client/plugins/i18n.ts +118 -3
  42. package/client/plugins/loader.ts +67 -45
  43. package/client/plugins/router.ts +34 -11
  44. package/client/plugins/setting.ts +60 -16
  45. package/client/plugins/theme.ts +51 -11
  46. package/client/utils.ts +7 -2
  47. package/lib/bin.mjs +3 -3
  48. package/lib/{client-CaTn_gVG.mjs → client-C97iYPCr.mjs} +1 -1
  49. package/lib/index.d.ts +3 -4
  50. package/lib/index.mjs +1 -1
  51. package/lib/{src-DXaM1Kgh.mjs → src-BOakssV3.mjs} +2 -2
  52. package/package.json +3 -3
  53. package/src/bin.ts +10 -3
  54. package/src/index.ts +59 -15
  55. package/app/home/welcome.en-US.yml +0 -13
  56. package/app/home/welcome.zh-CN.yml +0 -13
@@ -1,13 +0,0 @@
1
- # SPDX-License-Identifier: AGPL-3.0-only
2
- # Copyright (c) 2019-present Shigma and Koishijs contributors.
3
- # Copyright (c) 2026-present Koishi-CE contributors.
4
-
5
- title: 欢迎使用 Koishi!
6
- description: 你的机器人已经准备就绪。点击下面的任一选项,开启你的 Koishi 之旅吧。
7
- action:
8
- docs:
9
- title: 阅读文档
10
- description: 开始阅读官方文档。官方文档里包含了你想要了解的全部内容。
11
- forum:
12
- title: 前往论坛
13
- description: 前往论坛与其他用户交流。如果你遇到了问题,可以在这里寻求帮助。