feat(new tool): PDF Encrypt

PDF Encrypter
This commit is contained in:
sharevb 2024-04-03 23:34:15 +02:00
parent 23b4dc84c8
commit 1b82da5b4b
8 changed files with 1584 additions and 150 deletions

View file

@ -4,6 +4,8 @@
module.exports = {
root: true,
extends: ['@antfu', './.eslintrc-auto-import.json', '@unocss'],
ignorePatterns: ['src/libs/*'],
rules: {
'curly': ['error', 'all'],