This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name 我想锤的管制 | |
// @namespace https://atc.vatprc.net/ | |
// @version 0.1 | |
// @description 检测本次活动有没有我想锤的管制 | |
// @author 1429444 | |
// @match https://atc.vatprc.net/events/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=vatprc.net | |
// @grant none | |
// @run-at document-end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CMake | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
env: | |
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) |