dab1425dea
### 🐛 Bug Fixes - Fix random crashes when switching video sources in settings management - Enhanced VodConfig.setHome() null pointer exception handling - Improved Fragment lifecycle checks to prevent crashes - Optimized HistoryDialog source switching safety - Enhanced thread safety for concurrent loading ### ⚡ Performance Improvements - Added automatic cache cleaning functionality - Improved memory usage optimization - Enhanced network request stability ### 🆕 New Features - Added comprehensive error handling mechanisms - Enhanced crash protection functionality - Improved Fragment state validation ### 📱 Build Improvements - Updated README with professional documentation - Enhanced build configuration for ARM64-V8A and ARM V7A - Improved APK packaging and signing process
32 lines
319 B
CSS
32 lines
319 B
CSS
body
|
|
{
|
|
background-color: #FFFFFF;
|
|
margin: 10px;
|
|
padding: 5px;
|
|
}
|
|
|
|
h1
|
|
{
|
|
text-shadow: #000000 -1px -1px 1px;
|
|
color: #FC390E;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a
|
|
{
|
|
color: #7036be;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
text-decoration: none;
|
|
font-size:inherit;
|
|
}
|
|
|
|
td
|
|
{
|
|
font-style: italic;
|
|
padding: 2px 15px 2px 0px;
|
|
}
|
|
|
|
|
|
|