diff --git a/.changeset/web-storage-appearance-notification.md b/.changeset/web-storage-appearance-notification.md new file mode 100644 index 000000000..792738db4 --- /dev/null +++ b/.changeset/web-storage-appearance-notification.md @@ -0,0 +1,5 @@ +--- +"@moonshot-ai/kimi-code": patch +--- + +Consolidate web client localStorage access and split the root state store and app shell into focused composables. diff --git a/apps/kimi-web/src/App.vue b/apps/kimi-web/src/App.vue index 0b5ea163e..beffa8e33 100644 --- a/apps/kimi-web/src/App.vue +++ b/apps/kimi-web/src/App.vue @@ -1,16 +1,15 @@