diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 7933b56..431e94b 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -131,5 +131,14 @@ ], "key": "PageDown" } + ], + "editor:toggle-source": [ + { + "modifiers": [ + "Alt", + "Shift" + ], + "key": "E" + } ] } \ No newline at end of file diff --git a/Haina/项目/SCRM/Untitled.md b/Haina/项目/SCRM/Untitled.md index b76f197..cd96162 100644 --- a/Haina/项目/SCRM/Untitled.md +++ b/Haina/项目/SCRM/Untitled.md @@ -14,3 +14,19 @@ |11|x-content-type-options|nosniff| |12|x-powered-by|PHP/5.6.31, ASP.NET| |13|x-xss-protection|1; mode=block| + +|序号|头信息|具体内容| +|---|---|---| +|1|access-control-allow-origin|*| +|2|cache-control|max-age=431678| +|3|content-encoding|gzip| +|4|content-length|129| +|5|content-type|text/html; charset=UTF-8| +|6|date|Wed, 02 Jul 2025 09:01:10 GMT| +|7|expires|Mon, 07 Jul 2025 08:55:48 GMT| +|8|server|openresty| +|9|strict-transport-security|max-age=15768000; preload| +|10|vary|Accept-Encoding| +|11|x-content-type-options|nosniff| +|12|x-powered-by|PHP/5.6.31, ASP.NET| +|13|x-xss-protection|1; mode=block| \ No newline at end of file