File tree Expand file tree Collapse file tree 3 files changed +18
-21
lines changed
Expand file tree Collapse file tree 3 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -55,25 +55,15 @@ jobs:
5555 echo "✅ All packages generated successfully"
5656 ls -lh browser-extension/dist/*.zip
5757
58- - name : Upload Chromium extension
59- uses : actions/upload-release-asset@v1
60- env :
61- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58+ - name : Upload release assets
59+ uses : softprops/action-gh-release@v1
6260 with :
63- upload_url : ${{ github.event.release.upload_url }}
64- asset_path : ./browser-extension/dist/bookmark-manager-chromium.zip
65- asset_name : bookmark-manager-chromium.zip
66- asset_content_type : application/zip
67-
68- - name : Upload Firefox extension
69- uses : actions/upload-release-asset@v1
61+ tag_name : ${{ github.event.release.tag_name }}
62+ files : |
63+ browser-extension/dist/bookmark-manager-chromium.zip
64+ browser-extension/dist/bookmark-manager-firefox.zip
7065 env :
7166 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
72- with :
73- upload_url : ${{ github.event.release.upload_url }}
74- asset_path : ./browser-extension/dist/bookmark-manager-firefox.zip
75- asset_name : bookmark-manager-firefox.zip
76- asset_content_type : application/zip
7767
7868 - name : Build summary
7969 run : |
Original file line number Diff line number Diff line change 1- # 📚 Nav
1+ # 📚 Bookmark Manager
22
33> ** 完全重构版本** - 数据库改为 D1,原项目在 [ back 分支] ( https://github.com/deerwan/nav/tree/back )
44
@@ -189,7 +189,7 @@ OPENAI_MODEL = gpt-4o-mini # 模型名称(可选)
189189 </td>
190190 <td align="center">
191191 <strong>支付宝红包码</strong><br>
192- <img src="images/hbm.PNG" alt="支付宝红包码 " width="200">
192+ <img src="images/hbm.PNG" alt="红包码 " width="200">
193193 </td>
194194 </tr >
195195</table >
Original file line number Diff line number Diff line change 2626 }
2727 },
2828 "background" : {
29- "scripts" : [" background.firefox. js" ]
29+ "scripts" : [" background.js" ]
3030 },
3131 "options_ui" : {
3232 "page" : " options.html" ,
3333 "open_in_tab" : true
3434 },
3535 "browser_specific_settings" : {
3636 "gecko" : {
37- 38- "strict_min_version" : " 91.0"
37+ 38+ "strict_min_version" : " 91.0" ,
39+ "data_collection" : {
40+ "collects" : false
41+ },
42+ "data_collection_permissions" : {
43+ "required" : [" none" ],
44+ "description" : " 此扩展仅在本地存储用户的书签服务器配置和认证令牌,不收集或传输任何个人数据到第三方服务器。"
45+ }
3946 }
4047 }
4148}
You can’t perform that action at this time.
0 commit comments