mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-26 05:15:54 +03:00
[GH-ISSUE #103] [feat] 支持代理设置 #72
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fonlan on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/103
描述你的建议
公司必须通过代理才能访问网络,否则所有需要联网的功能都无法使用,希望能支持自定义代理。
@codexu commented on GitHub (Mar 11, 2025):
@tauri-apps/plugin-http 已支持 proxy
https://github.com/tauri-apps/tauri/issues/6467
我会将此项配置增加在系统设置中。
@codexu commented on GitHub (Mar 11, 2025):
现在发现一个问题,Github 相关的操作我使用的是 octokit 实现的,我看文档,代理只支持 node.js,所以这块可能暂时还不能用。
AI 相关的接口都可以走代理了。
@codexu commented on GitHub (Mar 11, 2025):
v0.10.5 已支持