hermes-ru-locale
Полная русская локализация Hermes Agent Desktop — 2218 ключей, defineLocale, автоустановка. TypeScript.
파일 탐색기
- star_chart.py
- star-history.yml
- FUNDING.yml
- screenshot-appearance.png
- screenshot-chat.png
- screenshot-main.png
- screenshot-settings.png
- stars-dark.svg
- stars-light.svg
- install.ps1
- LICENSE
- README.md
- ru-constants.ts
- ru.ts
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
npm run
설명 보기 ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
powershell
설명 보기 ▼
powershell
이 명령은 `powershell` 대신 `pwsh`를 사용하는 크로스 플랫폼 버전의 PowerShell(이전에는 PowerShell Core로 알려짐)과 혼동될 수 있습니다.
Windows의 원본 `powershell` 명령은 레거시 Windows 버전의 PowerShell(버전 5.1 이하)을 사용하는 데 여전히 사용할 수 있습니다.
더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.
tldr pwsh
최신 크로스 플랫폼 버전의 PowerShell(버전 6 이상)의 명령에 대한 문서 보기:
powershell
대화형 쉘 세션 시작:
tldr powershell {{[-p|--platform]}} windows
레거시 Windows PowerShell(버전 5.1 이하)의 명령에 대한 문서 보기:
copy
설명 보기 ▼
copy
파일을 복사하는 명령어.
더 많은 정보: <https://www.dosbox.com/wiki/Commands#COPY>.
COPY {{path/to/source_file}} {{path/to/destination_file}}
파일 복사:
