Skip to content

Commit 6d4d94b

Browse files
committed
doc: Update links; Remove outdated information
1 parent 68c7c6c commit 6d4d94b

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ QwQNT 插件,用于为 QQNT 加载任意 **渲染层** 的用户脚本。
2323

2424
## 🖼️ 截图
2525

26-
> 演示中使用了 [MSpring-Theme](https://github.com/MUKAPP/LiteLoaderQQNT-MSpring-Theme),主题色为 `#74A9F6`
26+
> 演示中使用了 [MSpring-Theme](https://github.com/MUKAPP/mspring-theme),主题色为 `#74A9F6`
2727
2828
![Scriptio](./attachments/settings.png)
2929

@@ -42,7 +42,6 @@ QwQNT 插件,用于为 QQNT 加载任意 **渲染层** 的用户脚本。
4242
```
4343
plugins (所有的插件目录)
4444
└── scriptio (此插件目录)
45-
├── manifest.json (LiteLoaderQQNT 插件元数据)
4645
├── package.json (QwQNT 插件元数据)
4746
├── main.js (插件代码)
4847
├── preload.js (插件代码)

userscripts.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,23 @@
9898
{
9999
"name": "Inspectio 🔎",
100100
"author": "PRO-2684",
101-
"description": "添加各类提示信息,Ctrl+Click 复制,功能细节详见 README,需要开启 LiteLoader Hook Vue",
101+
"description": "添加各类提示信息,Ctrl+Click 复制,功能细节详见 README",
102102
"reactive": true,
103103
"link": "https://github.com/PRO-2684/Scriptio-user-scripts/#inspectio",
104104
"download": "https://raw.githubusercontent.com/PRO-2684/Scriptio-user-scripts/refs/heads/main/inspectio.js"
105105
},
106106
{
107107
"name": "Link Preview",
108108
"author": "PRO-2684",
109-
"description": "链接预览:鼠标经过链接时尝试加载浏览,悬浮显示链接的标题和描述,需要开启 LiteLoader Hook Vue",
109+
"description": "链接预览:鼠标经过链接时尝试加载浏览,悬浮显示链接的标题和描述",
110110
"reactive": true,
111111
"link": "https://github.com/PRO-2684/Scriptio-user-scripts/#link-preview",
112112
"download": "https://raw.githubusercontent.com/PRO-2684/Scriptio-user-scripts/refs/heads/main/link-preview.js"
113113
},
114114
{
115115
"name": "Message Record Enhance",
116116
"author": "PRO-2684",
117-
"description": "查看转发的聊天记录中已知的和引用消息发送者 QQ,需要开启 LiteLoader Hook Vue",
117+
"description": "查看转发的聊天记录中已知的和引用消息发送者 QQ",
118118
"reactive": false,
119119
"link": "https://github.com/PRO-2684/Scriptio-user-scripts/#msg-record-enhance",
120120
"download": "https://raw.githubusercontent.com/PRO-2684/Scriptio-user-scripts/refs/heads/main/msg-record-enhance.js"
@@ -154,7 +154,7 @@
154154
{
155155
"name": "Relay Self",
156156
"author": "PRO-2684",
157-
"description": "允许接龙自己的消息,需要开启 LiteLoader Hook Vue",
157+
"description": "允许接龙自己的消息",
158158
"reactive": true,
159159
"link": "https://github.com/PRO-2684/Scriptio-user-scripts/#relay-self",
160160
"download": "https://raw.githubusercontent.com/PRO-2684/Scriptio-user-scripts/refs/heads/main/relay-self.js"
@@ -178,7 +178,7 @@
178178
{
179179
"name": "Show Time",
180180
"author": "PRO-2684",
181-
"description": "消息显示时间,鼠标悬停显示详细时间与消息序列号,双击复制时间戳,需要开启 LiteLoader Hook Vue",
181+
"description": "消息显示时间,鼠标悬停显示详细时间与消息序列号,双击复制时间戳",
182182
"reactive": true,
183183
"link": "https://github.com/PRO-2684/Scriptio-user-scripts/#show-time",
184184
"download": "https://raw.githubusercontent.com/PRO-2684/Scriptio-user-scripts/refs/heads/main/show-time.js"
@@ -194,7 +194,7 @@
194194
{
195195
"name": "Toast",
196196
"author": "PRO-2684",
197-
"description": "允许其它脚本调用 scriptio.toast,需要开启 LiteLoader Hook Vue",
197+
"description": "允许其它脚本调用 scriptio.toast",
198198
"reactive": false,
199199
"link": "https://github.com/PRO-2684/Scriptio-user-scripts/#toast",
200200
"download": "https://raw.githubusercontent.com/PRO-2684/Scriptio-user-scripts/refs/heads/main/toast.js"
@@ -210,7 +210,7 @@
210210
{
211211
"name": "Universal Repeater",
212212
"author": "PRO-2684",
213-
"description": "消息复读机,需要开启 LiteLoader Hook Vue",
213+
"description": "消息复读机",
214214
"reactive": true,
215215
"link": "https://github.com/PRO-2684/Scriptio-user-scripts/#universal-repeater",
216216
"download": "https://raw.githubusercontent.com/PRO-2684/Scriptio-user-scripts/refs/heads/main/universal-repeater.js"

0 commit comments

Comments
 (0)