Ding Junyao

Results 10 issues of Ding Junyao

In horizontal mode, the navigation dots are still in the right of the page. I tried to set the position of the navigation to "bottom",but it doesn't work. Does pagePiling.js...

enhancement

- fix encoding; - fix "the system cannot find the path specified" error so that it can be run and tested in Windows Notes: I only test it in Windows...

### 编辑模式 * `ir` 即时渲染模式 ### 描述问题 在即时渲染模式粘贴带引用式链接的文本,会在每个链接后添加 URL。例: ````````markdown 做自动化 UI 测试,我最开始用的是 [Selenium][1],用得算是比较精通,除了等待方面往往直接摆烂写 `time.sleep()`。 [1]: https://selenium.dev/ ```````` 粘贴后看似正常,但是如果切换到其他模式,会发现每个链接后多了个 URL 文本(见下面的截屏)。切换回去依然如此。 ### 期待的结果 在即时渲染模式粘贴带引用式链接的文本,文本本身不会被改动。 ### 截屏或录像 附粘贴上述文本后的结果: ![image](https://github.com/Vanessa219/vditor/assets/11372753/088fbf64-005f-4490-8b0e-ba5cda22a5c3) ### 版本信息...

修复缺陷

**Is your feature request related to a problem? Please describe.** I found this and want to generate a site with it. But I found that the URLs is generated from...

enhancement

使用发布时的最新版本。 文章 的“请点这两个链接查看原图”处。 Markdown 如下: ```md > 如果希望查看图片细节,请点这两个链接查看原图:[图 1](https://static.a4ding.com/img/2023/202306230148095.jpg),[图 2](https://static.a4ding.com/img/2023/202306230223373.jpg) ``` DOM 如下: ```html 如果希望查看图片细节,请点这两个链接查看原图:图 1,图 2 ``` 链接指向示例: ``` https://static.a4ding.com/img/2023/202306230148095.jpg ``` 点击后控制台报错: ``` global.js:276 Uncaught TypeError: Cannot read properties...

为方便用户使用,添加 Dockerfile 用于打包镜像; 另外: - 将 `config.js` 内各参数的获取方式改为从环境变量获取,便于 Docker 部署与安全部署;并在 git 内加入该文件;原先的运行方式仍然可用 - 在实际使用中发现,涉及跨域问题,故添加 CORS 控制。 打包: ```bash docker build -t wx_jsapi_sign:latest . ``` 以 docker 命令行方式运行(示例): ```bash docker run...

In the section: ```bash python -c "import csv,json;print json.dumps(list(csv.reader(open('csv_file.csv'))))" ``` I tried the code in the paragraph with both Python 2 and 3(with modification), sample: ```csv a,b,c,d,e 1,2,3,4,5 f,w,e,r,t `,1,2,3,4...

Fix bug: when set serverParts in map source XML file, 'None' string will be added in server parts text list, which cause request error. Error like this: ![屏幕截图 2023-03-17 221546](https://user-images.githubusercontent.com/11372753/225932326-83dc5024-b358-4574-8b9b-30698c970847.png)

我对原主题进行了一点优化。

Add configuration option: `exclude_hosts` (list, default: empty): If the host of the link is included in the list, it will not be treated as an external link. BTW: Errors happened...