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

輸入法標示落線 #78

Merged
merged 3 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/圖/sin-su.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/頁/Hakka/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ componentDidMount() {
Hak() {
let list = [{
title: "意傳客文輸入法",
url: "https://sungibfab.ithuan.tw/",
meta: "意傳客文輸入法",
url: "",
meta: "(已退場,2019-2024)",
children: "用Rime這個跨平台个輸入法框改个,放客話詞庫、客文打字規則。目前支援Windows7-10、Mac、Linux Ubuntu。"
},{
title: "TenSu 𢯭手",
Expand Down
4 changes: 2 additions & 2 deletions src/頁/Taigi/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ componentDidMount() {
Taigi() {
let list = [{
title: "意傳台文輸入法",
url: "https://sujiphuat.ithuan.tw/",
meta: "台語文輸入法",
url: "",
meta: "(已退場,2019-2024)",
children: "Rime是一个伐平台的輸入法框。阮是照這个框的規範,共台語詞庫囥入去、寫台語拍字規則。目前支援Win7、Win10、Mac、linux。"
},{
title: "台羅POJ轉換器",
Expand Down
23 changes: 0 additions & 23 deletions src/頁/首頁/參與專案.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { Component } from 'react';
import { Segment, Header, Grid, Image, Icon, List } from 'semantic-ui-react';
import LogoTiA from '../../圖/line.png';
import LogoSu5lui7 from '../../圖/su5lui7_hun1kip4.png';
import LogoSuJipHuat from '../../圖/sin-su.png';
import { Link } from 'react-router';

class 參與專案 extends Component {
Expand All @@ -13,28 +12,6 @@ class 參與專案 extends Component {
render() {
return (
<div>
<Segment basic className="submasthead slogan">

<Grid container centered stackable verticalAlign='middle'>
<Grid.Column width={6}>
<Segment basic><Image src={LogoSuJipHuat} size='small'/></Segment>
</Grid.Column>
<Grid.Column width={6}>
<Segment basic>
<Header>意傳台文輸入法</Header>
<p>Rime開源輸入法ia̋n-jín,起造全新台文書寫手感。</p>
<List>
<List.Item>免輸入聲調</List.Item>
<List.Item>拍過就會記得</List.Item>
<List.Item>支援規句輸入</List.Item>
<List.Item>超過 74,000 筆詞條</List.Item>
</List>
</Segment>
</Grid.Column>
</Grid>
</Segment>


<Segment basic className="submasthead stripe slogan">

<Grid container centered stackable verticalAlign='middle'>
Expand Down