Skip to content

Commit

Permalink
修复实验性功能返回结果“复制链接”点击后不生效的 Bug,实验性功能新增微信输入法测试通道获取微信最新测试版 (#20)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ArcticFoxPro authored Nov 20, 2024
1 parent e705224 commit b969189
Show file tree
Hide file tree
Showing 15 changed files with 218 additions and 174 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ source/project.miniapp.json
.DS_Store
/source/.vscode
source/node_modules
/source/yarn.lock
14 changes: 14 additions & 0 deletions source/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Windows
[Dd]esktop.ini
Thumbs.db
$RECYCLE.BIN/

# macOS
.DS_Store
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes

# Node.js
node_modules/
3 changes: 0 additions & 3 deletions source/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"miniApp": {
"useAuthorizePage": true
},
"renderer": "skyline",
"rendererOptions": {
"skyline": {
Expand Down
4 changes: 2 additions & 2 deletions source/miniprogram_npm/dayjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/miniprogram_npm/extract-urls/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b969189

Please sign in to comment.