Skip to content

Commit

Permalink
docs: 上架火狐商店
Browse files Browse the repository at this point in the history
  • Loading branch information
dlzmoe committed Jan 3, 2025
1 parent f9c9381 commit 72416b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ jobs:
CURRENT_DATE=$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M')
sed -i "s/\$PACKAGE_VERSION/$PACKAGE_VERSION/g" CHANGELOG.md
sed -i "s/\$CURRENT_DATE/$CURRENT_DATE/g" CHANGELOG.md
gh release create "$PACKAGE_VERSION" .output/linuxdo-scripts-$PACKAGE_VERSION-firefox.zip \
-t "$PACKAGE_VERSION" \
-n "$(cat CHANGELOG.md)
---
使用方法,Chrome、Edge、Arc 用户请在 [Chrome 商店中安装](https://chromewebstore.google.com/detail/fbgblmjbeebanackldpbmpacppflgmlj)
使用方法:
- Chrome、Edge、Arc 用户请在 [Chrome 商店中安装](https://chromewebstore.google.com/detail/fbgblmjbeebanackldpbmpacppflgmlj)
- Firefox 用户请在 [Firefox 商店中安装](https://addons.mozilla.org/zh-CN/firefox/addon/linux_do-scripts/)
发布于:$CURRENT_DATE"
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ web-ext.config.ts
*.sw?

.env
package-lock.json
package-lock.json
.output/*
2 changes: 2 additions & 0 deletions .output/chrome-mv3/background.js

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

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ LinuxDo Scripts 扩展,话题列表显示创建时间,显示楼层数,新

[Github 仓库](https://github.com/dlzmoe/linuxdo-scripts) |
[Chrome 商店](https://chromewebstore.google.com/detail/fbgblmjbeebanackldpbmpacppflgmlj) |
[Firefox 商店](https://addons.mozilla.org/zh-CN/firefox/addon/linux_do-scripts/) |
~~[Greasyfork 商店安装](https://greasyfork.org/scripts/501827)~~ |
[Bug 反馈及功能请求](https://github.com/dlzmoe/linuxdo-scripts/issues/new/choose) |
[使用和开发文档](https://linuxdo-scripts-docs.netlify.app/) |
Expand All @@ -25,6 +26,7 @@ LinuxDo Scripts 扩展,话题列表显示创建时间,显示楼层数,新
## 安装使用

- Chrome、Edge、Arc 用户请在 [Chrome 商店中安装](https://chromewebstore.google.com/detail/fbgblmjbeebanackldpbmpacppflgmlj)
- Firefox 用户请在 [Firefox 商店中安装](https://addons.mozilla.org/zh-CN/firefox/addon/linux_do-scripts/)

![image](https://github.com/user-attachments/assets/1553917a-1b3b-44f4-b624-2ca2a1616e4f)

Expand Down

0 comments on commit 72416b3

Please sign in to comment.