3 次代码提交 1b069cf8f7 ... aa0105aac1

作者 SHA1 备注 提交日期
  Hayden K aa0105aac1 Enable last update author/time 1 周之前
  Hayden K 91cc6d8b7c quote char inconsistency lol 1 周之前
  Hayden K bf57f2a585 wip 2 (historic l4d1 rule moment) 1 周之前
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 4 1
      docs/rules/rules.mdx
  2. 2 0
      docusaurus.config.js

+ 4 - 1
docs/rules/rules.mdx

@@ -47,7 +47,7 @@
 - Playing on Realism is allowed.
 - Playing on or using a dedicated server is not allowed. All runs must be played on a local server (using singleplayer, or a lobby, or the `map` command).
 - It is highly recommended (but not required) for runners on PC to use LiveSplit and the included autosplitter.
-- It can be enabled by right-clicking in Livesplit, clicking “Edit Splits”, and clicking “Activate”.
+- It can be enabled by right-clicking in Livesplit, clicking "Edit Splits", and clicking "Activate".
 
 ### CO-OP RUNS
 
@@ -109,6 +109,9 @@ Though custom keybinds are allowed for convenience, **any route, trick or in-gam
 - `setinfo name <name>`
 - `Vote [Yes/No]`
 
+Specifically in Death Toll 3, for historical reasons, the following command can also be used with the same restrictions as the list above:
+- vocalize [ConceptBlock015/ConceptBlock023/ConceptBlock025/ConceptBlock032]
+
 **These cvars can be modified, and may be bound to keys and combined in aliases, including key-toggling and cycling scripts:**
 
 - `cc_linger_time`

+ 2 - 0
docusaurus.config.js

@@ -55,6 +55,8 @@ const config = {
           admonitions: {
               keywords: ['note', 'tip', 'info', 'caution', 'danger', 'diffe', 'diffm', 'diffh'],
           },
+          showLastUpdateAuthor: true,
+          showLastUpdateTime: true,
         },
         blog: false,
         theme: {