Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

v1.5.2

Compare
Choose a tag to compare
@FeeiCN FeeiCN released this 10 Sep 10:10
· 1437 commits to master since this release
  • Added
    • repair rule matched location rule
    • add {{PARAM}} param (location rule's result) for repair rule
    • add author for edit rule
  • Refactor
    • log
  • Improved
    • Something else
  • Fixed
    • Some bugs

Update Cobra dependents and Table fields

pip install -r requirements.txt
ALTER TABLE `rules` ADD `author` VARCHAR(56)  NOT NULL  DEFAULT ''  AFTER `repair`;