mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update discussion link, hint for compile/fast command/file access, fix x11, using release keystore, update code to v1.0.99
This commit is contained in:
@@ -225,6 +225,8 @@ class Util {
|
||||
return AppLocalizations.of(context)!.faqUrl;
|
||||
case 'solutionUrl':
|
||||
return AppLocalizations.of(context)!.solutionUrl;
|
||||
case 'discussionUrl':
|
||||
return AppLocalizations.of(context)!.discussionUrl;
|
||||
default:
|
||||
return AppLocalizations.of(context)!.projectUrl;
|
||||
}
|
||||
@@ -346,6 +348,7 @@ class D {
|
||||
{"name": "issueUrl", "value": "https://github.com/Cateners/tiny_computer/issues"},
|
||||
{"name": "faqUrl", "value": "https://gitee.com/caten/tc-hints/blob/master/pool/faq.md"},
|
||||
{"name": "solutionUrl", "value": "https://gitee.com/caten/tc-hints/blob/master/pool/solution.md"},
|
||||
{"name": "discussionUrl", "value": "https://github.com/Cateners/tiny_computer/discussions"},
|
||||
];
|
||||
|
||||
//默认快捷指令
|
||||
|
||||
Reference in New Issue
Block a user