Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maintainer list & Add inspector list & Publish blog for 2024-12 #2715

Merged
merged 2 commits into from
Dec 8, 2024

Conversation

Allenyou1126
Copy link
Member

  • 更新维护组成员列表
  • 添加巡查组成员列表
  • 发布 2024 年 12 月博客

请勿立即合并,需要 Review

Copy link

vercel bot commented Dec 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
travellings ⬜️ Ignored (Inspect) Dec 5, 2024 1:27pm

Copy link

github-actions bot commented Dec 5, 2024

若您進行了檔案改動,請修改zh_TW中相應內容。

若您是修改原有檔案,請僅修改翻譯中您改動的部分!不要覆蓋整個檔案。

以下是翻譯建議。若您對翻譯內容不滿意,請在zh_TW中相應位置新增簡體中文原文,並 @ScaredCube 進行翻譯

展開翻譯建議

File: .vitepress/theme/components/Maintainers.vue:

<script setup lang="ts">
// by xuanzhi33

const { type } = defineProps({
  type: {
    type: String,
    default: "maintainers"
  }
});

import { ref } from 'vue'
import MaintainersTable from './MaintainersTable.vue';
import maintainersData from "./maintainers";

console.log(type)
const maintainers = ref(maintainersData[type]);

</script>

<template>
  <slot name="active"></slot>
  <MaintainersTable :maintainers="maintainers" :isActive="true" />
  <slot name="inactive"></slot>
  <MaintainersTable :maintainers="maintainers" :isActive="false" />
</template>

File: .vitepress/theme/components/maintainers.ts:

export default {
	maintainers: {
		Luochancy: {
			title: "開往負責人",
			active: true,
		},
		xuanzhi33: {
			title: "前端開發 / 運維",
			active: true,
		},
		BLxcwg666: {
			title: "後端開發 / 運維",
			active: true,
		},
		"Big-Cake-jpg": {
			title: "維護組成員",
			active: true,
		},
		NanamiNakano: {
			title: "英文翻譯",
			active: true,
		},
		ScaredCube: {
			title: "繁體中文翻譯",
			active: true,
		},
		vicevolf: {
			title: "開往創始人",
			active: false,
		},
		Cubik65536: {
			title: "維護組成員",
			active: false,
		},
		jiangyangcreate: {
			title: "前任前後端開發",
			active: false,
		},
		imjason: {
			title: "前開往負責人",
			active: false,
		},
		rabbitxuanxuan: {
			title: "維護組成員",
			active: false,
		},
		baipin: {
			title: "維護組成員",
			active: true,
		},
		BCTX2010: {
			title: "維護組成員",
			active: false,
		},
		Jiaocz: {
			title: "維護組成員",
			active: false,
		},
		gtxykn0504: {
			title: "原文案編輯",
			active: false,
		},
		gxres042: {
			title: "維護組成員",
			active: true,
		},
		MengZeMC: {
			title: "原公共關係",
			active: false,
		},
		linlinzzo: {
			title: "維護組成員",
			active: false,
		},
		Allenyou1126: {
			title: "維護組成員",
			active: true,
		},
	},
	inspectors: {
		Allenyou1126: {
			title: "巡查組負責人",
			active: true,
		},
		"2585570153": {
			title: "巡查組成員",
			active: true,
		},
		ixihcj: {
			title: "巡查組成員",
			active: true,
		},
		"Burnling-gx": {
			title: "巡查組成員",
			active: true,
		},
		physnya: {
			title: "巡查組成員",
			active: true,
		},
		Veitzn1: {
			title: "巡查組成員",
			active: true,
		},
		Mcenahle: {
			title: "巡查組成員",
			active: true,
		},
		Pleasurecruise: {
			title: "巡查組成員",
			active: true,
		},
		heng86: {
			title: "巡查組成員",
			active: true,
		},
		gtxykn0504: {
			title: "原巡查組負責人",
			active: false,
		},
	},
};

