diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..4714c99 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,35 @@ +name: Deploy to GitHub Pages + +on: + pull_request: + branches: [main] + push: + branches: [main] + +permissions: + contents: write + +jobs: + deploy: + if: github.event_name != 'pull_request' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: actions/setup-node@v4 + with: + node-version: '18' + cache: 'pnpm' + - uses: webfactory/ssh-agent@v0.5.0 + with: + ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} + - name: deploy + env: + USE_SSH: true + run: | + git config --global user.email "actions@github.com" + git config --global user.name "gh-actions" + pnpm install + pnpm run deploy + diff --git "a/docs/\347\246\273\345\274\200\347\232\204\344\272\272\344\273\2542/\347\262\276\347\245\236\347\227\205\345\215\201\347\247\215/\351\272\273\347\220\206.md" "b/docs/\347\246\273\345\274\200\347\232\204\344\272\272\344\273\2542/\347\262\276\347\245\236\347\227\205\345\215\201\347\247\215/\351\272\273\347\220\206.md" index 796349a..e871d45 100644 --- "a/docs/\347\246\273\345\274\200\347\232\204\344\272\272\344\273\2542/\347\262\276\347\245\236\347\227\205\345\215\201\347\247\215/\351\272\273\347\220\206.md" +++ "b/docs/\347\246\273\345\274\200\347\232\204\344\272\272\344\273\2542/\347\262\276\347\245\236\347\227\205\345\215\201\347\247\215/\351\272\273\347\220\206.md" @@ -10,7 +10,7 @@ sidebar_position: 9 ## 强制性思维 -**强制性思维**(英文:Forced Thinking,武陵人汉化组:自生思考,日语:自生思考,思考即迫),精神分裂症(日语:統合失調症,环大陆地区:思觉失调症)的一种症状。表现为自发的想法(杂乱无章的想法一个接一个地出现,它们变得杂乱无章。 想法自然而然产生。联想相互关联)、自体视觉(清晰的视觉图像自发地浮现在脑海中)、自体记忆回忆(被遗忘的琐碎经历被一个接一个地回忆起来)、自体内在言语(脑海中经常浮现出清晰的话语)等,使人感到「无法集中注意力」和「不安」。[^1] +**强制性思维**(英文:Forced Thinking,武陵人汉化组:自生思考,日语:自生思考,思考即迫),精神分裂症(日语:統合失調症,环大陆地区:思觉失调症)的一种症状。表现为自发的想法(杂乱无章的想法一个接一个地出现,它们变得杂乱无章。想法自然而然产生。联想相互关联)、自体视觉(清晰的视觉图像自发地浮现在脑海中)、自体记忆回忆(被遗忘的琐碎经历被一个接一个地回忆起来)、自体内在言语(脑海中经常浮现出清晰的话语)等,使人感到「无法集中注意力」和「不安」。[^1] ---