Skip to content

Commit

Permalink
Merge pull request #8 from tangzhiyao/feature_new_function_tzy
Browse files Browse the repository at this point in the history
feat: 更新日志;添加eslint
  • Loading branch information
tangzhiyao authored May 7, 2024
2 parents 93382ac + be1a0ff commit d5054f6
Show file tree
Hide file tree
Showing 6 changed files with 1,160 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
run-name: ${{ github.actor }} is learning actions
run-name: ${{ github.actor }} 构建插件
on:
push:
branches:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ boss 直聘时间展示插件

1. 更新文档说明,添加视频教程链接
2. 添加智联招聘的时间显示

5.06:

1. boss直聘新增在线筛选,筛选出当前页在线的招聘者-感谢 Vivi-wu 提供
2. boss直聘新增日期格式-感谢 lastsunday 提供
3. boss直聘新增外包公司提示-感谢 lastsunday 提供
4. 智联新增日期格式,一周内发布职位标红
9 changes: 9 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,

];
Loading

0 comments on commit d5054f6

Please sign in to comment.