Update IDE & Add English section to README (bilingual)#171
Update IDE & Add English section to README (bilingual)#171tidjean wants to merge 3 commits intomsojocs:masterfrom
Conversation
|
English: 中文(简体): |
|
并非仅文档变更 |
|
I change the code to use the lastest wechat webtool IDE, yours was a bit too old. 我修改了代码,使用最新的微信网页版IDE,你用的版本有点太旧了。 |
|
Too many changes, I will check it later. |
|
@copilot apply changes based on the comments in this thread |
| // WXDIAG: diagnostic logging for Linux devtools debugging | ||
| (() => { | ||
| try { | ||
| const fs = window.require && window.require('fs'); | ||
| if (!fs) return; | ||
| const path = window.require('path'); | ||
| const os = window.require('os'); | ||
| const logFile = '/tmp/wxdevtools-diag.log'; | ||
| const _wxLog = (msg) => { | ||
| try { | ||
| const ts = new Date().toISOString(); | ||
| fs.appendFileSync(logFile, `[${ts}] ${msg}\n`); | ||
| } catch (_) {} | ||
| }; | ||
| const url = location.href || ''; | ||
| _wxLog(`[WXDIAG-INJECT] location=${url.split('?')[0]} ua=${navigator.userAgent.split(' ').pop()}`); |
|
Sorry, I cannot merge this pr.
|
|
Fixed the PR according to your feedback:
The PR now only includes:
Please review again. Thanks! |
|
Please use a force push to keep one commit for |
6e616a0 to
e0a050b
Compare
|
Done! ✅ Force pushed with a single clean commit: 'Add English documentation (README_EN.md)' |
|
If you want this PR to be merged, please remove all code modifications and keep only the English document commit. There are too many code modifications at the moment, which I can't accept. |
English:
This pull request adds an English section to
README.MDto improve accessibility for English-speaking contributors.Details:
README.MDdescribing the project's purpose, key points, and repository link.中文(简体):
此合并请求在
README.MD中添加了英文部分,以便为英语读者和贡献者提供项目简介,提升可访问性。详情:
README.MD顶部附近新增 “English” 部分,说明项目目的、要点及仓库链接。