Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Tue Nov 11 00:28:05 2025 UTC | Revision 1.6 by sysadm, Sat Nov 29 02:07:27 2025 UTC | |
|---|---|---|
| # | Line 21 int display_article_meta(int32_t aid) | Line 21 int display_article_meta(int32_t aid) |
| 21 | moveto(3, 1); | moveto(3, 1); |
| 22 | prints("Web版 文章链接: "); | prints("Web版 文章链接: "); |
| 23 | moveto(4, 1); | moveto(4, 1); |
| 24 | prints("http://%s/bbs/view_article.php?id=%d#%d", BBS_server, aid, aid); | prints("https://%s/bbs/view_article.php?id=%d#%d", BBS_server, aid, aid); |
| 25 | press_any_key(); | press_any_key(); |
| 26 | ||
| 27 | return 0; | return 0; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |