diff --git a/CHANGELOG.md b/CHANGELOG.md index 3787b92..4524295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - 重构 `apis.siyuan` | Refactor `apis.siyuan`. - 添加 CD 配置 | Add CD configuration. - 添加附属仓库 `chinese-convert` 的管理脚本 | Add management scripts for sub-repository `chinese-convert`. +- 初始化仓库 | Initialize repository. ## 2023-06-20 diff --git a/workspace/plugins/chinese-convert/.github/FUNDING.yml b/workspace/plugins/chinese-convert/.github/FUNDING.yml new file mode 100644 index 0000000..5051816 --- /dev/null +++ b/workspace/plugins/chinese-convert/.github/FUNDING.yml @@ -0,0 +1,36 @@ +# These are supported funding model platforms + + +# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +# github: + +# Replace with a single Patreon username +# patreon: + +# Replace with a single Open Collective username +# open_collective: + +# Replace with a single Ko-fi username +ko_fi: zuoqiu + +# Replace with a single Tidelift platform-name/package-name e.g., npm/babel +# tidelift: + +# Replace with a single Community Bridge project-name e.g., cloud-foundry +# community_bridge: + +# Replace with a single Liberapay username +# liberapay: + +# Replace with a single IssueHunt username +# issuehunt: + +# Replace with a single Otechie username +# otechie: + +# Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +# lfx_crowdfunding: + +# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: + - https://afdian.net/a/zuoqiu diff --git a/workspace/plugins/chinese-convert/CHANGELOG.md b/workspace/plugins/chinese-convert/CHANGELOG.md new file mode 100644 index 0000000..a2ad534 --- /dev/null +++ b/workspace/plugins/chinese-convert/CHANGELOG.md @@ -0,0 +1,4 @@ +# 更改日志 | CHANGE LOG + +本文档由持续集成工作流自动构建,不要直接编辑此文件。 +This document is automatically built by the continuous integration workflow. Do not edit this file directly. diff --git a/workspace/plugins/chinese-convert/README.md b/workspace/plugins/chinese-convert/README.md index ee97ee2..3107626 100644 --- a/workspace/plugins/chinese-convert/README.md +++ b/workspace/plugins/chinese-convert/README.md @@ -1,4 +1,4 @@ -> **[READ ONLY] Subtree split of the [siyuan-packages-monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo) [/workspace/plugin/openCC](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo/tree/main/workspace/plugin/openCC)** +> **[READ ONLY] Subtree split of the [siyuan-packages-monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo) [/workspace/plugin/chinese-convert](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo/tree/main/workspace/plugin/chinese-convert)**
icon @@ -24,9 +24,9 @@ ### RELEASE STEPS 1. Update the version number in `/package.json` and `/public/plugin.json`, then commit the changes in [monorepo](https://github.com/Zuoqiu-Yingyi/siyuan-packages-monorepo). -2. Run script `./scripts/git-subtree/openCC/push.ps1` with the folowing command in **monorepo root dir** to push the subtree to sub-repository (`dev` branch). +2. Run script `./scripts/git-subtree/chinese-convert/push.ps1` with the folowing command in **monorepo root dir** to push the subtree to sub-repository (`dev` branch). ```powershell - pwsh -f "./scripts/git-subtree/openCC/push.ps1" + pwsh -f "./scripts/git-subtree/chinese-convert/push.ps1" ``` 3. Create a pull request from `dev` branch to `main` branch in sub-repository. 4. Merge the pull request. diff --git a/workspace/pnpm-lock.yaml b/workspace/pnpm-lock.yaml index d917f88..0f6aa4e 100644 --- a/workspace/pnpm-lock.yaml +++ b/workspace/pnpm-lock.yaml @@ -106,6 +106,36 @@ importers: specifier: ^5.0.0 version: 5.0.0 + plugins/chinese-convert: + devDependencies: + '@sveltejs/vite-plugin-svelte': + specifier: ^2.4.1 + version: 2.4.1(svelte@3.59.1)(vite@4.3.9) + '@tsconfig/svelte': + specifier: ^4.0.1 + version: 4.0.1 + less: + specifier: ^4.1.3 + version: 4.1.3 + svelte: + specifier: ^3.59.1 + version: 3.59.1 + svelte-check: + specifier: ^3.4.3 + version: 3.4.3(less@4.1.3)(svelte@3.59.1) + svelte-preprocess-less: + specifier: ^0.4.0 + version: 0.4.0 + tslib: + specifier: ^2.5.3 + version: 2.5.3 + typescript: + specifier: ^5.1.3 + version: 5.1.3 + vite: + specifier: ^4.3.9 + version: 4.3.9(@types/node@20.2.5)(less@4.1.3) + plugins/custom-fonts: dependencies: '@workspace/components': @@ -632,13 +662,13 @@ packages: resolution: {integrity: sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==} dependencies: '@formatjs/intl-localematcher': 0.2.25 - tslib: 2.5.1 + tslib: 2.5.3 dev: true /@formatjs/fast-memoize@1.2.1: resolution: {integrity: sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==} dependencies: - tslib: 2.5.1 + tslib: 2.5.3 dev: true /@formatjs/icu-messageformat-parser@2.1.0: @@ -646,20 +676,20 @@ packages: dependencies: '@formatjs/ecma402-abstract': 1.11.4 '@formatjs/icu-skeleton-parser': 1.3.6 - tslib: 2.5.1 + tslib: 2.5.3 dev: true /@formatjs/icu-skeleton-parser@1.3.6: resolution: {integrity: sha512-I96mOxvml/YLrwU2Txnd4klA7V8fRhb6JG/4hm3VMNmeJo1F03IpV2L3wWt7EweqNLES59SZ4d6hVOPCSf80Bg==} dependencies: '@formatjs/ecma402-abstract': 1.11.4 - tslib: 2.5.1 + tslib: 2.5.3 dev: true /@formatjs/intl-localematcher@0.2.25: resolution: {integrity: sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==} dependencies: - tslib: 2.5.1 + tslib: 2.5.3 dev: true /@humanwhocodes/config-array@0.11.10: @@ -2386,7 +2416,7 @@ packages: '@formatjs/ecma402-abstract': 1.11.4 '@formatjs/fast-memoize': 1.2.1 '@formatjs/icu-messageformat-parser': 2.1.0 - tslib: 2.5.1 + tslib: 2.5.3 dev: true /is-arrayish@0.3.2: @@ -3289,8 +3319,8 @@ packages: picocolors: 1.0.0 sade: 1.8.1 svelte: 3.59.1 - svelte-preprocess: 4.10.7(less@4.1.3)(svelte@3.59.1)(typescript@5.0.4) - typescript: 5.0.4 + svelte-preprocess: 4.10.7(less@4.1.3)(svelte@3.59.1)(typescript@5.1.3) + typescript: 5.1.3 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -3384,7 +3414,7 @@ packages: svelte-preprocess-filter: 1.0.0 dev: true - /svelte-preprocess@4.10.7(less@4.1.3)(svelte@3.59.1)(typescript@5.0.4): + /svelte-preprocess@4.10.7(less@4.1.3)(svelte@3.59.1)(typescript@5.1.3): resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==} engines: {node: '>= 9.11.2'} requiresBuild: true @@ -3433,7 +3463,7 @@ packages: sorcery: 0.10.0 strip-indent: 3.0.0 svelte: 3.59.1 - typescript: 5.0.4 + typescript: 5.1.3 dev: true /svelte-preprocess@5.0.3(less@4.1.3)(svelte@3.59.1):