File: blog/202412.md:

---
title: 2024年12月更新:巡查組成員加入與其他人員變動,巡查 Bot 重構
contributors:
  - Allenyou1126
date: 2024-12-05
updated: 2024-12-05
categories: 功能更新
tags:
  - 人員變動
  - 巡查
---

# 2024 年 12 月更新:巡查組成員加入與其他人員變動,巡查 Bot 重構

久違的更新!開往已經三個月未更新部落格,維護組在此跟各位說一聲抱歉~~欸這句話好像在哪裡見過~~。這一篇部落格想給大家講一講開往近期的一些工作動向。

## 第一批開往巡查組成員招募完成

透過對收到的問卷進行篩選並進行面試,我們順利地招募了第一批共計 8 位巡查組成員,並組建了開往巡查組。雖然巡查組進行日常巡查的工具仍在~~咕咕咕~~開發中,但巡查組成員已經開始自發透過隨機跳轉進行巡查,這對目前開往巡查 Bot 的工作是極大的補充,感謝各位巡查組成員的辛勤付出!

## 開往維護組人員變動

近期,由於個人原因,MengZe (GitHub: [MengZeMC](https://github.com/MengZeMC)) 與 Kegongteng (GitHub: [gtxykn0504](https://github.com/gtxykn0504)) 退出了開往維護組。兩位成員自 2024 年 6 月加入維護組以來承擔了大量工作。其中,MengZe 為開往的公共關係工作做出了不可忽視的貢獻,而 Kegongteng 在為開往提供文案之餘主持了制定了巡查組工作流程的早期版本。在此我們對兩位作出的貢獻致以感謝。

## 開往巡查 Bot 重構

現有的 [開往巡查 Bot](https://github.com/travellings-link/travellings-bot)[BLxcwg666](https://github.com/BLxcwg666) 主持開發,主要支援透過 Axios 和 Puppeteer 對站點進行自動化巡查,並同時透過 Telegraf 庫提供了 Telegram Bot 服務。

然而,由於使用 JavaScript + CommonJS 編寫,且程式碼耦合度相對較高,同時並未啟用 ESLint 等工具鏈,Bot 未來的程式碼質量相對難以保證。因此,由新加入的成員 Allenyou (GitHub: [Allenyou1126](https://github.com/Allenyou1126)) 負責,對原有 Bot 程式碼進行了 TypeScript + ESM 重構,引入了 ESLint,並在一定程度上抽離了與 Bot 框架相關的功能,在此基礎上為開往巡查 Bot 提供了飛書平臺支援。

File: blog/index.md:

<script setup>
import Maintainers from '../.vitepress/theme/components/Maintainers.vue'
import Changelog from '../.vitepress/theme/components/Changelog.vue'
</script>

# 歡迎

歡迎來到開往的部落格頁面!:tada:

此處主要存放一些開往專案近期更新的內容,您現在可以透過側邊欄檢視對應時間的文章。

<!--在翻譯時請翻譯下方具名插槽 template 內的文字-->

## 維護組成員

<Maintainers type="maintainers">
<template #active>
最近活躍的維護者
</template>
<template #inactive>
其他維護者
</template>
</Maintainers>

## 巡查組成員

<Maintainers type="inspectors">
<template #active>
最近活躍的巡查組成員
</template>
<template #inactive>
其他巡查組成員
</template>
</Maintainers>

## 更新日誌

::: info 說明
此處僅展示 Git 倉庫的最近 100 條提交記錄,更多資訊請前往 [GitHub 倉庫](https://github.com/travellings-link/travellings) 檢視。
:::

<Changelog>
<template #date>
時間
</template>
<template #message>
更新內容
</template>
<template #author>
提交者
</template>
<template #loading>
正在從 GitHub 獲取資料...
</template>
<template #more>
前往 GitHub 檢視更多
</template>
</Changelog>

File: en_US/blog/202412.md:

---
title: 2024年12月更新:巡查組成員加入與其他人員變動,巡查 Bot 重構
contributors:
  - Allenyou1126
date: 2024-12-05
updated: 2024-12-05
categories: 功能更新
tags:
  - 人員變動
  - 巡查
---

# 2024 年 12 月更新:巡查組成員加入與其他人員變動,巡查 Bot 重構

久違的更新!開往已經三個月未更新部落格,維護組在此跟各位說一聲抱歉~~欸這句話好像在哪裡見過~~。這一篇部落格想給大家講一講開往近期的一些工作動向。

## 第一批開往巡查組成員招募完成

透過對收到的問卷進行篩選並進行面試,我們順利地招募了第一批共計 8 位巡查組成員,並組建了開往巡查組。雖然巡查組進行日常巡查的工具仍在~~咕咕咕~~開發中,但巡查組成員已經開始自發透過隨機跳轉進行巡查,這對目前開往巡查 Bot 的工作是極大的補充,感謝各位巡查組成員的辛勤付出!

## 開往維護組人員變動

近期,由於個人原因,MengZe (GitHub: [MengZeMC](https://github.com/MengZeMC)) 與 Kegongteng (GitHub: [gtxykn0504](https://github.com/gtxykn0504)) 退出了開往維護組。兩位成員自 2024 年 6 月加入維護組以來承擔了大量工作。其中,MengZe 為開往的公共關係工作做出了不可忽視的貢獻,而 Kegongteng 在為開往提供文案之餘主持了制定了巡查組工作流程的早期版本。在此我們對兩位作出的貢獻致以感謝。

## 開往巡查 Bot 重構

現有的 [開往巡查 Bot](https://github.com/travellings-link/travellings-bot)[BLxcwg666](https://github.com/BLxcwg666) 主持開發,主要支援透過 Axios 和 Puppeteer 對站點進行自動化巡查,並同時透過 Telegraf 庫提供了 Telegram Bot 服務。

然而,由於使用 JavaScript + CommonJS 編寫,且程式碼耦合度相對較高,同時並未啟用 ESLint 等工具鏈,Bot 未來的程式碼質量相對難以保證。因此,由新加入的成員 Allenyou (GitHub: [Allenyou1126](https://github.com/Allenyou1126)) 負責,對原有 Bot 程式碼進行了 TypeScript + ESM 重構,引入了 ESLint,並在一定程度上抽離了與 Bot 框架相關的功能,在此基礎上為開往巡查 Bot 提供了飛書平臺支援。

File: en_US/blog/index.md:

<script setup>
import Maintainers from '../../.vitepress/theme/components/Maintainers.vue'
import Changelog from '../../.vitepress/theme/components/Changelog.vue'
</script>

# Welcome

Welcome to the blog page of Travellings Project! :tada:

This is where some of the recent updates of the Travellings project are stored. You can now view the corresponding articles by time in the sidebar.

<!--在翻譯時請翻譯下方具名插槽 template 內的文字-->

## Maintainers

<Maintainers type="maintainers">
<template #active>
Active Maintainers
</template>
<template #inactive>
Other Maintainers
</template>
</Maintainers>

## Inspectors

<Maintainers type="inspectors">
<template #active>
Active Inspectors
</template>
<template #inactive>
Other Inspectors
</template>
</Maintainers>

## Changelog

::: info
This page only shows the latest 100 commits of the Git repository. For more information, please visit the [GitHub repository](https://github.com/travellings-link/travellings)
:::

<Changelog>
<template #date>
Time
</template>
<template #message>
Message
</template>
<template #author>
Committer
</template>
<template #loading>
Loading data from GitHub...
</template>
<template #more>
See more on GitHub
</template>
</Changelog>

File: zh_TW/blog/202412.md:

---
title: 2024年12月更新:巡查組成員加入與其他人員變動,巡查 Bot 重構
contributors:
  - Allenyou1126
date: 2024-12-05
updated: 2024-12-05
categories: 功能更新
tags:
  - 人員變動
  - 巡查
---

# 2024 年 12 月更新:巡查組成員加入與其他人員變動,巡查 Bot 重構

久違的更新!開往已經三個月未更新部落格,維護組在此跟各位說一聲抱歉~~欸這句話好像在哪裡見過~~。這一篇部落格想給大家講一講開往近期的一些工作動向。

## 第一批開往巡查組成員招募完成

透過對收到的問卷進行篩選並進行面試,我們順利地招募了第一批共計 8 位巡查組成員,並組建了開往巡查組。雖然巡查組進行日常巡查的工具仍在~~咕咕咕~~開發中,但巡查組成員已經開始自發透過隨機跳轉進行巡查,這對目前開往巡查 Bot 的工作是極大的補充,感謝各位巡查組成員的辛勤付出!

## 開往維護組人員變動

近期,由於個人原因,MengZe (GitHub: [MengZeMC](https://github.com/MengZeMC)) 與 Kegongteng (GitHub: [gtxykn0504](https://github.com/gtxykn0504)) 退出了開往維護組。兩位成員自 2024 年 6 月加入維護組以來承擔了大量工作。其中,MengZe 為開往的公共關係工作做出了不可忽視的貢獻,而 Kegongteng 在為開往提供文案之餘主持了制定了巡查組工作流程的早期版本。在此我們對兩位作出的貢獻致以感謝。

## 開往巡查 Bot 重構

現有的 [開往巡查 Bot](https://github.com/travellings-link/travellings-bot)[BLxcwg666](https://github.com/BLxcwg666) 主持開發,主要支援透過 Axios 和 Puppeteer 對站點進行自動化巡查,並同時透過 Telegraf 庫提供了 Telegram Bot 服務。

然而,由於使用 JavaScript + CommonJS 編寫,且程式碼耦合度相對較高,同時並未啟用 ESLint 等工具鏈,Bot 未來的程式碼質量相對難以保證。因此,由新加入的成員 Allenyou (GitHub: [Allenyou1126](https://github.com/Allenyou1126)) 負責,對原有 Bot 程式碼進行了 TypeScript + ESM 重構,引入了 ESLint,並在一定程度上抽離了與 Bot 框架相關的功能,在此基礎上為開往巡查 Bot 提供了飛書平臺支援。

File: zh_TW/blog/index.md:

<script setup>
import Maintainers from '../../.vitepress/theme/components/Maintainers.vue'
import Changelog from '../../.vitepress/theme/components/Changelog.vue'
</script>

# 歡迎

歡迎來到開往的部落格頁面!:tada:

這裡主要存放一些開往計劃近期更新的內容,現在可以透過側邊欄檢視對應時間的文章。

<!--在翻譯時請翻譯下方具名插槽 template 內的文字-->

## 維護組成員

<Maintainers type="maintainers">
<template #active>
最近活躍的維護者
</template>
<template #inactive>
其他維護者
</template>
</Maintainers>

## 巡視組成員

<Maintainers type="inspectors">
<template #active>
最近活躍的巡視者
</template>
<template #inactive>
其他巡視者
</template>
</Maintainers>

## 更新日誌

::: info 說明
此處僅展示 Git 倉庫的最近 100 筆提交記錄,更多資訊請前往 [GitHub 倉庫](https://github.com/travellings-link/travellings) 檢視。
:::

<Changelog>
<template #date>
時間
</template>
<template #message>
更新內容
</template>
<template #author>
提交者
</template>
<template #loading>
正在從 GitHub 取得資料...
</template>
<template #more>
前往 GitHub 檢視更多
</template>
</Changelog>

by OpenCC

@Luochancy Luochancy merged commit 2137c39 into master Dec 8, 2024
3 checks passed
@Luochancy Luochancy deleted the update-20241205 branch December 8, 2024 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants