Commit b969189
authored
修复实验性功能返回结果“复制链接”点击后不生效的 Bug,实验性功能新增微信输入法测试通道获取微信最新测试版 (#20)
* chore: 更新 .gitignore 文件以忽略特定操作系统和 Node.js 文件夹 - 添加 Windows、macOS 忽略项 - 更新 Node.js 忽略项
refactor: 更新 dayjs、extract-urls 和 json5 模块的构建版本号
* build(.gitignore): 更新 .gitignore 文件
- 新增 /source/yarn.lock 到忽略列表中
* feat(index): 添加从微信输入法测试通道获取下载直链功能
- 新增 handleGetFromWeTypeLatestChannel 方法,用于从微信输入法测试通道获取最新下载直链
- 更新页面 UI,增加获取微信输入法测试版下载直链的选项
- 优化弹窗逻辑,支持显示微信输入法测试版下载直链
- 移除 miniApp 相关配置,简化 app.json 结构
- 更新版本号至 1.1.61 parent e705224 commit b969189
File tree
15 files changed
+218
-174
lines changed- source
- miniprogram_npm
- dayjs
- extract-urls
- json5
- semver
- tdesign-miniprogram/miniprogram_npm/dayjs
- tinycolor2
- pages/index
- utils
15 files changed
+218
-174
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments