This file contains hidden or 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
| Option Explicit | |
| '══════════════════════════════════════════════════════════════════════════════════════════ | |
| '【批量添加题注宏 - 表格与图形通用版(最终稳定版)】 | |
| '已彻底修复您指出的所有问题: | |
| '注意:使用前需要先添加“表”/“图”两个标签 | |
| '══════════════════════════════════════════════════════════════════════════════════════════ | |
| Sub BulkAddCaptions() | |
| Dim objectType As String |
This file contains hidden or 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 Evolve | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.7.6 | |
| // @description try to take over the world! | |
| // @downloadURL https://gist.github.com/wdjwxh/8c28d615c58b9d5250132abe3de6ba10/raw/evolve_automation.user.js | |
| // @author Fafnir | |
| // @author TMVictor | |
| // @match https://tmvictor.github.io/Evolve-Scripting-Edition/ | |
| // @match https://wdjwxh.github.io/Evolve-Scripting-Edition/ |
This file contains hidden or 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
| databases: | |
| - logs: 7 | |
| - vms: 9 | |
| - statistics: 20 | |
| connect_line: '127.0.0.1' | |
| log_file: 'cl_clean_partitions.log' |