Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
normalllll committed Aug 26, 2024
1 parent 49b3971 commit 5130b10
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DNS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"yande.re": "107.189.2.17",
"files.yande.re": "107.189.13.136",
"assets.yande.re": "107.189.13.136"
"yande.re": "198.251.89.183",
"files.yande.re": "198.251.88.76",
"assets.yande.re": "198.251.88.76"
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The Cross-platform GUI for yande.re
# Discussion

[![Telegram](https://img.shields.io/badge/chat-Telegram-blue.svg)](https://t.me/+ONtNV3HTQ0NhMzVh)
[![Discord](https://img.shields.io/badge/chat-Discord-blue.svg)](https://discord.gg/jQatz6965H)

If you have any questions or suggestions, you can go to Telegram to discuss or open an [Issue](https://github.com/normalllll/yande_gui/issues/new).

Expand Down
8 changes: 8 additions & 0 deletions lib/pages/about/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ class _AboutPageState extends State<AboutPage> {
launchUrlString('https://t.me/+ONtNV3HTQ0NhMzVh');
},
),
buildItem(
title: i18n.about.discussion,
leading: const Icon(Icons.discord),
subtitle: 'https://discord.gg/jQatz6965H',
onTap: () {
launchUrlString('https://discord.gg/jQatz6965H');
},
),
buildItem(
title: i18n.about.downloadUpdate,
leading: const Icon(Icons.save_alt_outlined),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: yande_gui
description: "Cross-platform GUI for yande"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.5.3+19
version: 0.5.4+20

environment:
sdk: '>=3.5.0 <4.0.0'
Expand Down

0 comments on commit 5130b10

Please sign in to comment.