【分享】Arcadia 一个脚本运维面板(常用于跑羊毛脚本的)

网址:https://arcadia.cool/
以前羊毛多的时候常用来跑签到、任务脚本,现在收紧后我基本就用来跑签到和保价了,没有精力去找其他新活动的羊毛脚本。在这里分享一下。

这是sync.yml脚本仓库地址

## 更新日期: 2023-05-29
# 脚本仓库配置
# 官网教程:https://arcadia.cool/docs/configuration/script/repo/config
repo:
  - name: "" # 仓库名称
    url: "" # 仓库远程地址
    branch: "" # 分支名称
    enable: true # 是否启用该仓库配置
    cronSettings:
      updateTaskList: false # 是否为该配置启用定时任务(默认不启用)
      scriptsPath: "" # 定时脚本路径(默认为仓库根目录)
      scriptsType: # 定时脚本文件格式(默认为 JavaScript、Python、TypeScript 脚本)
        - js
        - ts
        - py
      whiteList: '' # 定时脚本匹配白名单(默认为空,即所有脚本)
      blackList: '' # 定时脚本匹配黑名单(默认为空)
      autoDisable: false # 是否自动禁用新的定时任务
      addNotify: true # 是否为新增定时任务推送通知提醒
      delNotify: true # 是否为过期定时任务推送通知提醒
  - name: "KR"
    url: "https://github.com/KingRan/KR.git"
    branch: "main"
    enable: true
    cronSettings:
      updateTaskList: true
      scriptsPath: ''
      scriptsType:
        - js
        - py
        - ts
      whiteList: '^jd_'
      blackList: 'wskey|CheckCK|^jd_(disable|wx|txzj_|opencard|lzkj_|dplh|jinggeng)'
      autoDisable: false
      addNotify: true
      delNotify: true
  - name: "青蛙"
    url: "https://github.com/smiek2121/scripts.git"
    branch: "master"
    enable: true
    cronSettings:
      updateTaskList: true
      scriptsPath: ''
      scriptsType:
        - js
        - py
        - ts
      whiteList: '^gua_'
      blackList: ''
      autoDisable: false
      addNotify: true
      delNotify: true
  - name: "慈善家"
    url: "https://gitlab.com/SuperManito/cishanjia.git"
    branch: "main"
    enable: true
    cronSettings:
      updateTaskList: true
      scriptsPath: ''
      scriptsType:
        - js
        - py
        - ts
      whiteList: '^jd_'
      blackList: ''
      autoDisable: false
      addNotify: true
      delNotify: true

# 远程脚本配置
# 官网教程:https://arcadia.cool/docs/configuration/script/raw/config
raw:
  - name: "" # 脚本名称
    url: "" # 脚本远程地址
    cronSettings:
      updateTaskList: false # 是否为该脚本启用定时任务

# 全局配置
gobal:
  rawDependencyFilter: '' # 远程脚本依赖文件过滤(白名单)
6 个赞

啊这,只给碗不给饭啊

sync.yml里的内容,用来同步第三方脚本,但是大多数脚本没搞明白要怎么用。
这个是官方讨论组:Telegram: Contact @ArcadiaPanelGroup

1 个赞

那你还不如弄青龙嘞

因为从以前一直用着过来,就没换了。