Skip to content

Commit 29b7ef2

Browse files
authored
Merge pull request #554 from rulishu/rls
doc(questions): 修复问题总结页面的文档跳转问题
2 parents d63451d + cf24910 commit 29b7ef2

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

website/src/pages/docs/questions/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ React Native
99

1010
## 目录
1111

12-
- [修改 App 在手机上展示的名称](#修改-app-在手机上展示的名称)
13-
- [修改 App 在手机上展示的图标](#修改-app-在手机上展示的图标)
14-
- [判断 Release/Debug 用于调试](#判断-releasedebug-用于调试)
15-
- [开发模式弹出开发者菜单刷新应用](#开发模式弹出开发者菜单刷新应用)
16-
- [设置允许 HTTP 请求访问](#设置允许-http-请求访问)
17-
- [真机配置 IP 调试](#真机配置-ip-调试)
18-
- [Xcode 不用数据线真机调试](#xcode-不用数据线真机调试)
19-
- [打包修改 APP 版本号](#打包修改-app-版本号)
20-
- [常见错误](#常见错误)
21-
- [应用反应缓慢出现卡顿问题](#应用反应缓慢出现卡顿问题)
22-
- [Android: Gradle project sync failed](#android-gradle-project-sync-failed)
23-
- [Android: The device needs more free storage to install the application](#android-the-device-needs-more-free-storage-to-install-the-application)
24-
- [Android: Cannot convert string value 'UNIFIED_TEST_PLATFORM'](#android-cannot-convert-string-value-unified_test_platform)
25-
- [iOS: library not found for -lDoubleConversion](#ios-library-not-found-for--ldoubleconversion)
26-
- [iOS: symbol(s) not found for architecture i386](#ios-symbols-not-found-for-architecture-i386)
27-
- [iOS: Command PhaseScriptExecution failed with a nonzero exit code](#ios-command-phasescriptexecution-failed-with-a-nonzero-exit-code)
12+
- [修改 App 在手机上展示的名称](https://github.com/jaywcjlove/react-native#%E4%BF%AE%E6%94%B9-app-%E5%9C%A8%E6%89%8B%E6%9C%BA%E4%B8%8A%E5%B1%95%E7%A4%BA%E7%9A%84%E5%90%8D%E7%A7%B0)
13+
- [修改 App 在手机上展示的图标](https://github.com/jaywcjlove/react-native#%E4%BF%AE%E6%94%B9-app-%E5%9C%A8%E6%89%8B%E6%9C%BA%E4%B8%8A%E5%B1%95%E7%A4%BA%E7%9A%84%E5%9B%BE%E6%A0%87)
14+
- [判断 Release/Debug 用于调试](https://github.com/jaywcjlove/react-native#%E5%88%A4%E6%96%AD-releasedebug-%E7%94%A8%E4%BA%8E%E8%B0%83%E8%AF%95)
15+
- [开发模式弹出开发者菜单刷新应用](https://github.com/jaywcjlove/react-native#%E5%BC%80%E5%8F%91%E6%A8%A1%E5%BC%8F%E5%BC%B9%E5%87%BA%E5%BC%80%E5%8F%91%E8%80%85%E8%8F%9C%E5%8D%95%E5%88%B7%E6%96%B0%E5%BA%94%E7%94%A8)
16+
- [设置允许 HTTP 请求访问](https://github.com/jaywcjlove/react-native#%E8%AE%BE%E7%BD%AE%E5%85%81%E8%AE%B8-http-%E8%AF%B7%E6%B1%82%E8%AE%BF%E9%97%AE)
17+
- [真机配置 IP 调试](https://github.com/jaywcjlove/react-native#%E7%9C%9F%E6%9C%BA%E9%85%8D%E7%BD%AE-ip-%E8%B0%83%E8%AF%95)
18+
- [Xcode 不用数据线真机调试](https://github.com/jaywcjlove/react-native#xcode-%E4%B8%8D%E7%94%A8%E6%95%B0%E6%8D%AE%E7%BA%BF%E7%9C%9F%E6%9C%BA%E8%B0%83%E8%AF%95)
19+
- [打包修改 APP 版本号](https://github.com/jaywcjlove/react-native#%E6%89%93%E5%8C%85%E4%BF%AE%E6%94%B9-app-%E7%89%88%E6%9C%AC%E5%8F%B7)
20+
- [常见错误](https://github.com/jaywcjlove/react-native#%E5%B8%B8%E8%A7%81%E9%94%99%E8%AF%AF)
21+
- [应用反应缓慢出现卡顿问题](https://github.com/jaywcjlove/react-native#%E5%BA%94%E7%94%A8%E5%8F%8D%E5%BA%94%E7%BC%93%E6%85%A2%E5%87%BA%E7%8E%B0%E5%8D%A1%E9%A1%BF%E9%97%AE%E9%A2%98)
22+
- [Android: Gradle project sync failed](https://github.com/jaywcjlove/react-native#android-gradle-project-sync-failed)
23+
- [Android: The device needs more free storage to install the application](https://github.com/jaywcjlove/react-native#android-the-device-needs-more-free-storage-to-install-the-application)
24+
- [Android: Cannot convert string value 'UNIFIED_TEST_PLATFORM'](https://github.com/jaywcjlove/react-native#android-cannot-convert-string-value-unified_test_platform)
25+
- [iOS: library not found for -lDoubleConversion](https://github.com/jaywcjlove/react-native#ios-library-not-found-for--ldoubleconversion)
26+
- [iOS: symbol(s) not found for architecture i386](https://github.com/jaywcjlove/react-native#ios-symbols-not-found-for-architecture-i386)
27+
- [iOS: Command PhaseScriptExecution failed with a nonzero exit code](https://github.com/jaywcjlove/react-native#ios-command-phasescriptexecution-failed-with-a-nonzero-exit-code)
2828

2929
<!--idoc:ignore:end-->
3030

website/src/pages/docs/react-native-template/log-management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
日志管理
1+
更新日志
22
===
33

44
严格遵循 [`Semantic Versioning 2.0.0`](http://semver.org/lang/zh-CN/) 语义化版本规范。

website/src/routes/menus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const docsMenus: MenuData[] = [
9191
{ path: '/docs/react-native-template/menu-route', name: '菜单路由管理' },
9292
{ path: '/docs/react-native-template/new-page', name: '新增页面' },
9393
{ path: '/docs/react-native-template/mock-data', name: 'Mock 数据' },
94-
{ path: '/docs/react-native-template/log-management', name: '日志管理' },
94+
{ path: '/docs/react-native-template/log-management', name: '更新日志' },
9595
{ divider: true, name: '发布应用商店' },
9696
{ path: '/docs/app-store/ios', name: '发布 iOS 应用商店' },
9797
{ path: '/docs/app-store/android', name: '发布 Android 应用商店' },

0 commit comments

Comments
 (0)