From 2f13ed85938504c32257e5cb60ccec9148061cc1 Mon Sep 17 00:00:00 2001 From: sunlei Date: Mon, 8 Jun 2026 12:10:54 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E4=B8=8E=E8=AE=B8=E5=8F=AF=E8=AF=81=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/LICENSE b/LICENSE index f300490..a77e061 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ The MIT License (MIT) Copyright (c) 2021-present, Yuxi (Evan) You +Copyright (c) 2026 KwiTsukasa / KT contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f568bc7..7ddb13f 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,9 @@ pnpm typecheck ```bash pnpm dev ``` + +## 来源与许可证 + +| 一级来源 | 使用方式 | License | +| ----------------------------------------- | ------------------------------------------------------ | ------- | +| [Vue REPL](https://github.com/vuejs/repl) | 在线 SFC 编辑器、Store、Preview 和编辑器分层的基础实现 | MIT |