diff --git a/documents/font-style-rules.md b/documents/font-style-rules.md index b6409b0..a7e4283 100644 --- a/documents/font-style-rules.md +++ b/documents/font-style-rules.md @@ -6,7 +6,7 @@ The bold style is used to emphasize important keywords. In both Bold and Italic Bold versions, the font style for keywords or symbols that need to be set to bold includes: -1. Keywords that create, define, or declare meanings, such as `let` `const` `var`; or similar forms, such as `import`. +1. Keywords that create, define, or declare meanings, such as `let` `const` `public` `static`; or similar forms, such as `import`. 2. Boolean values `false` `true`; comparison symbols such as `==` `===` `>` `<`; and conditional keywords like `if` `else if` `else`. 3. Flow control keywords such as `for` `return` `export default`. 4. Function names; Arrow function symbols `=>`. diff --git a/documents/font-style-rules_CN.md b/documents/font-style-rules_CN.md index 1cabb14..f106e1a 100644 --- a/documents/font-style-rules_CN.md +++ b/documents/font-style-rules_CN.md @@ -6,7 +6,7 @@ EN: [font-style-rules.md](https://github.com/fisheva/Eva-Theme/blob/master/docum bold样式用于增加关键字的醒目程度。 在 Bold 和 Italic Bold 版本中,字体样式要设为 bold 的关键字或符号有 -1. 有创建、定义、声明含义,如 `let` `const` `var`;或形式类似的,如 `import`. +1. 有创建、定义、声明含义,如 `let` `const` `public` `static`;或形式类似的,如 `import`. 2. 布尔值 `false` `true`; 比较符号 如 `==` `===` `>` `<`; 条件语句 `if` `esle if` `else`. 3. 流程控制 如 `for` `return` `export default`. 4. 函数名; 箭头函数符号 `=>`.