diff --git a/.changeset/web-storage-appearance-notification.md b/.changeset/web-storage-appearance-notification.md new file mode 100644 index 0000000000..792738db48 --- /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 0b5ea163e2..beffa8e337 100644 --- a/apps/kimi-web/src/App.vue +++ b/apps/kimi-web/src/App.vue @@ -1,16 +1,15 @@