Skip to content

Commit b969189

Browse files
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.6
1 parent e705224 commit b969189

File tree

15 files changed

+218
-174
lines changed

15 files changed

+218
-174
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ source/project.miniapp.json
66
.DS_Store
77
/source/.vscode
88
source/node_modules
9+
/source/yarn.lock

source/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Windows
2+
[Dd]esktop.ini
3+
Thumbs.db
4+
$RECYCLE.BIN/
5+
6+
# macOS
7+
.DS_Store
8+
.fseventsd
9+
.Spotlight-V100
10+
.TemporaryItems
11+
.Trashes
12+
13+
# Node.js
14+
node_modules/

source/app.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"componentFramework": "glass-easel",
1515
"sitemapLocation": "sitemap.json",
1616
"lazyCodeLoading": "requiredComponents",
17-
"miniApp": {
18-
"useAuthorizePage": true
19-
},
2017
"renderer": "skyline",
2118
"rendererOptions": {
2219
"skyline": {

source/miniprogram_npm/dayjs/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/miniprogram_npm/extract-urls/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)