Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
wechat-article
/
wechat-article-exporter
Public
Notifications
You must be signed in to change notification settings
Fork
2.2k
Star
12.8k
Code
Issues
38
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
wechat-article-exporter
/
.env.example
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
25 lines (20 loc) · 1.24 KB
master
Breadcrumbs
wechat-article-exporter
/
.env.example
Copy path
Top
File metadata and controls
Code
Blame
25 lines (20 loc) · 1.24 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
调试微信代理请求 (仅开发环境(development)支持)
NUXT_DEBUG_MP_REQUEST
=
false
#
AG-Grid 企业版授权
NUXT_AGGRID_LICENSE
=
#
KV绑定(本地/docker)
NITRO_KV_DRIVER
=
fs
NITRO_KV_BASE
=
.data/kv
#
KV绑定(cloudflare workers)
#
部署到 Cloudflare Workers 时由 yarn deploy/preview 自动设置为该值;
#
KV 命名空间在 wrangler.toml 的 [[kv_namespaces]] 中以绑定名 KV 声明。
#
NITRO_KV_DRIVER=cloudflare-kv-binding
DEBUG_KEY
=
#
── 会员 / 限速层(仅公开托管用;默认关闭,fork 私有部署无需配置:无限速、无下线提示)──────
#
开启后:公开 API 按调用频率分「游客 / 会员」两档并限速;文档页展示限速说明与 API 下线提示。
#
注:公开站的 API 已下线,不再开通新会员,此开关仅用于维持存量令牌的限速分层与页面提示。
#
NUXT_PUBLIC_MEMBERSHIP_ENABLED=true
#
#
服务端限速依赖 wrangler.toml 的 [[ratelimits]] 绑定(改 limit 即调限额):
#
查询类 RL_GUEST_QUERY(5/分)/RL_MEMBER_QUERY(100/分);下载类 RL_GUEST_DOWNLOAD(1/分)/RL_MEMBER_DOWNLOAD(60/分)。
#
会员令牌发放/撤销用本地脚本:yarn member:issue <天数> [备注] / yarn member:revoke <token>(脚本不入库)。
You can’t perform that action at this time.