Skip to content

Commit

Permalink
Merge pull request #110 from hust-open-atom-club/add_translating
Browse files Browse the repository at this point in the history
add translating page temporarily
  • Loading branch information
mudongliang authored Jul 17, 2024
2 parents 3953c48 + 7cf80be commit 1ad2901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const STATUS_LIST: {
color?: string;
}[] = [
{ status: "collected", text: "去翻译", tabText: "待翻译", color: "bg-gray-500" },
{ status: "translating", text: "翻译中", hideInTab: true, tabText: "翻译中", color: "bg-yellow-300" },
{ status: "translating", text: "翻译中", tabText: "待提交", color: "bg-yellow-300" },
{ status: "translated", text: "去校对", tabText: "待校对", color: "bg-orange-500" },
{ status: "proofread", text: "去发布", tabText: "待发布", color: "bg-purple-500" },
{ status: "proofreading", text: "校对中", hideInTab: true, color: "bg-blue-500" },
Expand Down

0 comments on commit 1ad2901

Please sign in to comment.