feat: 初始化项目并完成基础功能开发
- 完成项目初始化
- 实现用户注册、登录功能
- 完成用户管理与权限管理模块
- 开发后端 Tracker 服务器项目管理接口
- 实现日志管理接口
Change-Id: Ia4bde1c9ff600352a7ff0caca0cc50b02cad1af7
diff --git a/react-ui/.github/workflows/emoji-helper.yml b/react-ui/.github/workflows/emoji-helper.yml
new file mode 100644
index 0000000..8965a1a
--- /dev/null
+++ b/react-ui/.github/workflows/emoji-helper.yml
@@ -0,0 +1,14 @@
+name: Emoji Helper
+
+on:
+ release:
+ types: [published]
+
+jobs:
+ emoji:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions-cool/emoji-helper@v1.0.0
+ with:
+ type: 'release'
+ emoji: '+1, laugh, heart, hooray, rocket, eyes'