Skip to content

Instantly share code, notes, and snippets.

View qiqihaobenben's full-sized avatar

Fangxu Chen qiqihaobenben

View GitHub Profile
@qiqihaobenben
qiqihaobenben / leader.js
Last active February 16, 2023 05:21
薪人薪事绩效自动填写——组长版.js
// ==UserScript==
// @name 薪人薪事绩效自动填写——leader
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author
// @match https://i.xinrenxinshi.com/*
// @grant none
// ==/UserScript==
@qiqihaobenben
qiqihaobenben / user.js
Last active February 16, 2023 05:18
薪人薪事绩效自动填写——普通员工.js
// ==UserScript==
// @name 薪人薪事绩效自动填写
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author
// @match https://i.xinrenxinshi.com/*
// @grant none
// ==/UserScript==
/*
* ESLint的JSON文件是允许JavaScript注释的,但在gist里显示效果不好,所以我把.json文件后缀改为了.js
*/
/*
* ESLint 配置文件优先级:
* .eslintrc.js(输出一个配置对象)
* .eslintrc.yaml
* .eslintrc.yml