Skip to content

Commit ae271c8

Browse files
committed
update updateURL and icon url.
1 parent b76885a commit ae271c8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

vite.config.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,22 @@ export default defineConfig({
1818
userscript: {
1919
name: {
2020
'': 'mitmproxy-llm-better-view',
21-
'zh-CN': 'mitmproxy 大模型请求内容预览'
21+
'zh-CN': 'mitmweb中 可视化大模型(openai, gemini, claude)请求/响应内容'
2222
},
23-
icon: 'https://s3.api2o.com/mitm-better-view.svg',
23+
icon: 'https://s3.api2o.com/mitm-better-view.png',
2424
description: {
2525
'': 'LLM(openai, gemini, claude) API Request/Response Visualization in mitmweb.',
26-
'zh-CN': '在 mitmweb 中查看大模型请求中的信息 '
26+
'zh-CN': 'mitmweb中 可视化大模型(openai, gemini, claude)请求/响应内容 '
2727
},
2828
homepage: 'https://github.com/slow-groovin/mitmproxy-llm-better-view',
29-
updateURL: 'https://raw.githubusercontent.com/slow-groovin/mitmproxy-llm-better-view/refs/heads/main/tampermonkey-script/dist/mtimweb-llm-better-view.js',
30-
downloadURL: 'https://raw.githubusercontent.com/slow-groovin/mitmproxy-llm-better-view/refs/heads/main/tampermonkey-script/dist/mtimweb-llm-better-view.js',
29+
updateURL: 'https://github.com/slow-groovin/mitmproxy-llm-better-view/releases/latest/download/dist-latest.js',
30+
downloadURL: 'https://github.com/slow-groovin/mitmproxy-llm-better-view/releases/latest/download/dist-latest.js',
3131
namespace: 'npm/vite-plugin-monkey',
3232
match: [
3333
'http://localhost:8081/*',
3434
'http://127.0.0.1:8081/*',
35-
'http://127.0.0.1:9090/*'
35+
'http://127.0.0.1:9090/*',
36+
'http://127.0.0.1:8888/or_add_match_pattern_for_your_specific_mitmweb_endpoint/*'
3637
],
3738
},
3839
build: {

0 commit comments

Comments
 (0)