From 45fe4e70b696b0bcc926bc7cf7f768e81aade984 Mon Sep 17 00:00:00 2001 From: Fang_Zhijian Date: Mon, 9 Feb 2026 11:47:31 +0800 Subject: [PATCH] 1.0.3 --- CHANGELOG.md | 4 +++- LICENSE | 2 +- README.md | 1 - extension.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc3b97..1331d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # 1.0.3 1. 由于可能存在的安全原因,移除了使用 Cookie 获取立创商城订单的功能,相关功能已被废弃 -2. 修改 README 文档 +2. 修改开源仓库地址,后端开源(`/backend` 目录内) +3. 修改 README 文档 +4. 更新 LICENSE 文档 # 1.0.2 diff --git a/LICENSE b/LICENSE index b5ef8ed..dab9d65 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright [2024] JLCEDA +Copyright 2026 Fang_Zhijian Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 27a5ee5..273ece5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ V2.2 用户菜单栏将直接出现“LEYE”选项;V3 用户若未开启“ |:-------------|:-----------------------------------------------------------|:-------------------------| | 服务器地址 | LEYE Service 服务器地址 | `http://localhost:21816` | | 允许拉起服务端 | 允许通过 [`leye://open`](leye://open) 拉起本地安装的 LEYE Service 服务端 | `true` | -| 立创商城 Cookies | 填写后可利用 Cookies 直接从立创商城获取订单数据 | *空* | ## 已知问题 diff --git a/extension.json b/extension.json index 5f335cf..12c01e7 100644 --- a/extension.json +++ b/extension.json @@ -21,7 +21,7 @@ "logo": "./images/logo.png" }, "homepage": "https://leye.dragon.edu.kg/", - "bugs": "https://leye.dragon.edu.kg/", + "bugs": "https://ext.lceda.cn/item/fangs233/fangs-leye?tab=4", "activationEvents": {}, "entry": "./dist/index", "dependentExtensions": {},